mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix all days text
This commit is contained in:
@@ -361,7 +361,7 @@ playtime_total=Total time
|
||||
playtime_date=Show play time on :
|
||||
playtime_ok=Show
|
||||
playtime_today=<Today>
|
||||
playtime_all=<All days combined>
|
||||
playtime_alldays=<All days combined>
|
||||
|
||||
versions_title=Minecraft Versions
|
||||
versions_file=Filename
|
||||
|
||||
@@ -31,7 +31,7 @@ if (keys %$playtime || @players) {
|
||||
print &ui_form_start("list_playtime.cgi");
|
||||
print "<b>$text{'playtime_date'}</b>\n";
|
||||
my @opts = ( [ "", $text{'playtime_today'} ],
|
||||
[ "all", $text{'playtime_all'} ] );
|
||||
[ "all", $text{'playtime_alldays'} ] );
|
||||
push(@opts, @days);
|
||||
print &ui_select("date", $in{'date'}, \@opts, 1, 0, 0, 0,
|
||||
"onChange='form.submit()'"),"\n";
|
||||
|
||||
Reference in New Issue
Block a user