From ddbdde53abfb01d3dee3ff2256610fcdac12ce3e Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sat, 15 Mar 2014 14:57:12 +0100 Subject: [ticket/9758] Adds global template variable CURRENT_USER_AVATAR PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index df02963e3c..59bf72b2e1 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -163,7 +163,7 @@ -
  • {L_LOGIN_LOGOUT}
  • +
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • {L_REGISTER}
  • {L_MEMBERLIST}
  • -- cgit v1.2.1 From e149c266ce10177a45337392f63bdcc11e1af3b6 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sat, 15 Mar 2014 15:04:54 +0100 Subject: [ticket/9758] Changes class name of new "span" in overall_header.html PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 59bf72b2e1..16ec9f6aea 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -163,7 +163,7 @@ -
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • +
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • {L_REGISTER}
  • {L_MEMBERLIST}
  • -- cgit v1.2.1 From ce1b4da59ec3e1c562ad50dac33c167068ac2093 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sat, 15 Mar 2014 15:56:04 +0100 Subject: [ticket/9758] Optimises the html code of avatar image in header PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 16ec9f6aea..84449efc14 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -163,7 +163,7 @@ -
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • +
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • {L_REGISTER}
  • {L_MEMBERLIST}
  • -- cgit v1.2.1 From 175d83146e1485b4fcb92cd82bc9fc6cbf2ed4d1 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 23 Mar 2014 15:39:09 +0100 Subject: [ticket/9758] Adding impr. for overall_header display of avatar and username PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 84449efc14..c9daccb4ff 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -89,6 +89,7 @@ +
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • {L_EMAIL_TOPIC}
  • {L_EMAIL_PM}
  • {L_PRINT_TOPIC}
  • @@ -163,7 +164,7 @@ -
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • +
  • {L_LOGIN_LOGOUT}
  • {L_REGISTER}
  • {L_MEMBERLIST}
  • -- cgit v1.2.1 From d48d47c91689b8a058ceed1d5165585143f20e3d Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 23 Mar 2014 21:51:54 +0100 Subject: [ticket/9758] Removed the needless space after first ENDIF PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index c9daccb4ff..8d566626f6 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -89,7 +89,7 @@ -
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • +
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • {L_EMAIL_TOPIC}
  • {L_EMAIL_PM}
  • {L_PRINT_TOPIC}
  • -- cgit v1.2.1 From 9568181b98a370b81c1683ecba36bf4f8a9ea697 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 24 Mar 2014 20:57:25 +0100 Subject: [ticket/9758] Adds id and changes filter to fix travis CI test PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 8d566626f6..b2f4b94524 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -89,7 +89,7 @@ -
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • +
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • {L_EMAIL_TOPIC}
  • {L_EMAIL_PM}
  • {L_PRINT_TOPIC}
  • -- cgit v1.2.1 From fa6c1044b8b11baf1d100f695e8b17457d26fd4a Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 30 Mar 2014 19:13:14 +0200 Subject: [ticket/9758] Clickable avatar in header and renamed class for avatar-img PHPBB3-9758 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b2f4b94524..6a306b4baa 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -89,7 +89,7 @@ -
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • +
  • {CURRENT_USER_AVATAR} {USERNAME_FULL}
  • {L_EMAIL_TOPIC}
  • {L_EMAIL_PM}
  • {L_PRINT_TOPIC}
  • -- cgit v1.2.1