Commit 729168f5 authored by Ivan Tyagov's avatar Ivan Tyagov

Output error messages in the same HTML block structure.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32494 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18de7643
......@@ -159,8 +159,10 @@
\n
<div class="content"\n
tal:condition="not: exists_view_form">\n
<span i18n:translate="" \n
i18n:domain="ui">Server side error.</span>\n
<div class="box_inner_content">\n
<span i18n:translate="" \n
i18n:domain="ui">Server side error.</span>\n
</div>\n
</div>\n
\n
<tal:block tal:condition="exists_view_form">\n
......
451
\ No newline at end of file
452
\ 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