Add informational note about updates #2639
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled

This commit is contained in:
Ilia Ross
2026-03-17 12:56:03 +02:00
parent bad0d2f821
commit bebd99d656
2 changed files with 4 additions and 2 deletions

View File

@@ -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'} ] ]);

View File

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