diff options
author | jocuri%softhome.net <> | 2004-12-14 10:14:59 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-14 10:14:59 +0100 |
commit | aaa60459fe10d79ec2d6cb9bac06b8eb8299ee83 (patch) | |
tree | a934240dbd78aa2aa4e7031dc48d60ed24b9443a /template | |
parent | d95ba68b93717b5faabb483748bae4d69d367366 (diff) | |
download | bugzilla-aaa60459fe10d79ec2d6cb9bac06b8eb8299ee83.tar.gz bugzilla-aaa60459fe10d79ec2d6cb9bac06b8eb8299ee83.tar.xz |
Patch for bug 274400: Safari should show the lock icons (the quoted value of the class attribute should be on the same line); patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 0e70d0cf0..c72cd4ba4 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -152,13 +152,13 @@ [% 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" -%] "> |