Commit 1f66a8c1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

re-add tal:condition for cancel button that was removed in r28441 by mistake.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28593 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40a6a870
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<tal:block metal:define-slot="main" />\n <tal:block metal:define-slot="main" />\n
<tal:block metal:define-slot="bottom" />\n <tal:block metal:define-slot="bottom" />\n
</div>\n </div>\n
<button \n <button tal:condition="cancel_url|request/cancel_url|nothing"\n
value="Cancel Action" accesskey="C"\n value="Cancel Action" accesskey="C"\n
id="dialog_cancel_button" name="Base_cancel:method"\n id="dialog_cancel_button" name="Base_cancel:method"\n
type="submit" class="bt-med">\n type="submit" class="bt-med">\n
......
813 814
\ No newline at end of file \ No newline at end of file
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