1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Merge pull request #3431 from yesszus/patch-1

Small correction
This commit is contained in:
Cameron
2018-09-18 15:37:52 -07:00
committed by GitHub
3 changed files with 4 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ class auth
e107::getRender()->tablerender("", $text, 'admin-login'); e107::getRender()->tablerender("", $text, 'admin-login');
echo "<div class='row-fluid'> echo "<div class='row-fluid'>
<div class='center' style='margin-top:25%; color:silver'><span style='padding:0 40px 0 0px;'><a href='http://e107.org'>".ADLAN_165."</a></span> <a href='".e_BASE."index.php'>".ADLAN_166."</a></div> <div class='center' style='margin-top:25%; color:silver'><span style='padding:0 40px 0 0px;'><a target='_blank' href='http://e107.org'>".ADLAN_165."</a></span> <a href='".e_BASE."index.php'>".ADLAN_166."</a></div>
</div>"; </div>";
} }

View File

@@ -572,7 +572,7 @@ $text .= "
<td><label for='gdpr-termsandconditions'>".PRFLAN_280."</label></td> <td><label for='gdpr-termsandconditions'>".PRFLAN_280."</label></td>
<td> <td>
".$frm->text('gdpr_termsandconditions', $pref['gdpr_termsandconditions'], 200, array('size'=>'xxlarge'))." ".$frm->text('gdpr_termsandconditions', $pref['gdpr_termsandconditions'], 200, array('size'=>'xxlarge'))."
<div class='smalltext field-help'>".PRFLAN_281."</div> <div class='smalltext field-help'>".PRFLAN_279."</div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -711,7 +711,7 @@ $text .= "
<td> <td>
".$frm->text('forumdate', $pref['forumdate'], 50)." ".$frm->text('forumdate', $pref['forumdate'], 50)."
<div class='field-help'>".PRFLAN_83.": {$date3}</div> <div class='field-help'>".PRFLAN_83.": {$date3}</div>
<div class='field-help'>".PRFLAN_25." <a href='http://www.php.net/manual/en/function.strftime.php' rel='external'>".PRFLAN_93."</a></div> <div class='field-help'>".PRFLAN_25." <a target='_blank' href='http://www.php.net/manual/en/function.strftime.php' rel='external'>".PRFLAN_93."</a></div>
</td> </td>
</tr>"; </tr>";
@@ -1039,7 +1039,7 @@ $text .= "
<td><label for='use-coppa'>".PRFLAN_45."</label></td> <td><label for='use-coppa'>".PRFLAN_45."</label></td>
<td> <td>
".$frm->radio_switch('use_coppa', $pref['use_coppa'])." ".$frm->radio_switch('use_coppa', $pref['use_coppa'])."
<div class='field-help'>".PRFLAN_46." <a href='http://www.ftc.gov/privacy/coppafaqs.shtm' rel='external'>".PRFLAN_94."</a></div> <div class='field-help'>".PRFLAN_46." <a target='_blank' href='http://www.ftc.gov/privacy/coppafaqs.shtm' rel='external'>".PRFLAN_94."</a></div>
</td> </td>
</tr>"; </tr>";

View File

@@ -300,4 +300,3 @@ define("PRFLAN_277", "GDPR Settings");
define("PRFLAN_278", "URL to the Privacy Policy"); define("PRFLAN_278", "URL to the Privacy Policy");
define("PRFLAN_279", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.)."); define("PRFLAN_279", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");
define("PRFLAN_280", "URL to the website terms and conditions"); define("PRFLAN_280", "URL to the website terms and conditions");
define("PRFLAN_281", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");