This commit is contained in:
Joe Cooper
2008-05-10 02:42:47 +00:00
parent 5282e8624d
commit b1bb4a9bef
5 changed files with 8 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ print &ui_form_end([ [ "save", $text{'save'} ],
@cached = &list_cached_files();
if (@cached) {
# Show cache management and clearing buttons
print "<hr>\n";
print &ui_hr();
print &ui_buttons_start();
print &ui_buttons_row("cache.cgi", $text{'proxy_cacheb'},
$text{'proxy_cachebdesc'});