aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ban.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-02 15:11:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-02 15:11:40 +0000
commitcc4a0a2f7a02f909735d265f4f199f9736c30a48 (patch)
treeaa984be5c8fca4b1f05d7fa755b2f3d382a89cf7 /phpBB/adm/style/acp_ban.html
parentfc76c94ab14993f98e0bbbf8b26150886ce69352 (diff)
downloadforums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.gz
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.bz2
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.xz
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.zip
consistent acp layout regarding backlinks and messages.
git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_ban.html')
-rw-r--r--phpBB/adm/style/acp_ban.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index 8bfdf735a5..4629200c97 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -12,19 +12,19 @@
<!--
var ban_length = new Array();
- ban_length[-1] = "";
+ ban_length[-1] = '';
<!-- BEGIN ban_length -->
ban_length['{ban_length.BAN_ID}'] = "{ban_length.A_LENGTH}";
<!-- END ban_length -->
var ban_reason = new Array();
- ban_reason[-1] = "";
+ ban_reason[-1] = '';
<!-- BEGIN ban_reason -->
ban_reason['{ban_reason.BAN_ID}'] = "{ban_reason.A_REASON}";
<!-- END ban_reason -->
var ban_give_reason = new Array();
- ban_give_reason[-1] = "";
+ ban_give_reason[-1] = '';
<!-- BEGIN ban_give_reason -->
ban_give_reason['{ban_give_reason.BAN_ID}'] = "{ban_give_reason.A_REASON}";
<!-- END ban_give_reason -->