diff options
Diffstat (limited to 'httemplate/edit/acct_snarf.html')
-rw-r--r-- | httemplate/edit/acct_snarf.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/acct_snarf.html b/httemplate/edit/acct_snarf.html index 5fd3f83fb..1c815b2cb 100644 --- a/httemplate/edit/acct_snarf.html +++ b/httemplate/edit/acct_snarf.html @@ -9,7 +9,7 @@ 'username' => 'Username', '_password' => 'Password', 'check_freq' => 'Poll every', - 'leave' => 'Leave', + 'leavemail' => 'Leave', 'apop' => 'Use APOP', 'tls' => 'TLS', 'mailbox' => 'Mailbox', @@ -26,9 +26,9 @@ 'options' => [ keys %$cf_labels ], 'labels' => $cf_labels, }, - { field=>'leave', type=>'checkbox', value=>'Y', }, - { field=>'apop', type=>'checkbox', value=>'Y', }, - { field=>'tls', type=>'checkbox', value=>'Y', }, + { field=>'leavemail', type=>'checkbox', value=>'Y' }, + { field=>'apop', type=>'checkbox', value=>'Y' }, + { field=>'tls', type=>'checkbox', value=>'Y' }, 'mailbox', ], 'new_callback' => sub { my( $cgi, $acct_snarf ) = @_; |