1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Merge pull request #2371 from yesszus/patch-5

Update admin_shortcodes.php
This commit is contained in:
Cameron
2017-02-13 07:47:46 -08:00
committed by GitHub
4 changed files with 9 additions and 7 deletions

View File

@@ -502,7 +502,7 @@ $text .= "<fieldset class='e-hideme' id='core-prefs-email'>
<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>
<div class='smalltext field-help'>".PRFLAN_274."</div>
</td>
</tr>
<tr>
@@ -994,7 +994,7 @@ $text .= "
<td><label for='use-coppa'>".PRFLAN_45."</label></td>
<td>
".$frm->radio_switch('use_coppa', $pref['use_coppa'])."
<div class='field-help'>".PRFLAN_46." <a href='http://www.ftc.gov/privacy/coppafaqs.shtm'>".PRFLAN_94."</a></div>
<div class='field-help'>".PRFLAN_46." <a href='http://www.ftc.gov/privacy/coppafaqs.shtm' rel='external'>".PRFLAN_94."</a></div>
</td>
</tr>";
@@ -2012,7 +2012,7 @@ function prefs_adminmenu()
$var['core-prefs-javascript']['text'] = PRFLAN_257;
$var['core-prefs-advanced']['text'] = PRFLAN_149;
e107::getNav()->admin("Basic ".LAN_OPTIONS.'--id--prev_nav', 'core-prefs-main', $var);
e107::getNav()->admin(LAN_BASIC_OPTIONS.'--id--prev_nav', 'core-prefs-main', $var);
}
/**