[Vtigercrm-commits] [vtiger-commits] r10623 - /vtigercrm/branches/5.0.3/Smarty/templates/ReportsCustomize.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 11:17:53 EDT 2007
Author: saraj
Date: Tue Apr 10 09:17:48 2007
New Revision: 10623
Log:
Unable to rename the folder - fixed. Fixes #3636
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ReportsCustomize.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportsCustomize.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportsCustomize.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportsCustomize.tpl Tue Apr 10 09:17:48 2007
@@ -23,7 +23,7 @@
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td width="5%" align="right"><input name="newReportInThisModule" value="{$MOD.LBL_CREATE_REPORT}..." class="crmButton small create" onclick="gcurrepfolderid={$reportfolder.id};fnvshobj(this,'reportLay')" type="button"></td>
<td width="75%" align="right">
- <input type="button" name="Edit" value=" {$MOD.LBL_RENAME_FOLDER} " class="crmbutton small edit" onClick="EditFolder('{$reportfolder.id}','{$reportfolder.name}','{$reportfolder.description}'),fnvshobj(this,'orgLay');">
+ <input type="button" name="Edit" value=" {$MOD.LBL_RENAME_FOLDER} " class="crmbutton small edit" onClick="EditFolder('{$reportfolder.id}','{$reportfolder.name|addslashes}','{$reportfolder.description|addslashes}'),fnvshobj(this,'orgLay');">
</td>
<td align="right">
<input type="button" name="delete" value=" {$MOD.LBL_DELETE_FOLDER} " class="crmbutton small delete" onClick="DeleteFolder('{$reportfolder.id}');">
More information about the vtigercrm-commits
mailing list