diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php index b38458c71..544fa8cf4 100644 --- a/e107_admin/prefs.php +++ b/e107_admin/prefs.php @@ -1468,20 +1468,9 @@ $text .= " ".$frm->radio_switch('signup_remote_emailcheck', $pref['signup_remote_emailcheck'])." -
+ | + ".$frm->radio('disable_emailcheck', 2, ($pref['disable_emailcheck']==2), array('label' => CUSTSIG_12, 'disabled'=>true))." + ".$frm->radio('disable_emailcheck', 1, (intval($pref['disable_emailcheck']) == 1), array('label' => CUSTSIG_14))." + ".$frm->radio('disable_emailcheck', 0, (intval($pref['disable_emailcheck']) == 0), array('label' => CUSTSIG_15))." + + | +
- ".$frm->radio('signup_option_password', 0, !$prefOptionPassword, array('label' => CUSTSIG_12))." - ".$frm->radio('signup_option_password', 1, ($prefOptionPassword == 1), array('label' => CUSTSIG_14, 'disabled'=>true))." + ".$frm->radio('signup_option_password', 0, !$prefOptionPassword, array('label' => CUSTSIG_12))." + ".$frm->radio('signup_option_password', 1, ($prefOptionPassword == 1), array('label' => CUSTSIG_14, 'disabled'=>true))." ".$frm->radio('signup_option_password', 2, ($prefOptionPassword == 2), array('label' => CUSTSIG_15))." | -|
- ".$frm->radio($value, 0, !$pref[$value], array('label' => CUSTSIG_12))." - ".$frm->radio($value, 1, ($pref[$value] == 1), array('label' => CUSTSIG_14))." + ".$frm->radio($value, 0, !$pref[$value], array('label' => CUSTSIG_12))." + ".$frm->radio($value, 1, ($pref[$value] == 1), array('label' => CUSTSIG_14))." ".$frm->radio($value, 2, ($pref[$value] == 2), array('label' => CUSTSIG_15))." | |
+ | + ".$frm->radio_switch('user_reg_secureveri', $pref['user_reg_secureveri'], CUSTSIG_12, CUSTSIG_14)." + | +