]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1272247 - Small inconsistencies in layout when editing field values
authorEmmanuel Seyman <emmanuel@seyman.fr>
Mon, 16 May 2016 15:39:53 +0000 (17:39 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 16 May 2016 15:39:53 +0000 (17:39 +0200)
r=dylan

template/en/default/admin/fieldvalues/create.html.tmpl
template/en/default/admin/fieldvalues/edit.html.tmpl

index 8d1dbc8b977144ed7d1a390324cc6fc480c2fb89..8bb28e8b1a1cece5ff0fcc711201fcd38e921192 100644 (file)
@@ -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>
 
index 2630fee9244bd92529c473d795fb63579ff1ca2a..9d956e8cb36604aa0d0d2e8c1d68a5c00416d67b 100644 (file)
@@ -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 %]