<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>
</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>
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 %]