[Vtigercrm-commits] [vtiger-commits] r6179 - in /vtigercrm/trunk/Smarty/templates: CreateView.tpl InventoryCreateView.tpl InventoryEditView.tpl salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 19 05:32:24 EDT 2006
Author: don
Date: Fri May 19 03:32:12 2006
New Revision: 6179
Log:
include for searchajax.js has been removed
Modified:
vtigercrm/trunk/Smarty/templates/CreateView.tpl
vtigercrm/trunk/Smarty/templates/InventoryCreateView.tpl
vtigercrm/trunk/Smarty/templates/InventoryEditView.tpl
vtigercrm/trunk/Smarty/templates/salesEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateView.tpl Fri May 19 03:32:12 2006
@@ -19,7 +19,6 @@
<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 language="JavaScript" type="text/javascript" src="include/js/searchajax.js"></script>
<script type="text/javascript">
Modified: vtigercrm/trunk/Smarty/templates/InventoryCreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/InventoryCreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/InventoryCreateView.tpl Fri May 19 03:32:12 2006
@@ -19,7 +19,6 @@
<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 language="JavaScript" type="text/javascript" src="include/js/searchajax.js"></script>
<script type="text/javascript">
Modified: vtigercrm/trunk/Smarty/templates/InventoryEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/InventoryEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/InventoryEditView.tpl Fri May 19 03:32:12 2006
@@ -19,7 +19,6 @@
<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 language="JavaScript" type="text/javascript" src="include/js/searchajax.js"></script>
<script type="text/javascript">
function ajaxResponse(response)
Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Fri May 19 03:32:12 2006
@@ -19,7 +19,6 @@
<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 language="JavaScript" type="text/javascript" src="include/js/searchajax.js"></script>
<script type="text/javascript">
function ajaxResponse(response)
More information about the vtigercrm-commits
mailing list