summaryrefslogtreecommitdiffstats
path: root/time_wizard/Ntp.pm
diff options
context:
space:
mode:
Diffstat (limited to 'time_wizard/Ntp.pm')
-rw-r--r--time_wizard/Ntp.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/time_wizard/Ntp.pm b/time_wizard/Ntp.pm
index 23d8929d..290a7ff9 100644
--- a/time_wizard/Ntp.pm
+++ b/time_wizard/Ntp.pm
@@ -108,7 +108,7 @@ $o->{pages} = {
@country = ref $country{$o->{var}{wiz_region}} ? @{$country{$o->{var}{wiz_region}}} : ()
},
data => [
- { label => N("Choose a city:"), val => \$o->{var}{wiz_country}, fixed_list => \@country },
+ { label => N("Choose a city:"), val => \$o->{var}{wiz_country}, list_ref => \@country },
],
next => 'test_server'
},
@@ -119,9 +119,9 @@ $o->{pages} = {
},
post => \&test,
data => [
- { label => N("Primary time server:"), fixed_val => \$o->{var}{varserver1} },
- { label => N("Secondary time server:"), fixed_val => \$o->{var}{varserver2} },
- { label => N("Time zone:"), fixed_val => \$o->{var}{wiz_timezone} },
+ { label => N("Primary time server:"), val_ref => \$o->{var}{varserver1} },
+ { label => N("Secondary time server:"), val_ref => \$o->{var}{varserver2} },
+ { label => N("Time zone:"), val_ref => \$o->{var}{wiz_timezone} },
],
next => 'end'
},