New icon for cache manager passwords

This commit is contained in:
Jamie Cameron
2008-03-07 23:34:41 +00:00
parent c8a3a486cb
commit ab43dbaa7d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -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