summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones/edit.html.tmpl
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2012-03-26 13:12:37 +0200
committerGervase Markham <gerv@mozilla.org>2012-03-26 13:12:37 +0200
commitef32a98bed6dbe5a1b90963c3b2dd21efcc8f545 (patch)
treed973807a54cc8c11e189965cd9bfd97e96d757ce /template/en/default/admin/milestones/edit.html.tmpl
parentceb57bc769eeda8520c9daca5796a51718284e71 (diff)
downloadbugzilla-ef32a98bed6dbe5a1b90963c3b2dd21efcc8f545.tar.gz
bugzilla-ef32a98bed6dbe5a1b90963c3b2dd21efcc8f545.tar.xz
Make Target Milestone field have the same maximum length as Version field. r,a=LpSolit.
https://bugzilla.mozilla.org/show_bug.cgi?id=448551
Diffstat (limited to 'template/en/default/admin/milestones/edit.html.tmpl')
-rw-r--r--template/en/default/admin/milestones/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl
index 432de5d8d..759bd708a 100644
--- a/template/en/default/admin/milestones/edit.html.tmpl
+++ b/template/en/default/admin/milestones/edit.html.tmpl
@@ -25,7 +25,7 @@
<tr>
<th class="field_label"><label for="milestone">Milestone:</label></th>
- <td><input id="milestone" size="20" maxlength="20" name="milestone" value="
+ <td><input id="milestone" size="64" maxlength="64" name="milestone" value="
[%- milestone.name FILTER html %]"></td>
</tr>
<tr>