Commit abfe21fd authored by Emmanuel Seyman's avatar Emmanuel Seyman Committed by Frédéric Buclin

Bug 1272247 - Small inconsistencies in layout when editing field values

r=dylan
parent c5a676ad
......@@ -26,7 +26,7 @@
<form method="post" action="editvalues.cgi">
<table id="admin_table_edit">
<tr>
<th><label for="value">Value:</label></th>
<th><label for="value">Field Value:</label></th>
<td>
<input id="value" name="value" size="30"
maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]" required>
......@@ -82,7 +82,7 @@
</table>
<input type="submit" id="create" value="Add">
<input type="hidden" name="action" value="new">
<input type="hidden" name='field' value="[% field.name FILTER html %]">
<input type="hidden" name="field" value="[% field.name FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
</form>
......
......@@ -30,7 +30,7 @@
value="[% value.name FILTER html %]">
[%- value.name FILTER html %]
[% ELSE %]
<input id="value_new" name="value_new" size="20"
<input id="value_new" name="value_new" size="30"
maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]"
value="[% value.name FILTER html %]" required>
[% END %]
......
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