1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

text to LAN issue #6

This commit is contained in:
tgtje
2015-11-01 15:44:42 +01:00
parent 748ffc8f6e
commit 9b08a4d991
8 changed files with 27 additions and 10 deletions

View File

@@ -601,7 +601,7 @@ $text .= "<fieldset class='e-hideme' id='core-prefs-email'>
</td>
</tr>
<tr>
<td><label for='contact_visibility'>Contact Form Visibility</label></td>
<td><label for='contact_visibility'>".PRFLAN_258."</label></td>
<td>
".$e_userclass->uc_dropdown('contact_visibility', varset( $pref['contact_visibility'],e_UC_PUBLIC), null, "tabindex='".$frm->getNext()."'")."
<div class='smalltext field-help'>Contact form will only be visible to this userclass group.</div>
@@ -870,7 +870,7 @@ $text .= "
$elements = array(1=>'Register & Login', 2=> 'Login Only', 0=>LAN_DISABLED);
$elements = array(1=> PRFLAN_259, 2=> PRFLAN_260, 0=>LAN_DISABLED);
$text .= "
@@ -1028,7 +1028,7 @@ $text .= "
</colgroup>
<tbody>
<tr>
<td>Field options</td><td><table class='table table-striped table-condensed table-bordered' style='margin-bottom:0px'>
<td>".PRFLAN_261."</td><td><table class='table table-striped table-condensed table-bordered' style='margin-bottom:0px'>
<colgroup>
<col class='col-label' />
<col class='col-control' />
@@ -1043,7 +1043,7 @@ $text .= "
</td>
</tr>
<tr>
<td><label for='signup-option-password'>Password</label></td>
<td><label for='signup-option-password'>".LAN_PASSWORD."</label></td>
<td>
".$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))."
@@ -1089,7 +1089,7 @@ $text .= "
<tr>
<td><label for='user-reg-secureveri'>Password in Email Confirmation</label></td>
<td><label for='user-reg-secureveri'>".PRFLAN_262."</label></td>
<td>
".$frm->radio_switch('user_reg_secureveri', $pref['user_reg_secureveri'], CUSTSIG_12, CUSTSIG_14)."
</td>
@@ -1469,7 +1469,7 @@ $text .= "
<tr>
<td><label for='cookie-name'>".PRFLAN_55."</label></td>
<td >".$frm->text('cookie_name', $pref['cookie_name'], 20)."
<div class='field-help'>Should be unique to this website.</div></td></tr>
<div class='field-help'>".PRFLAN_263.".</div></td></tr>
<tr>
<td><label for='passwordencoding'>".PRFLAN_188.":</label></td>