[Vtigercrm-commits] [vtiger-commits] r7291 - in /vtigercrm/trunk/modules/Users: createemailtemplate.php editemailtemplate.php listwordtemplates.php upload.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 20 03:11:20 EDT 2006


Author: saraj
Date: Tue Jun 20 01:11:13 2006
New Revision: 7291

Log:
updated the files for mail & email templates - ahmed

Modified:
    vtigercrm/trunk/modules/Users/createemailtemplate.php
    vtigercrm/trunk/modules/Users/editemailtemplate.php
    vtigercrm/trunk/modules/Users/listwordtemplates.php
    vtigercrm/trunk/modules/Users/upload.php

Modified: vtigercrm/trunk/modules/Users/createemailtemplate.php
==============================================================================
--- vtigercrm/trunk/modules/Users/createemailtemplate.php (original)
+++ vtigercrm/trunk/modules/Users/createemailtemplate.php Tue Jun 20 01:11:13 2006
@@ -31,6 +31,7 @@
 $smarty->assign("IMAGE_PATH", $image_path);
 $smarty->assign("THEME_PATH", $theme_path);
 $smarty->assign("UMOD", $mod_strings);
+$smarty->assign("PARENTTAB", $_REQUEST['parenttab']);
 
 $smarty->assign("MOD", $smod_strings);
 $smarty->assign("MODULE", 'Settings');

Modified: vtigercrm/trunk/modules/Users/editemailtemplate.php
==============================================================================
--- vtigercrm/trunk/modules/Users/editemailtemplate.php (original)
+++ vtigercrm/trunk/modules/Users/editemailtemplate.php Tue Jun 20 01:11:13 2006
@@ -51,6 +51,7 @@
 $smarty->assign("SUBJECT", $emailtemplateResult["subject"]);
 $smarty->assign("BODY", $emailtemplateResult["body"]);
 $smarty->assign("MODULE", 'Settings');
+$smarty->assign("PARENTTAB", $_REQUEST['parenttab']);
 $smarty->assign("EMODE", $mode);
 
 $smarty->display("CreateEmailTemplate.tpl");

Modified: vtigercrm/trunk/modules/Users/listwordtemplates.php
==============================================================================
--- vtigercrm/trunk/modules/Users/listwordtemplates.php (original)
+++ vtigercrm/trunk/modules/Users/listwordtemplates.php Tue Jun 20 01:11:13 2006
@@ -48,6 +48,7 @@
 $smod_strings = return_module_language($current_language,'Settings');
 $smarty->assign("MOD", $smod_strings);
 $smarty->assign("UMOD", $mod_strings);
+$smarty->assign("PARENTTAB", $_REQUEST['parenttab']);
 $smarty->assign("IMAGE_PATH",$image_path);
 
 

Modified: vtigercrm/trunk/modules/Users/upload.php
==============================================================================
--- vtigercrm/trunk/modules/Users/upload.php (original)
+++ vtigercrm/trunk/modules/Users/upload.php Tue Jun 20 01:11:13 2006
@@ -31,6 +31,7 @@
 $smarty->assign("IMAGE_PATH",$image_path);
 $smarty->assign("APP", $app_strings);
 $smarty->assign("UMOD", $mod_strings);
+$smarty->assign("PARENTTAB", $_REQUEST['parenttab']);
 
 $smarty->display('CreateWordTemplate.tpl');
 





More information about the vtigercrm-commits mailing list