Fix textbox width
This commit is contained in:
+3
-1
@@ -44,7 +44,9 @@ if ($osinfo{'real_os_type'}) {
|
||||
"$text{'os_eol_until'} $gconfig{'os_ext_eol'}");
|
||||
}
|
||||
print &ui_table_row($text{'os_eol'},
|
||||
&ui_textbox("os_eol_before", $gconfig{'os_eol_before'} // 3, 10)." $text{'os_eol_countdown'}");
|
||||
&ui_textbox("os_eol_before",
|
||||
$gconfig{'os_eol_before'} // 3, 2).
|
||||
" $text{'os_eol_countdown'}");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user