[Vtigercrm-commits] [vtiger-commits] r7159 - /vtigercrm/trunk/modules/Products/EditListPrice.html

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 16 03:50:38 EDT 2006


Author: saraj
Date: Fri Jun 16 01:50:34 2006
New Revision: 7159

Log:
* Modified the cancel button action to history back

Modified:
    vtigercrm/trunk/modules/Products/EditListPrice.html

Modified: vtigercrm/trunk/modules/Products/EditListPrice.html
==============================================================================
--- vtigercrm/trunk/modules/Products/EditListPrice.html (original)
+++ vtigercrm/trunk/modules/Products/EditListPrice.html Fri Jun 16 01:50:34 2006
@@ -38,7 +38,7 @@
 	<tr>
 	         <td align="center">
 			<input title="{APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" class="button" onclick="this.form.action.value='UpdateListPrice'; return verify_data(EditView)" type="submit" name="button" value="{APP.LBL_SAVE_BUTTON_LABEL}" >
-	                <input title="{APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='DetailView'; this.form.module.value='PriceBooks'; this.form.return_action.value='DetailView'; this.form.return_module.value='PriceBooks';" type="submit" name="button" value="{APP.LBL_CANCEL_BUTTON_LABEL}"></td>
+	                <input title="{APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="window.history.back()" type="submit" name="button" value="{APP.LBL_CANCEL_BUTTON_LABEL}"></td>
 	</tr>
 	</form>
 </table>





More information about the vtigercrm-commits mailing list