[Vtigercrm-commits] [vtiger-commits] r5353 - /vtigercrm/trunk/Smarty/templates/UserListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 09:42:39 EDT 2006


Author: saraj
Date: Tue Apr 25 07:42:34 2006
New Revision: 5353

Log:
Navigation Buttons Organised in List view. ref #144.

Modified:
    vtigercrm/trunk/Smarty/templates/UserListView.tpl

Modified: vtigercrm/trunk/Smarty/templates/UserListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserListView.tpl Tue Apr 25 07:42:34 2006
@@ -27,7 +27,11 @@
 {/if}
 </td>
 <td align="center" width="25%">{$RECORD_COUNTS}</td>
-<td nowrap>{$NAVIGATION}</td>
+<td nowrap>
+	<table border=0 cellspacing=0 cellpadding=0 class="small">
+             <tr>{$NAVIGATION}</tr>
+        </table>
+</td>
 </tr>
 <tr><td colspan="4">&nbsp;</td></tr>
 <tr><td colspan="4"><div id="scrollTab">





More information about the vtigercrm-commits mailing list