Commit 85ec79a2 authored by Boris Kocherov's avatar Boris Kocherov Committed by Boris Kocherov

erp5_xhtml_style: improve design listbox in form

parent f9b0e806
......@@ -13,8 +13,8 @@
field_has_error python: field_errors.has_key(field_id) and 'has-error' or '';
global form_id form_id | form/id | nothing;
field_description field/Field_getDescription;
field_label_width python: gid in ['center'] and '2' or '3';
field_input_width python: gid in ['center'] and '9' or '9';
field_label_width python: gid in ['center'] and '1' or '3';
field_input_width python: gid in ['center'] and '11' or '9';
is_web_mode is_web_mode | nothing">
<div tal:define="html_render python: field.render_htmlgrid(value, request, render_prefix=render_prefix, key_prefix=key_prefix)"
tal:attributes="title field_description;
......
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