Use Go label for button

This commit is contained in:
Ilia Rostovtsev
2020-01-14 01:21:31 +03:00
parent dcb3a602f2
commit 1a8d138a38
2 changed files with 2 additions and 1 deletions

View File

@@ -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..

View 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();
}