[Vtigercrm-commits] [vtiger-commits] r7941 - in /vtigercrm/trunk: Smarty/templates/Buttons_List1.tpl Smarty/templates/Settings.tpl modules/Settings/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 09:12:52 EDT 2006
Author: richie
Date: Mon Jul 10 07:12:45 2006
New Revision: 7941
Log:
tollbar lists added in Settings too
Modified:
vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
vtigercrm/trunk/Smarty/templates/Settings.tpl
vtigercrm/trunk/modules/Settings/index.php
Modified: vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Buttons_List1.tpl Mon Jul 10 07:12:45 2006
@@ -30,7 +30,7 @@
<TABLE border=0 cellspacing=0 cellpadding=0 width=100% class=small>
<tr><td style="height:2px"></td></tr>
<tr>
- <td style="padding-left:10px;padding-right:50px" class="moduleName" nowrap>{$APP.$CATEGORY} > <a class="hdrLink" href="index.php?action=ListView&module={$MODULE}">{$APP.$MODULE}</a></td>
+ <td style="padding-left:10px;padding-right:50px" class="moduleName" nowrap>{$APP.$CATEGORY} > <a class="hdrLink" href="index.php?action=index&module={$MODULE}">{$APP.$MODULE}</a></td>
<td width=100% nowrap>
<table border="0" cellspacing="0" cellpadding="0" >
Modified: vtigercrm/trunk/Smarty/templates/Settings.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings.tpl Mon Jul 10 07:12:45 2006
@@ -12,7 +12,7 @@
<style type="text/css">@import url(themes/blue/style.css);</style>
<body class=small>
-<br>
+ {include file="Buttons_List1.tpl"}
<table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
<tbody><tr>
<td valign="top"><img src="themes/blue/images/showPanelTopLeft.gif"></td>
Modified: vtigercrm/trunk/modules/Settings/index.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/index.php (original)
+++ vtigercrm/trunk/modules/Settings/index.php Mon Jul 10 07:12:45 2006
@@ -19,6 +19,9 @@
require_once($theme_path.'layout_utils.php');
$smarty = new vtigerCRM_Smarty;
+$smarty->assign("APP", $app_strings);
+$smarty->assign("MODULE", 'Settings');
+$smarty->assign("CATEGORY", 'Settings');
$smarty->assign("MOD", $mod_strings);
$smarty->assign("IMAGE_PATH", $image_path);
$smarty->display("Settings.tpl");
More information about the vtigercrm-commits
mailing list