mirror of
https://github.com/webmin/webmin.git
synced 2026-06-23 20:40:32 +01:00
add _top to top buttons
This commit is contained in:
@@ -135,8 +135,8 @@ else {
|
||||
print &text('index_count', scalar(@rows)),"<br>\n";
|
||||
print &ui_form_start("update.cgi", "post");
|
||||
print &ui_submit($in{'mode'} eq 'new' ? $text{'index_install'}
|
||||
: $text{'index_update'}, "ok" );
|
||||
print &ui_submit($text{'index_refresh'}, "refresh"), "<br>";
|
||||
: $text{'index_update'}, "ok_top" );
|
||||
print &ui_submit($text{'index_refresh'}, "refresh_top"), "<br>";
|
||||
}
|
||||
print &ui_form_columns_table(
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user