[Vtigercrm-commits] [vtiger-commits] r5105 - /vtigercrm/trunk/Smarty/templates/CurrencyListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 13 08:55:15 EDT 2006
Author: saraj
Date: Thu Apr 13 06:55:11 2006
New Revision: 5105
Log:
SettingsMenu.tpl and SettingsSubMenu.tpl have been included
Modified:
vtigercrm/trunk/Smarty/templates/CurrencyListView.tpl
Modified: vtigercrm/trunk/Smarty/templates/CurrencyListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CurrencyListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CurrencyListView.tpl Thu Apr 13 06:55:11 2006
@@ -11,6 +11,10 @@
********************************************************************************/
-->*}
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<tr>
+ {include file='SettingsMenu.tpl'}
+<td width="75%" valign="top">
<form action="index.php">
<input type="hidden" name="module" value="Settings">
<input type="hidden" name="action" value="CurrencyEditView">
@@ -49,3 +53,7 @@
</tr>
</table>
</form>
+</td>
+</tr>
+</table>
+ {include file='SettingsSubMenu.tpl'}
More information about the vtigercrm-commits
mailing list