[Vtigercrm-commits] [vtiger-commits] r10624 - /vtigercrm/branches/5.0.3/Smarty/templates/Reports.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 11:19:35 EDT 2007


Author: saraj
Date: Tue Apr 10 09:19:29 2007
New Revision: 10624

Log:
Deleting a folder problem - fixed. Fixes #3638

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 Tue Apr 10 09:19:29 2007
@@ -34,7 +34,7 @@
                         <td>&nbsp;</td>
             <td style="padding-right:5px"><a href="javascript:;" onclick="fnvshobj(this,'folderLay');"><img src="{$IMAGE_PATH}reportsMove.gif" alt="{$MOD.Move_Reports}..." title="{$MOD.Move_Reports}..." border=0></a></td>
                         <td>&nbsp;</td>
-            <td style="padding-right:5px"><a href="javascript:;" onClick="massDeleteReport();"><img src="{$IMAGE_PATH}reportsDelete.gif" alt="{$MOD.LBL_DELETE_FOLDER}..." title="{$MOD.LBL_DELETE_FOLDER}..." border=0></a></td>
+            <td style="padding-right:5px"><a href="javascript:;" onClick="massDeleteReport();"><img src="{$IMAGE_PATH}reportsDelete.gif" alt="{$MOD.LBL_DELETE_FOLDER}..." title="{$MOD.Delete_Report}..." border=0></a></td>
 			</tr>
 		</table>
 	</td>





More information about the vtigercrm-commits mailing list