afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-26 09:14 pm

[dw-free] LJ icon for filtered groups on entry page in default view

[commit: http://hg.dwscoalition.org/dw-free/rev/9f62bd3c2f96]

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

All DW, all the time.

Patch by [personal profile] snakeling.

Files modified:
  • cgi-bin/bml/scheme/global.look
--------------------------------------------------------------------------------
diff -r 06d811e6af71 -r 9f62bd3c2f96 cgi-bin/bml/scheme/global.look
--- a/cgi-bin/bml/scheme/global.look	Sun Jul 26 20:14:33 2009 +0000
+++ b/cgi-bin/bml/scheme/global.look	Sun Jul 26 21:13:32 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?>/icon_groups.gif" width=19 height=16 align=absmiddle>
+SECURITYGROUPS=>{Ss}<img src="<?imgprefix?>/silk/entry/filtered.png" width=16 height=16 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>
--------------------------------------------------------------------------------