- #6132
- #6122


git-svn-id: file:///svn/phpbb/trunk@6739 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-12-10 15:52:31 +00:00
parent 564e6782f0
commit 7e47135792
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
<!-- INCLUDE simple_header.html --> <!-- INCLUDE simple_header.html -->
<div class="errorbox"> <div class="successbox">
<h3>{MESSAGE_TITLE}</h3> <h3>{MESSAGE_TITLE}</h3>
<p>{MESSAGE_TEXT}</p> <p>{MESSAGE_TEXT}</p>
</div> </div>

View file

@ -14,7 +14,7 @@
<td colspan="5"><b class="gensmall">{L_ADMINISTRATORS}</b></td> <td colspan="5"><b class="gensmall">{L_ADMINISTRATORS}</b></td>
</tr> </tr>
<!-- BEGIN admin --> <!-- BEGIN admin -->
<!-- IF admin.S_ROW_COUNT is even --> <tr class="row2"><!-- ELSE --> <tr class="row1"><!-- ENDIF --> <!-- IF admin.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->
<td class="gen" align="center"><strong>{admin.USERNAME_FULL}</strong></td> <td class="gen" align="center"><strong>{admin.USERNAME_FULL}</strong></td>
<td class="gensmall" align="center">&nbsp;</td> <td class="gensmall" align="center">&nbsp;</td>
@ -30,14 +30,14 @@
</tr> </tr>
<!-- BEGINELSE --> <!-- BEGINELSE -->
<tr> <tr>
<td class="row1" colspan="9" align="center"><span class="gen">{L_NO_ADMINISTRATORS}</span></td> <td class="row1" colspan="5" align="center"><span class="gen">{L_NO_ADMINISTRATORS}</span></td>
</tr> </tr>
<!-- END admin --> <!-- END admin -->
<tr class="row3"> <tr class="row3">
<td colspan="9"><b class="gensmall">{L_MODERATORS}</b></td> <td colspan="5"><b class="gensmall">{L_MODERATORS}</b></td>
</tr> </tr>
<!-- BEGIN mod --> <!-- BEGIN mod -->
<!-- IF mod.S_ROW_COUNT is even --> <tr class="row2"><!-- ELSE --> <tr class="row1"><!-- ENDIF --> <!-- IF mod.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->
<td class="gen" align="center"><strong>{mod.USERNAME_FULL}</strong></td> <td class="gen" align="center"><strong>{mod.USERNAME_FULL}</strong></td>
<td align="center"><!-- IF not mod.FORUMS -->{L_ALL_FORUMS}<!-- ELSE --><select style="width: 200px;">{mod.FORUMS}</select><!-- ENDIF -->&nbsp;</td> <td align="center"><!-- IF not mod.FORUMS -->{L_ALL_FORUMS}<!-- ELSE --><select style="width: 200px;">{mod.FORUMS}</select><!-- ENDIF -->&nbsp;</td>
@ -53,11 +53,11 @@
</tr> </tr>
<!-- BEGINELSE --> <!-- BEGINELSE -->
<tr> <tr>
<td class="row1" colspan="9" align="center"><span class="gen">{L_NO_MODERATORS}</span></td> <td class="row1" colspan="5" align="center"><span class="gen">{L_NO_MODERATORS}</span></td>
</tr> </tr>
<!-- END mod --> <!-- END mod -->
</table> </table>
</form> </form>
<br clear="all" /> <br clear="all" />

View file

@ -159,7 +159,7 @@
<td class="row2"> <td class="row2">
<!-- BEGIN bcc_recipient --> <!-- BEGIN bcc_recipient -->
<span class="genmed"><strong> <span class="genmed"><strong>
<!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><span class="blue">{bcc_recipient.NAME}</span></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;</span><!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="Remove" />&nbsp;<!-- ENDIF --> <!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><span class="blue">{bcc_recipient.NAME}</span></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --></strong>&nbsp;</span><!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="{L_REMOVE}" />&nbsp;<!-- ENDIF -->
<!-- BEGINELSE --> <!-- BEGINELSE -->
<span class="genmed">{L_NO_BCC_RECIPIENT}</span> <span class="genmed">{L_NO_BCC_RECIPIENT}</span>
<!-- END bcc_recipient --> <!-- END bcc_recipient -->