[Vtigercrm-commits] [vtiger-commits] r10715 - /vtigercrm/branches/5.0.3/Smarty/templates/GlobalListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 18 02:32:14 EDT 2007
Author: richie
Date: Wed Apr 18 00:32:06 2007
New Revision: 10715
Log:
* Fixed the issue that vendors is not displayed when we click on tag from Home page, Fixed #3378
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/GlobalListView.tpl
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 Wed Apr 18 00:32:06 2007
@@ -21,12 +21,6 @@
<div id="dynloadarea" style=float:left;position:absolute;left:350px;top:150px;></div>
{/if}
<script language="JavaScript" type="text/javascript" src="modules/{$MODULE}/{$MODULE}.js"></script>
-
-{if $SEARCH_MODULE eq 'All'}
-<script>
-displayModuleList(document.getElementById('global_search_module'));
-</script>
-{/if}
{*<!-- Contents -->*}
@@ -114,5 +108,11 @@
</table>
</div>
+{if $SEARCH_MODULE eq 'All'}
+<script>
+displayModuleList(document.getElementById('global_search_module'));
+</script>
+{/if}
+
{$SELECT_SCRIPT}
More information about the vtigercrm-commits
mailing list