summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/create.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-10-03 21:25:12 +0200
committermkanat%bugzilla.org <>2008-10-03 21:25:12 +0200
commite5cb44116816d837adebd28519c325ec8c3dd754 (patch)
tree666f4431610e1f993c4bd667bf39715d23f210b0 /template/en/default/admin/fieldvalues/create.html.tmpl
parent4b781a339951b8a4e60e3615bf879b339e4574fd (diff)
downloadbugzilla-e5cb44116816d837adebd28519c325ec8c3dd754.tar.gz
bugzilla-e5cb44116816d837adebd28519c325ec8c3dd754.tar.xz
Fix some test failures caused by the Field::Choice patches.
Diffstat (limited to 'template/en/default/admin/fieldvalues/create.html.tmpl')
-rw-r--r--template/en/default/admin/fieldvalues/create.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/admin/fieldvalues/create.html.tmpl b/template/en/default/admin/fieldvalues/create.html.tmpl
index 9d318cd1d..bd6c427e6 100644
--- a/template/en/default/admin/fieldvalues/create.html.tmpl
+++ b/template/en/default/admin/fieldvalues/create.html.tmpl
@@ -34,8 +34,10 @@
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<th align="right"><label for="value">Value:</label></th>
- <td><input id="value" name="value" size="30"
- maxlength="[% constants.MAX_FIELD_VALUE_SIZE %]"></td>
+ <td>
+ <input id="value" name="value" size="30"
+ maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]">
+ </td>
</tr>
<tr>
<th align="right"><label for="sortkey">Sortkey:</label></th>