Commit 5434fe6b authored by Kristian Rother's avatar Kristian Rother

2007-02-13 kr

* Renamed Cancel to Cancel Action to solve disambiguities with Cancel workflows.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12665 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f1efa141
......@@ -95,7 +95,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:define-slot="main" />\n
<tal:block metal:define-slot="bottom" />\n
</div>\n
<input tal:attributes="value python: here.Base_translateString(\'Cancel\')"\n
<input tal:attributes="value python: here.Base_translateString(\'Cancel Action\')"\n
id="dialog_cancel_button" name="Base_cancel:method" type="submit"\n
onclick="this.onclick=function(event) { return false; };" />\n
<input tal:condition="python: form.update_action!=\'\'"\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment