From bf8ac19eaa8d74f9dfd6d597190f5664e7339382 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:13:59 +0000 Subject: Move trunk/phpBB to old_trunk/phpBB git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_ranks.html | 98 ------------------------------------------ 1 file changed, 98 deletions(-) delete mode 100644 phpBB/adm/style/acp_ranks.html (limited to 'phpBB/adm/style/acp_ranks.html') diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html deleted file mode 100644 index 9306e30269..0000000000 --- a/phpBB/adm/style/acp_ranks.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - « {L_BACK} - - - -

{L_ACP_MANAGE_RANKS}

- -

{L_ACP_RANKS_EXPLAIN}

- -
- -
- {L_ACP_RANKS} -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -

{L_ACP_MANAGE_RANKS}

- -

{L_ACP_RANKS_EXPLAIN}

- -
-
- {L_ACP_MANAGE_RANKS} - - - - - - - - - - - - - - - - - - - - -
{L_RANK_IMAGE}{L_RANK_TITLE}{L_RANK_MINIMUM}{L_ACTION}
{ranks.RANK_TITLE}  -  {ranks.RANK_TITLE}  -  {ranks.MIN_POSTS}{ICON_EDIT} {ICON_DELETE}
- -

- - {S_FORM_TOKEN} -

-
-
- - - - -- cgit v1.2.1 From 2e17e448deed073f8614bb555a8ef20c57291c2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:14:59 +0000 Subject: Copy 3.0.x branch to trunk git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_ranks.html | 98 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 phpBB/adm/style/acp_ranks.html (limited to 'phpBB/adm/style/acp_ranks.html') diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html new file mode 100644 index 0000000000..9306e30269 --- /dev/null +++ b/phpBB/adm/style/acp_ranks.html @@ -0,0 +1,98 @@ + + + + + + + « {L_BACK} + + + +

{L_ACP_MANAGE_RANKS}

+ +

{L_ACP_RANKS_EXPLAIN}

+ +
+ +
+ {L_ACP_RANKS} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + +

{L_ACP_MANAGE_RANKS}

+ +

{L_ACP_RANKS_EXPLAIN}

+ +
+
+ {L_ACP_MANAGE_RANKS} + + + + + + + + + + + + + + + + + + + + +
{L_RANK_IMAGE}{L_RANK_TITLE}{L_RANK_MINIMUM}{L_ACTION}
{ranks.RANK_TITLE}  -  {ranks.RANK_TITLE}  -  {ranks.MIN_POSTS}{ICON_EDIT} {ICON_DELETE}
+ +

+ + {S_FORM_TOKEN} +

+
+
+ + + + -- cgit v1.2.1 From 3f61075a15c6c1cd32c11831234b91b6a33500ae Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 11 Sep 2011 12:10:46 -0700 Subject: [ticket/10362] HTML5 Fix - Replace name attribute with id in anchors When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362 --- phpBB/adm/style/acp_ranks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ranks.html') diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html index 1f45109517..2f77a256b1 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -1,6 +1,6 @@ - + -- cgit v1.2.1 From 11112314f757f4a6c65852817fba0f1a2f4526d2 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Wed, 24 Aug 2011 12:46:33 +0100 Subject: [ticket/10271] AJAXified various deletions in the ACP. The following places have had deletion AJAXified: * Smilies and icons * Word censors * BBCodes * Attachment groups * Groups * Admin / User / Moderator / Forum roles * Report / denial reasons * Module management * Custom profile fields PHPBB3-10271 --- phpBB/adm/style/acp_ranks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ranks.html') diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html index 2f77a256b1..7fb7da7095 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -80,7 +80,7 @@ {ranks.RANK_TITLE}  -   {ranks.RANK_TITLE}   -  {ranks.MIN_POSTS} - {ICON_EDIT} {ICON_DELETE} + {ICON_EDIT} {ICON_DELETE} -- cgit v1.2.1 From d124cd2d593bf66abf173e1c5b97c7f371a09dc4 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 3 Aug 2012 11:50:59 -0500 Subject: [ticket/10780] Replace colon usage in adm template output with {L_COLON} Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780 --- phpBB/adm/style/acp_ranks.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/adm/style/acp_ranks.html') diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html index 7fb7da7095..a475370f73 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -25,22 +25,22 @@
{L_ACP_RANKS}
-
+
-
+
-
+