diff --git a/squid/images/edit_cachemgr.gif b/squid/images/edit_cachemgr.gif index e7a7a5792..71cbc39b5 100644 Binary files a/squid/images/edit_cachemgr.gif and b/squid/images/edit_cachemgr.gif differ diff --git a/squid/index.cgi b/squid/index.cgi index a6fc35c5c..c7f25c5ba 100755 --- a/squid/index.cgi +++ b/squid/index.cgi @@ -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