[Vtigercrm-commits] [vtiger-commits] r10605 - in /vtigercrm/branches/5.0.3/Smarty/templates: AuditTrailList.tpl DefModuleView.tpl Settings/Announcements.tpl Settings/BackupServerContents.tpl Settings/CompanyInfo.tpl Settings/EmailConfig.tpl Settings/ProxyServer.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 01:37:37 EDT 2007
Author: richie
Date: Mon Apr 9 23:37:25 2007
New Revision: 10605
Log:
fix for Can remove the link. Fixes #3580 --minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/AuditTrailList.tpl
vtigercrm/branches/5.0.3/Smarty/templates/DefModuleView.tpl
vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl
vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServerContents.tpl
vtigercrm/branches/5.0.3/Smarty/templates/Settings/CompanyInfo.tpl
vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl
vtigercrm/branches/5.0.3/Smarty/templates/Settings/ProxyServer.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/AuditTrailList.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/AuditTrailList.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/AuditTrailList.tpl Mon Apr 9 23:37:25 2007
@@ -82,11 +82,11 @@
</td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
<td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td>
</tr>
- </table>
+ </table-->
</td>
</tr>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/DefModuleView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DefModuleView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DefModuleView.tpl Mon Apr 9 23:37:25 2007
@@ -72,11 +72,11 @@
</td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
<td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td>
</tr>
- </table>
+ </table-->
</td>
</tr>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/Announcements.tpl Mon Apr 9 23:37:25 2007
@@ -77,9 +77,9 @@
<td class="listTableRow small" valign=top><textarea class=small width=90% height=100px id="announcement" name="announcement">{$ANNOUNCE}</textarea></td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
- </table>
+ </table-->
</td>
</tr>
</table>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServerContents.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServerContents.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/BackupServerContents.tpl Mon Apr 9 23:37:25 2007
@@ -59,8 +59,8 @@
</td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
<td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td>
</tr>
- </table>
+ </table-->
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/CompanyInfo.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/CompanyInfo.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/CompanyInfo.tpl Mon Apr 9 23:37:25 2007
@@ -96,11 +96,11 @@
</td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
<td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td>
</tr>
- </table>
+ </table-->
</td>
</tr>
</table>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl Mon Apr 9 23:37:25 2007
@@ -132,11 +132,11 @@
</td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
<td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td>
</tr>
- </table>
+ </table-->
</td>
</tr>
</table>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/ProxyServer.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/ProxyServer.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/ProxyServer.tpl Mon Apr 9 23:37:25 2007
@@ -116,11 +116,11 @@
</td>
</tr>
</table>
- <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <!--table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
<td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td>
</tr>
- </table>
+ </table-->
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list