[Vtigercrm-commits] [vtiger-commits] r11134 - /vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 29 12:29:58 EDT 2007
Author: richie
Date: Tue May 29 10:29:55 2007
New Revision: 11134
Log:
* Added space between id and name
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl Tue May 29 10:29:55 2007
@@ -112,7 +112,7 @@
<div class="small" style="padding:10px" >
<table align="center" border="0" cellpadding="0" cellspacing="0" width="95%"><tr><td>
- <span class="dvHeaderText">[ {$ID} ]{$NAME} - {$APP[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</span> <span id="vtbusy_info" style="display:none;" valign="bottom"><img src="{$IMAGE_PATH}vtbusy.gif" border="0"></span><span id="vtbusy_info" style="visibility:hidden;" valign="bottom"><img src="{$IMAGE_PATH}vtbusy.gif" border="0"></span></td><td> </td></tr>
+ <span class="dvHeaderText">[ {$ID} ] {$NAME} - {$APP[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</span> <span id="vtbusy_info" style="display:none;" valign="bottom"><img src="{$IMAGE_PATH}vtbusy.gif" border="0"></span><span id="vtbusy_info" style="visibility:hidden;" valign="bottom"><img src="{$IMAGE_PATH}vtbusy.gif" border="0"></span></td><td> </td></tr>
<tr height=20><td>{$UPDATEINFO}</td></tr>
</table>
<br>
More information about the vtigercrm-commits
mailing list