mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
UI tweaks
This commit is contained in:
@@ -112,7 +112,8 @@ elsif (@titles || @indexes) {
|
||||
" <a href='$links[$i]'>".
|
||||
&html_escape($all[$i])." ".$descs[$i]."</a>");
|
||||
}
|
||||
print &ui_grid_table(\@grid, 4, 100, undef, undef, "");
|
||||
print &ui_grid_table(\@grid, 4, 100, undef, undef,
|
||||
$text{'dbase_header'});
|
||||
}
|
||||
else {
|
||||
# Show table icons
|
||||
|
||||
@@ -48,6 +48,7 @@ stop_err=Failed to stop database
|
||||
start_err=Failed to start database
|
||||
|
||||
dbase_title=Edit Database
|
||||
dbase_header=Database tables, indexes and views
|
||||
dbase_tables=Database Tables
|
||||
dbase_add=Create a new table
|
||||
dbase_drop=Drop Database
|
||||
|
||||
Reference in New Issue
Block a user