]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 274400: Safari should show the lock icons (the quoted value of the...
authorjocuri%softhome.net <>
Tue, 14 Dec 2004 09:14:59 +0000 (09:14 +0000)
committerjocuri%softhome.net <>
Tue, 14 Dec 2004 09:14:59 +0000 (09:14 +0000)
template/en/default/list/table.html.tmpl

index 0e70d0cf07588d79f87eeaca0b96b77e18386499..c72cd4ba47f1073d484030eed8c9e5f8e8660f51 100644 (file)
     [% tableheader %]
   [% END %]
 
-  <tr class="bz_[% bug.bug_severity FILTER css_class_quote %]
-             bz_[% bug.priority FILTER css_class_quote %]
-             bz_[% bug.bug_status FILTER css_class_quote %]
-             [%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution %]
-             [%+ "bz_secure" IF bug.secure_mode %]
-             [%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode %]
-             [%+ count % 2 == 1 ? "bz_odd" : "bz_even" %]
+  <tr class="bz_[% bug.bug_severity FILTER css_class_quote -%]
+             bz_[% bug.priority FILTER css_class_quote -%]
+             bz_[% bug.bug_status FILTER css_class_quote -%]
+             [%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%]
+             [%+ "bz_secure" IF bug.secure_mode -%]
+             [%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%]
+             [%+ count % 2 == 1 ? "bz_odd" : "bz_even" -%]
              ">