[Vtigercrm-commits] [vtiger-commits] r10430 - in /vtigercrm/branches/5.0.3: Smarty/templates/ Smarty/templates/Inventory/ modules/Leads/ modules/Products/ modules/Webmails/

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 13 12:34:20 EDT 2007


Author: saraj
Date: Tue Mar 13 10:33:53 2007
New Revision: 10430

Log:
js file renamed after module name

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/AddProductToPriceBooks.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/AddProductsToPriceBook.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List1.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/CreateView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/GlobalListView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ImportStep2.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryCreateView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryDetailView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryEditView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Popup.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/RelatedLists.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/salesEditView.tpl
    vtigercrm/branches/5.0.3/modules/Leads/ConvertLead.html
    vtigercrm/branches/5.0.3/modules/Products/AddProductToPriceBooks.html
    vtigercrm/branches/5.0.3/modules/Products/AddProductsToPriceBook.html
    vtigercrm/branches/5.0.3/modules/Webmails/ListView.php

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ActivityDetailView.tpl Tue Mar 13 10:33:53 2007
@@ -11,7 +11,7 @@
  ********************************************************************************/
 
 -->*}
-<script type="text/javascript" src="modules/{$MODULE}/Activity.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/Calendar.js"></script>
 <script type="text/javascript" src="include/js/reflection.js"></script>
 <script src="include/scriptaculous/prototype.js" type="text/javascript"></script>
 <script src="include/scriptaculous/scriptaculous.js" type="text/javascript"></script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ActivityEditView.tpl Tue Mar 13 10:33:53 2007
@@ -18,7 +18,7 @@
 <script type="text/javascript" src="jscalendar/calendar.js"></script>
 <script type="text/javascript" src="jscalendar/lang/calendar-{$CALENDAR_LANG}.js"></script>
 <script type="text/javascript" src="jscalendar/calendar-setup.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/Activity.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/Calendar.js"></script>
 <script type="text/javascript">
 var gVTModule = '{$smarty.request.module}';
 </script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/AddProductToPriceBooks.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/AddProductToPriceBooks.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/AddProductToPriceBooks.tpl Tue Mar 13 10:33:53 2007
@@ -124,7 +124,7 @@
 {rdelim}
 
 </script>
-<script language="javascript" src="modules/Products/Product.js"></script>
+<script language="javascript" src="modules/Products/Products.js"></script>
 <table width="95%" border="0" cellpadding="0" cellspacing="0">
 <tr><td colspan="3">&nbsp;</td></tr>
 <tr>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/AddProductsToPriceBook.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/AddProductsToPriceBook.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/AddProductsToPriceBook.tpl Tue Mar 13 10:33:53 2007
@@ -34,7 +34,7 @@
 {rdelim}
 
 </script>
-<script language="javascript" src="modules/PriceBooks/PriceBook.js"></script>
+<script language="javascript" src="modules/PriceBooks/PriceBooks.js"></script>
 <BR>
 <BR>
 {$PRODUCTLISTHEADER}

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List.tpl Tue Mar 13 10:33:53 2007
@@ -9,7 +9,7 @@
   *
  ********************************************************************************/
 -->*}
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <!-- Activity createlink layer start  -->
 {if $MODULE eq 'Calendar'}
 <div id="reportLay" style="width: 125px; right: 159px; top: 260px; display: none; z-index:50" onmouseout="fninvsh('reportLay')" onmouseover="fnvshNrm('reportLay')">

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List1.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List1.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Buttons_List1.tpl Tue Mar 13 10:33:53 2007
@@ -9,7 +9,7 @@
   *
  ********************************************************************************/
 -->*}
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <!-- Activity createlink layer start  -->
 {if $MODULE eq 'Calendar'}
 <div id="reportLay" style="width: 125px; right: 159px; top: 260px; display: none; z-index:50" onmouseout="fninvsh('reportLay')" onmouseover="fnvshNrm('reportLay')">

Modified: vtigercrm/branches/5.0.3/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CreateView.tpl Tue Mar 13 10:33:53 2007
@@ -18,7 +18,7 @@
 <script type="text/javascript" src="jscalendar/calendar.js"></script>
 <script type="text/javascript" src="jscalendar/lang/calendar-{$CALENDAR_LANG}.js"></script>
 <script type="text/javascript" src="jscalendar/calendar-setup.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 
 <script type="text/javascript">
 var gVTModule = '{$smarty.request.module}';

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl Tue Mar 13 10:33:53 2007
@@ -11,7 +11,7 @@
  ********************************************************************************/
 
 -->*}
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script type="text/javascript" src="include/js/reflection.js"></script>
 <script src="include/scriptaculous/prototype.js" type="text/javascript"></script>
 <script src="include/scriptaculous/scriptaculous.js" type="text/javascript"></script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Emails.tpl Tue Mar 13 10:33:53 2007
