From f003c35fdcdee1d31326520544620d6ce0af27aa Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 19 Oct 2013 08:59:08 -0700 Subject: [ticket/11935] Replace obsolete table attributes in Admin with CSS PHPBB3-11935 --- phpBB/adm/style/acp_groups_position.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_groups_position.html') diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html index cf1a7be427..399dc422cd 100644 --- a/phpBB/adm/style/acp_groups_position.html +++ b/phpBB/adm/style/acp_groups_position.html @@ -27,7 +27,7 @@

{L_LEGEND_EXPLAIN}

- +
@@ -115,7 +115,7 @@

{L_TEAMPAGE} » {CURRENT_CATEGORY_NAME}

-
+
-- cgit v1.2.1 From 65ab004f966045272f348bf5dd9df49190516096 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 27 Oct 2013 01:27:31 +0300 Subject: [ticket/11957] Responsive ACP groups table PHPBB3-11957 --- phpBB/adm/style/acp_groups_position.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_groups_position.html') diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html index cf1a7be427..7aa894945a 100644 --- a/phpBB/adm/style/acp_groups_position.html +++ b/phpBB/adm/style/acp_groups_position.html @@ -41,7 +41,7 @@ - - @@ -137,19 +128,10 @@ @@ -186,12 +168,4 @@ - - -- cgit v1.2.1 From a6117c51b909007456674f69cd344bf6c7f50b3d Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 3 Nov 2013 15:36:20 +0200 Subject: [ticket/11977] Remove data and change code in acp_modules PHPBB3-11977 --- phpBB/adm/style/acp_groups_position.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_groups_position.html') diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html index e9858b4018..a32dd1e3a7 100644 --- a/phpBB/adm/style/acp_groups_position.html +++ b/phpBB/adm/style/acp_groups_position.html @@ -38,7 +38,7 @@ - + - +
style="color: {legend.GROUP_COLOUR}">{legend.GROUP_NAME} {legend.GROUP_TYPE} + {ICON_MOVE_UP_DISABLED} {ICON_MOVE_DOWN} @@ -136,7 +136,7 @@ {teampage.GROUP_TYPE}- + {ICON_MOVE_UP_DISABLED} {ICON_MOVE_DOWN} -- cgit v1.2.1 From b225dd37d765cc37beccb139e63432d78e0bc37e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 27 Oct 2013 01:28:57 +0300 Subject: [ticket/11977] Use CSS instead of JS to disable up/down icons PHPBB3-11977 --- phpBB/adm/style/acp_groups_position.html | 42 ++++++-------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) (limited to 'phpBB/adm/style/acp_groups_position.html') diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html index 7aa894945a..e9858b4018 100644 --- a/phpBB/adm/style/acp_groups_position.html +++ b/phpBB/adm/style/acp_groups_position.html @@ -42,19 +42,10 @@ style="color: {legend.GROUP_COLOUR}">{legend.GROUP_NAME} {legend.GROUP_TYPE} - - {ICON_MOVE_UP_DISABLED} - {ICON_MOVE_DOWN} - - {ICON_MOVE_UP} - {ICON_MOVE_DOWN} - - {ICON_MOVE_UP} - {ICON_MOVE_DOWN_DISABLED} - - {ICON_MOVE_UP_DISABLED} - {ICON_MOVE_DOWN_DISABLED} - + + {ICON_MOVE_UP} + + {ICON_MOVE_DOWN} {ICON_DELETE}
{teampage.GROUP_TYPE}- - - {ICON_MOVE_UP_DISABLED} - {ICON_MOVE_DOWN} - - {ICON_MOVE_UP} - {ICON_MOVE_DOWN} - - {ICON_MOVE_UP} - {ICON_MOVE_DOWN_DISABLED} - - {ICON_MOVE_UP_DISABLED} - {ICON_MOVE_DOWN_DISABLED} - + + {ICON_MOVE_UP} + + {ICON_MOVE_DOWN} {ICON_DELETE}
style="color: {legend.GROUP_COLOUR}">{legend.GROUP_NAME} {legend.GROUP_TYPE} @@ -117,7 +117,7 @@
{teampage.GROUP_NAME} -- cgit v1.2.1