mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Show message about what is happening
This commit is contained in:
@@ -77,6 +77,7 @@ update_oldver=Current version
|
||||
update_newver=New version
|
||||
update_confirm=Install Now
|
||||
update_none=None
|
||||
update_ops=Building complete list of updates ..
|
||||
|
||||
sched_title=Scheduled Update
|
||||
sched_yes=Scheduled checking for updates is now active.
|
||||
|
||||
@@ -32,6 +32,7 @@ else {
|
||||
# Work out what will be done, if possible
|
||||
@ops = ( );
|
||||
if (!$in{'confirm'}) {
|
||||
print $text{'update_ops'},"<p>\n";
|
||||
foreach my $ps (@pkgs) {
|
||||
($p, $s) = split(/\//, $ps);
|
||||
push(@ops, &list_package_operations($p, $s));
|
||||
|
||||
Reference in New Issue
Block a user