mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 04:40:24 +01:00
Code Review Test: Fix back
This commit is contained in:
@@ -671,10 +671,10 @@ else {
|
||||
local $js2 = "onClick='form.db_def[2].checked = true'";
|
||||
$rv = &ui_radio("db_def", $db eq '%' || $db eq '' ? 1 :
|
||||
$ind ? 2 : 0,
|
||||
[ [ 1, text{'host_any'} ],
|
||||
[ 2, text{'host_sel'}." ".
|
||||
[ [ 1, $text{'host_any'} ],
|
||||
[ 2, $text{'host_sel'}." ".
|
||||
&ui_select("dbs", $_[0], \@opts, 1, 0, 0, 0,$js1) ],
|
||||
[ 0, text{'host_otherdb'}." ".
|
||||
[ 0, $text{'host_otherdb'}." ".
|
||||
&ui_textbox("db", $db eq '%' || $db eq '' ||
|
||||
$ind ? '' : $db, 30, 0,
|
||||
undef, $js2) ] ]);
|
||||
|
||||
Reference in New Issue
Block a user