mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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.
This commit is contained in:
parent
200652205a
commit
7899f3d1d7
@ -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" -%]
|
||||
">
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user