Commit 860c8d53 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo in r28602.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28614 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d1e8cdd
......@@ -499,7 +499,7 @@ fieldset.editable > div.field {\n
width:<tal:block tal:replace="python:main_content_width-2"/>px;\n
}\n
\n
div.bottom_action {\n
div.bottom_actions {\n
margin:0px 20px 20px;\n
}\n
\n
......
125
\ No newline at end of file
126
\ No newline at end of file
......@@ -60,7 +60,7 @@
<tal:block metal:define-slot="main" />\n
<tal:block metal:define-slot="bottom" />\n
</div>\n
<div class="bottom_action">\n
<div class="bottom_actions">\n
<button tal:condition="cancel_url|request/cancel_url|nothing" accesskey="C"\n
id="dialog_cancel_button" name="Base_cancel:method"\n
type="submit" class="bt-med">\n
......
815
\ No newline at end of file
816
\ 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