mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
New icon for cache manager passwords
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 325 B |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user