From 92078dce3393ea705361e1c3c0a332db778ccb0a Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Wed, 29 Apr 2015 23:22:30 +0200 Subject: [ticket/11742] Removed tabs-to-space conversion in [code] PHPBB3-11742 --- phpBB/styles/prosilver/template/bbcode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver/template/bbcode.html') diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 3e38d13a32..af8e6ae4b0 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -12,8 +12,8 @@
-

{L_CODE}{L_COLON} {L_SELECT_ALL_CODE}

-
+

{L_CODE}{L_COLON} {L_SELECT_ALL_CODE}


+
-- cgit v1.2.1 From f02cc27014c27acaf44b27066959426db27b3493 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Tue, 16 Jun 2015 08:16:56 +0200 Subject: [ticket/10620] Implemented quote improvements PHPBB3-10620 --- phpBB/styles/prosilver/template/bbcode.html | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'phpBB/styles/prosilver/template/bbcode.html') diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index af8e6ae4b0..6adbdb6aba 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -11,6 +11,39 @@
{USERNAME} {L_WROTE}{L_COLON}
+ +
+ + uncited + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+

{L_CODE}{L_COLON} {L_SELECT_ALL_CODE}


 
-- cgit v1.2.1 From 9d364aee4a739d0a8c8b745449940a37d81c9abf Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Thu, 25 Jun 2015 02:23:00 +0200 Subject: [ticket/10620] Moved quote's date to the upper corner PHPBB3-10620 --- phpBB/styles/prosilver/template/bbcode.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/bbcode.html') diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 6adbdb6aba..8c4e941092 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -19,7 +19,6 @@
- @@ -38,6 +37,9 @@ + +
+
-- cgit v1.2.1 From d3749538f1692af50ee340da1d942d4b963f5c40 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Thu, 5 Dec 2019 10:14:46 +0100 Subject: [ticket/16247] Quote PM has no identifier PHPBB3-16247 --- phpBB/styles/prosilver/template/bbcode.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/styles/prosilver/template/bbcode.html') diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 940c0ace29..0b7dcdf7eb 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -37,6 +37,10 @@ + + + +
-- cgit v1.2.1 From e6c45623eaa5023d6372303158aa976a7e945626 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Thu, 5 Dec 2019 23:41:44 +0100 Subject: [ticket/16247] Quote PM has no identifier Code review PHPBB3-16247 --- phpBB/styles/prosilver/template/bbcode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/bbcode.html') diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 0b7dcdf7eb..b37ba238d2 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -39,7 +39,7 @@ - +
-- cgit v1.2.1