mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Add informational note about updates #2639
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
This commit is contained in:
@@ -222,11 +222,12 @@ print &ui_table_row($text{'index_email'}, $efield);
|
||||
|
||||
# Install or just notify?
|
||||
print &ui_table_row($text{'index_action'},
|
||||
&ui_radio("action", int($config{'sched_action'}),
|
||||
&ui_select("action", int($config{'sched_action'}),
|
||||
[ [ -1, $text{'index_action-1'} ],
|
||||
[ 0, $text{'index_action0'} ],
|
||||
[ 1, $text{'index_action1'} ],
|
||||
[ 2, $text{'index_action2'} ] ]));
|
||||
[ 2, $text{'index_action2'} ] ])."<br>\n".
|
||||
&ui_note($text{'index_action_note'}, 0));
|
||||
|
||||
print &ui_table_end();
|
||||
print &ui_form_end([ [ "save", $text{'save'} ] ]);
|
||||
|
||||
@@ -24,6 +24,7 @@ index_action-1=Just notify for security updates
|
||||
index_action0=Just notify for any updates
|
||||
index_action1=Install security updates
|
||||
index_action2=Install any updates
|
||||
index_action_note=Updates may also be installed outside Webmin by other automatic update tools; disable them if you want Webmin to handle updates exclusively
|
||||
index_err=Failed to fetch package list
|
||||
index_refresh=Refresh Available Packages
|
||||
index_noupdate=No update exists from version $1
|
||||
|
||||
Reference in New Issue
Block a user