@@ -65,7 +65,7 @@
 {rdelim}
 </script>
 		{include file='Buttons_List.tpl'}
-<script language="JavaScript" type="text/javascript" src="modules/Emails/Email.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/Emails/Emails.js"></script>
 <div id="mailconfchk" class="small" style="position:absolute;display:none;left:350px;top:160px;height:27px;white-space:nowrap;z-index:10000007px;"><font color='red'><b>{$MOD.LBL_CONFIGURE_MAIL_SETTINGS}.<br> {$APP.LBL_PLEASE_CLICK} <a href="index.php?module=Users&action=AddMailAccount&record={$USERID}">{$APP.LBL_HERE}</a> {$APP.LBL_TO_CONFIGURE}</b></font></div>
 <!-- Shadow starts here -->
 <table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">

Modified: vtigercrm/branches/5.0.3/Smarty/templates/GlobalListView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/GlobalListView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/GlobalListView.tpl Tue Mar 13 10:33:53 2007
@@ -20,7 +20,7 @@
 <script language="JavaScript" type="text/javascript" src="include/js/thumbnail.js"></script>
 <div id="dynloadarea" style=float:left;position:absolute;left:350px;top:150px;></div>
 {/if}
-<script language="JavaScript" type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 
 {if $SEARCH_MODULE eq 'All'}
 <script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl Tue Mar 13 10:33:53 2007
@@ -11,7 +11,7 @@
 -->*}
 
 
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 
 <!-- header - level 2 tabs -->
 {include file='Buttons_List1.tpl'}	

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ImportStep2.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ImportStep2.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ImportStep2.tpl Tue Mar 13 10:33:53 2007
@@ -11,7 +11,7 @@
 -->*}
 
 
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script type="text/javascript" src="include/js/general.js"></script>
 <script>
 

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryCreateView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryCreateView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryCreateView.tpl Tue Mar 13 10:33:53 2007
@@ -18,7 +18,7 @@
 <script type="text/javascript" src="jscalendar/calendar.js"></script>
 <script type="text/javascript" src="jscalendar/lang/calendar-{$CALENDAR_LANG}.js"></script>
 <script type="text/javascript" src="jscalendar/calendar-setup.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script type="text/javascript" src="include/js/Inventory.js"></script>
 
 <script type="text/javascript">

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryDetailView.tpl Tue Mar 13 10:33:53 2007
@@ -11,7 +11,7 @@
  ********************************************************************************/
 
 -->*}
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script language="JavaScript" type="text/javascript" src="include/js/dtlviewajax.js"></script>
 <script src="include/scriptaculous/scriptaculous.js" type="text/javascript"></script>
 <div id="convertleaddiv" style="display:block;position:absolute;left:225px;top:150px;"></div>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Inventory/InventoryEditView.tpl Tue Mar 13 10:33:53 2007
@@ -18,7 +18,7 @@
 <script type="text/javascript" src="jscalendar/calendar.js"></script>
 <script type="text/javascript" src="jscalendar/lang/calendar-{$CALENDAR_LANG}.js"></script>
 <script type="text/javascript" src="jscalendar/calendar-setup.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script type="text/javascript" src="include/js/Inventory.js"></script>
 <script type="text/javascript">
 

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Popup.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Popup.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Popup.tpl Tue Mar 13 10:33:53 2007
@@ -14,7 +14,7 @@
 
 <link rel="stylesheet" type="text/css" href="{$THEME_PATH}style.css">
 <script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>
-<script language="JavaScript" type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script language="javascript" type="text/javascript" src="include/scriptaculous/prototype.js"></script>
 <script type="text/javascript">
 function add_data_to_relatedlist(entity_id,recordid,mod) {ldelim}

Modified: vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/RelatedListNew.tpl Tue Mar 13 10:33:53 2007
@@ -11,8 +11,8 @@
  ********************************************************************************/
 
 -->*}
-<script language="JavaScript" type="text/javascript" src="modules/PriceBooks/PriceBook.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/PriceBooks/PriceBooks.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 {literal}
 <script>
 function editProductListPrice(id,pbid,price)

Modified: vtigercrm/branches/5.0.3/Smarty/templates/RelatedLists.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/RelatedLists.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/RelatedLists.tpl Tue Mar 13 10:33:53 2007
@@ -11,8 +11,8 @@
  ********************************************************************************/
 
 -->*}
-<script language="JavaScript" type="text/javascript" src="modules/PriceBooks/PriceBook.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/PriceBooks/PriceBooks.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 {literal}
 <script>
 function editProductListPrice(id,pbid,price)

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportRun.tpl Tue Mar 13 10:33:53 2007
@@ -12,7 +12,7 @@
 
 -->*}
 <br>
