From 39398dec1b4e654d444e674320418ee167c814ea Mon Sep 17 00:00:00 2001 From: PayBas Date: Sun, 30 Mar 2014 12:28:54 +0200 Subject: [PATCH 1/2] [ticket/12329] Add
container to index blocks (stats, etc.) PHPBB3-12329 --- .../styles/prosilver/template/index_body.html | 20 ++++++++++++------- .../prosilver/template/viewforum_body.html | 12 +++++++---- .../prosilver/template/viewtopic_body.html | 6 ++++-- .../subsilver2/template/index_body.html | 6 +++--- .../subsilver2/template/viewforum_body.html | 2 +- .../subsilver2/template/viewtopic_body.html | 2 +- 6 files changed, 30 insertions(+), 18 deletions(-) diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 50c7640e62..ce6c6f3506 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -46,19 +46,25 @@ -

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

-

{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}

{LOGGED_IN_USER_LIST} -
{L_LEGEND}{L_COLON} {LEGEND}

+
+

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

+

{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}

{LOGGED_IN_USER_LIST} +
{L_LEGEND}{L_COLON} {LEGEND}

+
-

{L_BIRTHDAYS}

-

{L_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS}

+
+

{L_BIRTHDAYS}

+

{L_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS}

+
-

{L_STATISTICS}

-

{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}

+
+

{L_STATISTICS}

+

{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}

+
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index e4c0a40d3a..008a6af8e7 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -245,13 +245,17 @@ -

{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}

-

{LOGGED_IN_USER_LIST}

+
+

{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}

+

{LOGGED_IN_USER_LIST}

+
-

{L_FORUM_PERMISSIONS}

-

{rules.RULE}

+
+

{L_FORUM_PERMISSIONS}

+

{rules.RULE}

+
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 4d96a0e392..a3f13ea1a4 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -343,8 +343,10 @@ -

{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}

-

{LOGGED_IN_USER_LIST}

+
+

{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}

+

{LOGGED_IN_USER_LIST}

+
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 55a62fcf18..d2ba8919aa 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -27,7 +27,7 @@
- +
@@ -50,7 +50,7 @@
-

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

+
@@ -63,7 +63,7 @@
-

{L_BIRTHDAYS}

+
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 3d4336a2a3..a98bc749bb 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -293,7 +293,7 @@
-

{L_STATISTICS}

+
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index f8f95c660d..a4135fdf63 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -387,7 +387,7 @@
-

{L_WHO_IS_ONLINE}

+
From e0f64b70580601a7678f2d42971bc9d14deb32f6 Mon Sep 17 00:00:00 2001 From: PayBas Date: Tue, 1 Apr 2014 12:53:13 +0200 Subject: [PATCH 2/2] [ticket/12329] changed all CSS classes to ".stat-block" PHPBB3-12329 --- phpBB/styles/prosilver/template/index_body.html | 6 +++--- phpBB/styles/prosilver/template/viewforum_body.html | 4 ++-- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/subsilver2/template/index_body.html | 6 +++--- phpBB/styles/subsilver2/template/viewforum_body.html | 2 +- phpBB/styles/subsilver2/template/viewtopic_body.html | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index ce6c6f3506..0d3079786b 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -46,7 +46,7 @@ -
+

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}

{LOGGED_IN_USER_LIST}
{L_LEGEND}{L_COLON} {LEGEND}

@@ -54,14 +54,14 @@ -
+

{L_BIRTHDAYS}

{L_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS}

-
+

{L_STATISTICS}

{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}

diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 008a6af8e7..2a38ed5f80 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -245,14 +245,14 @@ -
+

{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}

{LOGGED_IN_USER_LIST}

-
+

{L_FORUM_PERMISSIONS}

{rules.RULE}

diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index a3f13ea1a4..515451a1c1 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -343,7 +343,7 @@ -
+

{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}

{LOGGED_IN_USER_LIST}

diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index d2ba8919aa..8c62e1de35 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -27,7 +27,7 @@
-

{L_WHO_IS_ONLINE}

+
@@ -50,7 +50,7 @@
-

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

+
@@ -63,7 +63,7 @@
-

{L_BIRTHDAYS}

+
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index a98bc749bb..cf2aab5102 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -293,7 +293,7 @@
-

{L_STATISTICS}

+
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index a4135fdf63..1240d69dd9 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -387,7 +387,7 @@
-

{L_WHO_IS_ONLINE}

+

{L_WHO_IS_ONLINE}