From a14930466b40611cf5190be3fed41ee03a381e44 Mon Sep 17 00:00:00 2001 From: PayBas Date: Wed, 9 Apr 2014 00:31:10 +0200 Subject: [ticket/12374] Add Template events index_body_block_(name)_append Hopefully to the correct branch this time PHPBB3-12374 --- phpBB/styles/prosilver/template/index_body.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 3e9aae28e3..5ccf978a9b 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -49,21 +49,21 @@

{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_LEGEND}{L_COLON} {LEGEND}

{L_BIRTHDAYS}

-

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

+

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

{L_STATISTICS}

-

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

+

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

-- cgit v1.2.1 From bb7941a52bb7b45af93bf98133e6cba29563eb42 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 11 Apr 2014 12:11:08 +0200 Subject: [ticket/12374] Updated code layout PHPBB3-12374 --- phpBB/styles/prosilver/template/index_body.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 5ccf978a9b..91c90fe600 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -48,22 +48,31 @@

{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}

+

+ {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_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS} + +

{L_STATISTICS}

-

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

+

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

-- cgit v1.2.1 From 8186e282f11c65874303833e081186ad6a744371 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 11 Apr 2014 12:24:27 +0200 Subject: [ticket/12374] Added prepend-versions of events PHPBB3-12374 --- phpBB/styles/prosilver/template/index_body.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 91c90fe600..f9c5b4cf20 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -49,6 +49,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} @@ -60,6 +61,7 @@

{L_BIRTHDAYS}

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

@@ -70,6 +72,7 @@

{L_STATISTICS}

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

-- cgit v1.2.1