[Vtigercrm-commits] [vtiger-commits] r5377 - /vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 07:40:09 EDT 2006


Author: richie
Date: Wed Apr 26 05:40:00 2006
New Revision: 5377

Log:
Made proper redirection on cancel.
Fixes #177

Modified:
    vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl

Modified: vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl Wed Apr 26 05:40:00 2006
@@ -12,7 +12,7 @@
 	<input title="{$APP.LBL_EDIT_BUTTON_LABEL}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="classBtn" type="button" name="button" value="{$APP.LBL_EDIT_BUTTON_LABEL}" onClick="assignmodulefn('edit');">
 	{else}
 	<input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="classBtn" type="button" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onClick="assignmodulefn('save');" >
-	<input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='index';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" >
+	<input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='ListModuleOwners';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" >
 	{/if}
 	</div>
 	</td>





More information about the vtigercrm-commits mailing list