New icon for cache manager passwords
authorJamie Cameron <jcameron@webmin.com>
Fri, 7 Mar 2008 23:34:41 +0000 (23:34 +0000)
committerJamie Cameron <jcameron@webmin.com>
Fri, 7 Mar 2008 23:34:41 +0000 (23:34 +0000)
squid/images/edit_cachemgr.gif
squid/index.cgi

index e7a7a57..71cbc39 100644 (file)
Binary files a/squid/images/edit_cachemgr.gif and b/squid/images/edit_cachemgr.gif differ
index a6fc35c..c7f25c5 100755 (executable)
@@ -141,7 +141,7 @@ for($i=0; $i<@otitles; $i++) {
                $otitles[$i] = $text{'index_'.$otitles[$i]};
                }
        }
-@oicons =  map { $t=$_; $t=~s/cgi/gif/; $t=~s/edit_//; "images/$t" } @olinks;
+@oicons =  map { $t=$_; $t=~s/cgi/gif/; $t=~s/edit_// if ($t ne 'edit_cachemgr.gif'); "images/$t" } @olinks;
 &icons_table(\@olinks, \@otitles, \@oicons);
 
 # Show start/stop/apply buttons