mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-10-21 05:58 pm

[dw-free] Icon for filtered posts is unclear

[commit: http://hg.dwscoalition.org/dw-free/rev/8a1f5a11df97]

http://bugs.dwscoalition.org/show_bug.cgi?id=1839

Per a suggestion, change the 'shield' icon denoting filtered to custom
groups entries to this 'tagged lock' icon which more clearly describes what
is going on. Icon by [personal profile] turlough.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/S2.pm
  • cgi-bin/bml/scheme/global.look
  • htdocs/img/silk/entry/filtered.png
--------------------------------------------------------------------------------
diff -r 20e8d4c481b8 -r 8a1f5a11df97 cgi-bin/LJ/S2.pm
--- a/cgi-bin/LJ/S2.pm	Wed Oct 21 17:50:20 2009 +0000
+++ b/cgi-bin/LJ/S2.pm	Wed Oct 21 17:58:27 2009 +0000
@@ -2139,7 +2139,7 @@ sub Image_std
         $LJ::S2::RES_CACHE = {
             'security-protected' => Image("$LJ::IMGPREFIX/silk/entry/locked.png", 16, 16, $ctx->[S2::PROPS]->{'text_icon_alt_protected'}),
             'security-private' => Image("$LJ::IMGPREFIX/silk/entry/private.png", 16, 16, $ctx->[S2::PROPS]->{'text_icon_alt_private'}),
-            'security-groups' => Image("$LJ::IMGPREFIX/silk/entry/filtered.png", 16, 16, $ctx->[S2::PROPS]->{'text_icon_alt_groups'}),
+            'security-groups' => Image("$LJ::IMGPREFIX/silk/entry/filtered.png", 21, 13, $ctx->[S2::PROPS]->{'text_icon_alt_groups'}),
             'adult-nsfw' => Image("$LJ::IMGPREFIX/icon_nsfw.png", 16, 16, $ctx->[S2::PROPS]->{'text_icon_alt_nsfw'}),
             'adult-18' => Image("$LJ::IMGPREFIX/icon_18.png", 16, 16, $ctx->[S2::PROPS]->{'text_icon_alt_18'}),
             'sticky-entry' => Image("$LJ::IMGPREFIX/silk/entry/sticky_entry.png", 16, 16, $ctx->[S2::PROPS]->{'text_icon_alt_sticky_entry'}),
diff -r 20e8d4c481b8 -r 8a1f5a11df97 cgi-bin/bml/scheme/global.look
--- a/cgi-bin/bml/scheme/global.look	Wed Oct 21 17:50:20 2009 +0000
+++ b/cgi-bin/bml/scheme/global.look	Wed Oct 21 17:58:27 2009 +0000
@@ -5,7 +5,7 @@ commloginboxstyle=>{Ss}background: url(/
 
 SECURITYPRIVATE=>{Ss}<img src="<?imgprefix?>/silk/entry/private.png" width=16 height=16 align=absmiddle>
 SECURITYPROTECTED=>{Ss}<img src="<?imgprefix?>/silk/entry/locked.png" width=14 height=15 align=absmiddle>
-SECURITYGROUPS=>{Ss}<img src="<?imgprefix?>/silk/entry/filtered.png" width=16 height=16 align=absmiddle>
+SECURITYGROUPS=>{Ss}<img src="<?imgprefix?>/silk/entry/filtered.png" width=21 height=13 align=absmiddle>
 HELP=>{DR}(<a href="%%data%%"><i>help</i></a>)
 INERR=>{DR}<font color="#ff0000"><b>%%data%%</b></font>
 SOERROR=>{DR}<div><b>%%data%%</b></div>
diff -r 20e8d4c481b8 -r 8a1f5a11df97 htdocs/img/silk/entry/filtered.png
Binary file htdocs/img/silk/entry/filtered.png has changed
--------------------------------------------------------------------------------