[Vtigercrm-commits] [vtiger-commits] r10301 - /vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 1 11:02:40 EST 2007
Author: richie
Date: Thu Mar 1 09:02:10 2007
New Revision: 10301
Log:
fixes #3060
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl Thu Mar 1 09:02:10 2007
@@ -82,15 +82,15 @@
<table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white>
<tr>
<td align="right" nowrap class="cellLabel small"><b>{$MOD.LBL_REP_FOLDER_NAME} </b></td>
- <td align="left" class="cellText small">
+ <td align="left">
<input id="folder_id" name="folderId" type="hidden" value=''>
<input id="fldrsave_mode" name="folderId" type="hidden" value='save'>
- <input id="folder_name" name="folderName" class="txtBox" type="text">
+ <input id="folder_name" name="folderName" type="text" width="100%" solid="#666666" font-family="Arial, Helvetica,sans-serif" font-size="11px">
</td>
</tr>
<tr>
<td class="cellLabel small" align="right" nowrap><b>{$MOD.LBL_REP_FOLDER_DESC} </b></td>
- <td class="cellText small" align="left"><input id="folder_desc" name="folderDesc" class="txtBox" type="text"></td>
+ <td class="cellText small" align="left"><input id="folder_desc" name="folderDesc" type="text" width="100%" solid="#666666" font-family="Arial, Helvetica,sans-serif" font-size="11px"></td>
</tr>
</table>
</td>
More information about the vtigercrm-commits
mailing list