diff options
Diffstat (limited to 'phpBB/adm/style/acp_attachments.html')
-rw-r--r-- | phpBB/adm/style/acp_attachments.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 698ea77f01..d34a3a6a22 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -2,6 +2,10 @@ <a name="maincontent"></a> +<!-- IF U_BACK --> + <a href="{U_BACK}" style="float: right">« {L_BACK}</a> +<!-- ENDIF --> + <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> @@ -234,17 +238,18 @@ </thead> <tbody> <!-- BEGIN groups --> - <!-- IF groups.S_ADD_SPACER --> + <!-- IF groups.S_ADD_SPACER and not groups.S_FIRST_ROW --> <tr> <td class="spacer" colspan="3"> </td> </tr> <!-- ENDIF --> <tr> - <td><a href="{groups.U_EDIT}">{groups.GROUP_NAME}</a> + <td><strong>{groups.GROUP_NAME}</strong> <!-- IF groups.S_GROUP_ALLOWED and not groups.S_ALLOWED_IN_PM --><br /><span>» {L_NOT_ALLOWED_IN_PM}</span><!-- ENDIF --> + <!-- IF groups.S_ALLOWED_IN_PM and not groups.S_GROUP_ALLOWED --><br /><span>» {L_ONLY_ALLOWED_IN_PM}</span><!-- ENDIF --> </td> <td>{groups.CATEGORY}</td> - <td align="center" valign="middle" style="white-space: nowrap;"> <a href="{groups.U_EDIT}">{L_EDIT}</a> | <a href="{groups.U_DELETE}">{L_DELETE}</a> | <a href="{groups.U_ACT_DEACT}">{groups.L_ACT_DEACT}</a> </td> + <td align="center" valign="middle" style="white-space: nowrap;"> <a href="{groups.U_EDIT}">{ICON_EDIT}</a> <a href="{groups.U_DELETE}">{ICON_DELETE}</a> </td> </tr> <!-- END groups --> </tbody> @@ -323,7 +328,7 @@ <form id="orphan" method="post" action="{U_ACTION}"> - <fieldset> + <fieldset class="tabulated"> <legend>{L_TITLE}</legend> <table cellspacing="1"> |