diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-06-06 21:37:50 +0200 |
---|---|---|
committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-06-06 21:37:50 +0200 |
commit | 4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4 (patch) | |
tree | 83bcdc06d1ca061f0f06c11ec00ff503247f5ac9 /template/en/default/bug | |
parent | 9fd857307079b57f515fa394cd8f0aefc64336e0 (diff) | |
download | bugzilla-4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4.tar.gz bugzilla-4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4.tar.xz |
Bug 450301: Simplify searching UI, forgot some filters, fixes burning in tinderbox
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/field-label.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl index 3f9187c89..858970117 100644 --- a/template/en/default/bug/field-label.html.tmpl +++ b/template/en/default/bug/field-label.html.tmpl @@ -28,7 +28,7 @@ [% PROCESS "bug/field-help.none.tmpl" %] [% DEFAULT tag_name = "th" %] -<[% tag_name %] class="field_label [% ' bz_hidden_field' IF hidden %] +<[% tag_name FILTER html %] class="field_label [% ' bz_hidden_field' IF hidden %] [%- ' required' IF field.is_mandatory %]" id="field_label_[% field.name FILTER html %]" [% IF rowspan > 0 %] rowspan="[% rowspan FILTER html %]"[% END %]> @@ -50,4 +50,4 @@ >[%- field_descs.${field.name} FILTER html %]:</a> [% '</label>' IF editable %] -</[% tag_name %]> +</[% tag_name FILTER html %]> |