summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-11-19 10:14:49 +0100
committermyk%mozilla.org <>2002-11-19 10:14:49 +0100
commite008d25513ff2d4c16c4aa49f48bfe188f9759ba (patch)
treeebeb0cfc175fb7f99bfe4ccab2ea46ec8e735a9c /template/en/default/attachment
parent880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 (diff)
downloadbugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.gz
bugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.xz
Fix for bug 179876: Labels the "Requestee" field to reduce confusion about its purpose.
r=bbaetz a=myk
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/edit.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 32449f041..8cd92774b 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -33,7 +33,7 @@
table.attachment_info td { text-align: left; vertical-align: top; }
#noview { text-align: left; vertical-align: center; }
- table#flags th, table#flags td { font-size: small; vertical-align: baseline; }
+ table#flags th, table#flags td { font-size: small; vertical-align: baseline; text-align: left; }
"
%]
@@ -173,7 +173,6 @@
[% END %]
[% IF flag_types.size > 0 %]
- <b>Flags:</b><br>
[% PROCESS "flag/list.html.tmpl" bug_id=bugid attach_id=attachid %]<br>
[% END %]