Commit d6972258 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Make the view of center consistent with the others.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@778 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a03f28a
......@@ -126,7 +126,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<span tal:condition="python: len(groups)>2">
<table class="Border" tal:condition="python:len(form.get_fields_in_group(groups[2])) > 0">
<td>
<table width="100%">
<table>
<span tal:repeat="field python:form.get_fields_in_group(groups[2])">
<tr tal:condition="python:field.meta_type != 'HiddenStringField'">
<td tal:content="structure python:gettext(field.title())"
......@@ -149,8 +149,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
and field.is_required()"
class="required">
</td>
</tr>
<tr>
<td tal:define="value python:request.get(field.id,None)">
<span tal:replace="structure python:field.render(value,request)"/>
</td>
......
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