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_forums.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 7b1466cfbd..8e451c9fe3 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -440,7 +440,7 @@

{NAVIGATION} [{L_EDIT} | {L_DELETE} | {L_RESYNC}]

- +
-- cgit v1.2.1 From b107b4c0e2ff5f946e71eb962622295ded7f54ea Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 11:01:23 +0300 Subject: [ticket/11957] Responsive forums list PHPBB3-11957 --- phpBB/adm/style/acp_forums.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 7b1466cfbd..3fd2f18d67 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -440,19 +440,19 @@

{NAVIGATION} [{L_EDIT} | {L_DELETE} | {L_RESYNC}]

-
+
- - + - - +
{forums.FOLDER_IMAGE} + {forums.FOLDER_IMAGE}
{forums.FORUM_IMAGE}
{forums.FORUM_NAME}{forums.FORUM_NAME}
{forums.FORUM_DESCRIPTION}

{L_TOPICS}{L_COLON} {forums.FORUM_TOPICS} / {L_POSTS}{L_COLON} {forums.FORUM_POSTS}
+ {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_forums.html | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 3fd2f18d67..d4088a9b44 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -453,19 +453,10 @@

{L_TOPICS}{L_COLON} {forums.FORUM_TOPICS} / {L_POSTS}{L_COLON} {forums.FORUM_POSTS}
- - {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_EDIT} {ICON_SYNC} @@ -501,14 +492,6 @@ - - -- 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_forums.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index d4088a9b44..04c6ecde3a 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -444,7 +444,7 @@
{forums.FOLDER_IMAGE}
{forums.FORUM_IMAGE}
-- cgit v1.2.1