mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- removing the registration text / privacy policy and terms of use link for admin reauthentication - --------- - changing the layout of the reauth login a little due to the above changes
git-svn-id: file:///svn/phpbb/trunk@6340 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4d61431256
commit
85902a9056
1 changed files with 8 additions and 7 deletions
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{L_LOGIN}</th>
|
<th <!-- IF not S_ADMIN_AUTH -->colspan="2"<!-- ENDIF -->>{L_LOGIN}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- IF LOGIN_EXPLAIN -->
|
<!-- IF LOGIN_EXPLAIN -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="2" align="center"><span class="gensmall">{LOGIN_EXPLAIN}</td>
|
<td class="row3" <!-- IF not S_ADMIN_AUTH -->colspan="2"<!-- ENDIF -->align="center"><span class="gensmall">{LOGIN_EXPLAIN}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<tr>
|
<tr><!-- IF not S_ADMIN_AUTH -->
|
||||||
<td class="row1" width="50%">
|
<td class="row1" width="50%">
|
||||||
<p class="genmed">{L_LOGIN_INFO}</p>
|
<p class="genmed">{L_LOGIN_INFO}</p>
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
||||||
<a href="{U_TERMS_USE}">{L_TERMS_USE}</a> | <a href="{U_PRIVACY}">{L_PRIVACY}</a>
|
<a href="{U_TERMS_USE}">{L_TERMS_USE}</a> | <a href="{U_PRIVACY}">{L_PRIVACY}</a>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="row2">
|
<!-- ENDIF -->
|
||||||
|
<td <!-- IF not S_ADMIN_AUTH -->class="row2"<!-- ELSE -->class="row1" style="text-align: center;"<!-- ENDIF -->>
|
||||||
|
|
||||||
<table cellspacing="1" cellpadding="4">
|
<table cellspacing="1" cellpadding="4">
|
||||||
<!-- IF LOGIN_ERROR -->
|
<!-- IF LOGIN_ERROR -->
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top"><b class="gensmall">{L_USERNAME}:</b></td>
|
<td valign="top" <!-- IF S_ADMIN_AUTH -->style="text-align: right;"<!-- ENDIF -->><b class="gensmall">{L_USERNAME}:</b></td>
|
||||||
<td><input class="post" type="text" name="username" size="25" maxlength="40" value="{USERNAME}" tabindex="1" />
|
<td><input class="post" type="text" name="username" size="25" maxlength="40" value="{USERNAME}" tabindex="1" />
|
||||||
<!-- IF not S_ADMIN_AUTH -->
|
<!-- IF not S_ADMIN_AUTH -->
|
||||||
<br /><a class="gensmall" href="{U_REGISTER}">{L_REGISTER}</a>
|
<br /><a class="gensmall" href="{U_REGISTER}">{L_REGISTER}</a>
|
||||||
|
@ -37,8 +38,8 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top"><b class="gensmall">{L_PASSWORD}:</b></td>
|
<td valign="top" <!-- IF S_ADMIN_AUTH -->style="text-align: right;"<!-- ENDIF -->><b class="gensmall">{L_PASSWORD}:</b></td>
|
||||||
<td>
|
<td <!-- IF S_ADMIN_AUTH -->style="text-align: left;"<!-- ENDIF -->>
|
||||||
<input class="post" type="password" name="password" size="25" maxlength="100" tabindex="2" />
|
<input class="post" type="password" name="password" size="25" maxlength="100" tabindex="2" />
|
||||||
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
|
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
|
||||||
<!-- IF U_RESEND_ACTIVATION and not S_ADMIN_AUTH --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
|
<!-- IF U_RESEND_ACTIVATION and not S_ADMIN_AUTH --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue