summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/milestones/create.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/edit.html.tmpl2
-rw-r--r--template/en/default/admin/products/edit-common.html.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl
index 503801164..8006c0cd0 100644
--- a/template/en/default/admin/milestones/create.html.tmpl
+++ b/template/en/default/admin/milestones/create.html.tmpl
@@ -24,7 +24,7 @@
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<th align="right"><label for="milestone">Milestone:</label></th>
- <td><input id="milestone" size="20" maxlength="20" name="milestone"
+ <td><input id="milestone" size="64" maxlength="64" name="milestone"
value=""></td>
</tr>
<tr>
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>
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl
index 615f61fc7..2b76c44ac 100644
--- a/template/en/default/admin/products/edit-common.html.tmpl
+++ b/template/en/default/admin/products/edit-common.html.tmpl
@@ -62,7 +62,7 @@
[% END %]
</select>
[% ELSE %]
- <input type="text" size="20" maxlength="20" name="defaultmilestone"
+ <input type="text" size="64" maxlength="64" name="defaultmilestone"
value="[% product.defaultmilestone FILTER html %]">
[% END %]
</td>