-<script language="JavaScript" type="text/javascript" src="modules/Reports/Report.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/Reports/Reports.js"></script>
 <link rel="stylesheet" type="text/css" media="all" href="jscalendar/calendar-win2k-cold-1.css">
 <script type="text/javascript" src="jscalendar/calendar.js"></script>
 <script type="text/javascript" src="jscalendar/lang/calendar-en.js"></script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl Tue Mar 13 10:33:53 2007
@@ -13,7 +13,7 @@
 -->*}
 
 {*<!-- module header -->*}
-<script language="JavaScript" type="text/javascript" src="modules/Reports/Report.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/Reports/Reports.js"></script>
 
 <!-- Toolbar -->
 <TABLE border=0 cellspacing=0 cellpadding=0 width=100% class=small>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl Tue Mar 13 10:33:53 2007
@@ -16,7 +16,7 @@
 	<link href="{$THEME_PATH}style.css" rel="stylesheet" type="text/css">
 	<script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>
 	<script language="javascript" type="text/javascript" src="include/scriptaculous/prototype.js"></script>
-	<script language="JavaScript" type="text/javascript" src="modules/Reports/Report.js"></script>
+	<script language="JavaScript" type="text/javascript" src="modules/Reports/Reports.js"></script>
 </head>
 <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
 <table width="100%"  border="0" cellspacing="0" cellpadding="0" class="mailClient mailClientBg">

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl Tue Mar 13 10:33:53 2007
@@ -15,7 +15,7 @@
 	<title>{$MOD.TITLE_VTIGERCRM_CREATE_REPORT}</title>
 	<link href="{$THEME_PATH}style.css" rel="stylesheet" type="text/css">
 	<script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>
-	<script language="JavaScript" type="text/javascript" src="modules/Reports/Report.js"></script>
+	<script language="JavaScript" type="text/javascript" src="modules/Reports/Reports.js"></script>
 </head>
 <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
 <!-- Master Table -->

Modified: vtigercrm/branches/5.0.3/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/salesEditView.tpl Tue Mar 13 10:33:53 2007
@@ -18,7 +18,7 @@
 <script type="text/javascript" src="jscalendar/calendar.js"></script>
 <script type="text/javascript" src="jscalendar/lang/calendar-{$CALENDAR_LANG}.js"></script>
 <script type="text/javascript" src="jscalendar/calendar-setup.js"></script>
-<script type="text/javascript" src="modules/{$MODULE}/{$SINGLE_MOD}.js"></script>
+<script type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
 <script type="text/javascript">
 var gVTModule = '{$smarty.request.module}';
 function sensex_info()

Modified: vtigercrm/branches/5.0.3/modules/Leads/ConvertLead.html
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Leads/ConvertLead.html (original)
+++ vtigercrm/branches/5.0.3/modules/Leads/ConvertLead.html Tue Mar 13 10:33:53 2007
@@ -96,6 +96,6 @@
         </script>
 {JAVASCRIPT} 
 <script type="text/javascript" language="Javascript" src="include/js/general.js"></script>
-<script type="text/javascript" language="Javascript" src="modules/Leads/Lead.js"></script>
+<script type="text/javascript" language="Javascript" src="modules/Leads/Leads.js"></script>
 
 <!-- END: main -->

Modified: vtigercrm/branches/5.0.3/modules/Products/AddProductToPriceBooks.html
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Products/AddProductToPriceBooks.html (original)
+++ vtigercrm/branches/5.0.3/modules/Products/AddProductToPriceBooks.html Tue Mar 13 10:33:53 2007
@@ -116,7 +116,7 @@
 }
 
 </script>
-<script language="javascript" src="modules/Products/Product.js"></script>
+<script language="javascript" src="modules/Products/Products.js"></script>
 <table width="95%" border="0" cellpadding="0" cellspacing="0">
 <tr><td colspan="3">&nbsp;</td></tr>
 <tr>

Modified: vtigercrm/branches/5.0.3/modules/Products/AddProductsToPriceBook.html
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Products/AddProductsToPriceBook.html (original)
+++ vtigercrm/branches/5.0.3/modules/Products/AddProductsToPriceBook.html Tue Mar 13 10:33:53 2007
@@ -27,7 +27,7 @@
 }
 
 </script>
-<script language="javascript" src="modules/PriceBooks/PriceBook.js"></script>
+<script language="javascript" src="modules/PriceBooks/PriceBooks.js"></script>
 <BR>
 <BR>
 {PRODUCTLISTHEADER}

Modified: vtigercrm/branches/5.0.3/modules/Webmails/ListView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/ListView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/ListView.php Tue Mar 13 10:33:53 2007
@@ -173,7 +173,7 @@
 	}
 );
 </script>
-<script language="JavaScript" type="text/javascript" src="modules/Webmails/webmails.js"></script>
+<script language="JavaScript" type="text/javascript" src="modules/Webmails/Webmails.js"></script>
 <?php
 
 global $displayed_msgs;





More information about the vtigercrm-commits mailing list