mirror of
https://github.com/e107inc/e107.git
synced 2025-04-16 10:32:08 +02:00
Bugtracker #4923, also EONE-7.
This commit is contained in:
parent
cd19b9c14e
commit
2f4926b476
@ -238,7 +238,7 @@ $parms .= "&tabindex=".$frm->getNext();
|
||||
$text .= "<div class='field-section'>".$tp->parseTemplate("{IMAGESELECTOR={$parms}&scaction=select}")."</div>";
|
||||
// $text .= "<div class='field-section'>".$frm->imagepicker('sitebutton',$pref['sitebutton'],'-- No Image --')."</div>";
|
||||
|
||||
//TODO make the preview update when image-picker is used.
|
||||
//TODO make the preview update when image-picker is used.
|
||||
$text .= "<div class='field-spacer'>".$tp->parseTemplate("{IMAGESELECTOR={$parms}&scaction=preview}")."</div>";
|
||||
|
||||
$text .= "
|
||||
@ -551,7 +551,7 @@ $text .= "
|
||||
<td class='label'>".PRFLAN_45."</td>
|
||||
<td class='control'>
|
||||
".$frm->radio_switch('use_coppa', $pref['use_coppa'])."
|
||||
<div class='field-help'>".PRFLAN_46." <a href='http://www.cdt.org/legislation/105th/privacy/coppa.html'>".PRFLAN_94."</a></div>
|
||||
<div class='field-help'>".PRFLAN_46." <a href='http://www.ftc.gov/privacy/coppafaqs.shtm'>".PRFLAN_94."</a></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3,7 +3,7 @@ Q> How do I change themes?
|
||||
A> There is a section in your Preferences page that allows you to change your site theme. Please preview the theme first as some older themes are no longer compatible and could render your site unusable if applied.
|
||||
|
||||
Q> What's COPPA?
|
||||
A> The Children's Online Privacy Protection Act of 1998. It's a universally used rule that protects minors aged 13 and under. It ensures that no information on minors will be used by the 'Operator' (i.e., you) for purposes other than maintaining the website. For more information please see http://www.cdt.org/legislation/105th/privacy/coppa.html.
|
||||
A> The Children's Online Privacy Protection Act of 1998. It's a universally used rule that protects minors aged 13 and under. It ensures that no information on minors will be used by the 'Operator' (i.e., you) for purposes other than maintaining the website. For more information please see http://www.ftc.gov/privacy/coppafaqs.shtm.
|
||||
|
||||
Q> What's flood protection?
|
||||
A> It prevents your site being flooded by HTTP calls, which can render your site unreachable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user