mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Use Go label for button
This commit is contained in:
@@ -223,6 +223,7 @@ view_sortreset=Reset sort
|
||||
view_field=Field name
|
||||
view_data=New data
|
||||
view_jump=Jump to row
|
||||
view_go=Go
|
||||
view_download=Download..
|
||||
view_keep=Leave unchanged
|
||||
view_set=Set to contents of file..
|
||||
|
||||
@@ -463,7 +463,7 @@ if (!$in{'field'} && $total > $displayconfig{'perpage'}) {
|
||||
print &ui_hidden("db", $in{'db'});
|
||||
print &ui_hidden("table", $in{'table'});
|
||||
print &ui_textbox("jump", "", 6);
|
||||
print &ui_submit($text{'chooser_ok'});
|
||||
print &ui_submit($text{'view_go'});
|
||||
print &ui_form_end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user