[Vtigercrm-commits] [vtiger-commits] r10003 - /vtigercrm/branches/5.0.3/Smarty/templates/ListWordTemplates.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Dec 29 08:01:45 EST 2006
Author: richie
Date: Fri Dec 29 06:01:40 2006
New Revision: 10003
Log:
broken link fixed
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ListWordTemplates.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ListWordTemplates.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ListWordTemplates.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ListWordTemplates.tpl Fri Dec 29 06:01:40 2006
@@ -78,11 +78,11 @@
<table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
<form name="massdelete" method="POST">
<input name="idlist" type="hidden">
- <input name="module" type="hidden" value="Users">
+ <input name="module" type="hidden" value="Settings">
<input name="parenttab" type="hidden" value="Settings">
<input name="action" type="hidden">
<tr>
- <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}mailmarge.gif" alt="Users" width="48" height="48" border=0 title="Users"></td>
+ <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}mailmarge.gif" alt="Settings" width="48" height="48" border=0 title="Settings"></td>
<td class=heading2 valign=bottom><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$UMOD.LBL_WORD_TEMPLATES} </b></td>
</tr>
<tr>
@@ -126,7 +126,7 @@
<td class="listTableRow small" valign=top><b>{$template.filename}</b></a></td>
<td class="listTableRow small" valign=top>{$template.description} </td>
<td class="listTableRow small" valign=top>{$template.module}</td>
- <td class="listTableRow small" valign=top><a href="index.php?module=Users&action=downloadfile&record={$template.templateid}">{$UMOD.LBL_DOWNLOAD}</a></td>
+ <td class="listTableRow small" valign=top><a href="index.php?module=Settings&action=downloadfile&record={$template.templateid}">{$UMOD.LBL_DOWNLOAD}</a></td>
</tr>
{/foreach}
</table>
More information about the vtigercrm-commits
mailing list