[Vtigercrm-commits] [vtiger-commits] r3886 - /vtigercrm/trunk/Smarty/templates/UserListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 22 02:39:20 EST 2006
Author: saraj
Date: Wed Feb 22 00:39:17 2006
New Revision: 3886
Log:
wraping of images in the user list view has been fixed
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 Wed Feb 22 00:39:17 2006
@@ -31,7 +31,7 @@
{section name=entries loop=$LIST_ENTRIES}
<tr class="{cycle values="dvtCellInfo,dvtCellLabel"}">
{foreach item=listvalues from=$LIST_ENTRIES[entries]}
- <td>{$listvalues}</td>
+ <td nowrap>{$listvalues}</td>
{/foreach}
</tr>
{/section}
More information about the vtigercrm-commits
mailing list