summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-09-19 01:39:58 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-09-19 01:39:58 +0200
commitb493ba43eb4516605f78de11a4f799b56ef55174 (patch)
tree6512684573d1be04ba09d5fb15d6e8de819e6e08 /template/en/default/bug
parent6aec8ad47e62041e9d72f53a2e043d938ec01eae (diff)
downloadbugzilla-b493ba43eb4516605f78de11a4f799b56ef55174.tar.gz
bugzilla-b493ba43eb4516605f78de11a4f799b56ef55174.tar.xz
Bug 594947: show_bug text boxes are not 100% width
r/a=mkanat
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 4b5e7769e..3b2d4d29b 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -482,6 +482,7 @@
id => "assigned_to"
name => "assigned_to"
value => bug.assigned_to.login
+ classes => ["bz_userfield"]
size => 30
%]
<br>
@@ -524,6 +525,7 @@
name => "qa_contact"
value => bug.qa_contact.login
size => 30
+ classes => ["bz_userfield"]
emptyok => 1
%]
<br>
@@ -821,6 +823,7 @@
name => "newcc"
value => ""
size => 30
+ classes => ["bz_userfield"]
multiple => 5
%]
</div>