aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_attachments.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-17 14:59:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-17 14:59:33 +0000
commitc0caf7652fb699ec38488df6f52f354534dd22d1 (patch)
tree0f3673f0b38e905a95773b8b4b3b878139cc991e /phpBB/adm/style/acp_attachments.html
parent929fa966708a022ec329e015f89b78c7894e7ff6 (diff)
downloadforums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar
forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.gz
forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.bz2
forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.xz
forums-c0caf7652fb699ec38488df6f52f354534dd22d1.zip
Fixing some tiny bugs...
- correctly close span tags within code=php git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_attachments.html')
-rw-r--r--phpBB/adm/style/acp_attachments.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index 7d2b2c60b1..cee60b4185 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -243,8 +243,10 @@
<!-- ENDIF -->
<tr>
<td><strong>{groups.GROUP_NAME}</strong>
- <!-- IF groups.S_GROUP_ALLOWED and not groups.S_ALLOWED_IN_PM --><br /><span>&raquo; {L_NOT_ALLOWED_IN_PM}</span><!-- ENDIF -->
- <!-- IF groups.S_ALLOWED_IN_PM and not groups.S_GROUP_ALLOWED --><br /><span>&raquo; {L_ONLY_ALLOWED_IN_PM}</span><!-- ENDIF -->
+ <!-- IF groups.S_GROUP_ALLOWED and not groups.S_ALLOWED_IN_PM --><br /><span>&raquo; {L_NOT_ALLOWED_IN_PM}</span>
+ <!-- ELSEIF groups.S_ALLOWED_IN_PM and not groups.S_GROUP_ALLOWED --><br /><span>&raquo; {L_ONLY_ALLOWED_IN_PM}</span>
+ <!-- ELSEIF not groups.S_GROUP_ALLOWED and not groups.S_ALLOWED_IN_PM --><br /><span>&raquo; {L_NOT_ALLOWED_IN_PM_POST}</span>
+ <!-- ELSE --><br /><span>&raquo; {L_ALLOWED_IN_PM_POST}</span><!-- ENDIF -->
</td>
<td>{groups.CATEGORY}</td>
<td align="center" valign="middle" style="white-space: nowrap;">&nbsp;<a href="{groups.U_EDIT}">{ICON_EDIT}</a>&nbsp;&nbsp;<a href="{groups.U_DELETE}">{ICON_DELETE}</a>&nbsp;</td>