From 2e17e448deed073f8614bb555a8ef20c57291c2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:14:59 +0000 Subject: Copy 3.0.x branch to trunk git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subsilver2/template/quickreply_editor.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 phpBB/styles/subsilver2/template/quickreply_editor.html (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html new file mode 100644 index 0000000000..704c6e1306 --- /dev/null +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + +
{L_QUICKREPLY}
{L_SUBJECT}:
{L_MESSAGE}:
+   + + + {S_FORM_TOKEN} + {QR_HIDDEN_FIELDS} +
+ +
+
\ No newline at end of file -- cgit v1.2.1 From ac2b5430aa2e4e75ed7b9372ae39024c22dac915 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 16 May 2010 20:50:28 +0200 Subject: [task/drop-subsilver2] Removing subsilver2 for Ascraeus development. The discussion about this has taken place on area51: http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32496 PHPBB3-9607 --- .../subsilver2/template/quickreply_editor.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 phpBB/styles/subsilver2/template/quickreply_editor.html (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html deleted file mode 100644 index 704c6e1306..0000000000 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ /dev/null @@ -1,27 +0,0 @@ -
- - - - - - - - - - - - - - - - -
{L_QUICKREPLY}
{L_SUBJECT}:
{L_MESSAGE}:
-   - - - {S_FORM_TOKEN} - {QR_HIDDEN_FIELDS} -
- -
-
\ No newline at end of file -- cgit v1.2.1 From c69936d2209c5d6b1215eeef7f2d0e813851e841 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 20 Aug 2010 22:55:25 +0200 Subject: [task/restore-subsilver2] Revert removing subsilver2 for Ascraeus development. This reverts commit ac2b5430aa2e4e75ed7b9372ae39024c22dac915. PHPBB3-9783 --- .../subsilver2/template/quickreply_editor.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 phpBB/styles/subsilver2/template/quickreply_editor.html (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html new file mode 100644 index 0000000000..704c6e1306 --- /dev/null +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -0,0 +1,27 @@ +
+ + + + + + + + + + + + + + + + +
{L_QUICKREPLY}
{L_SUBJECT}:
{L_MESSAGE}:
+   + + + {S_FORM_TOKEN} + {QR_HIDDEN_FIELDS} +
+ +
+
\ No newline at end of file -- cgit v1.2.1 From af5b9a96409d788733fcb1ff367e0c7fb0583702 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 9 Nov 2010 08:59:25 +0100 Subject: [ticket/9556] Drop php closing tags, add trailing newline Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 704c6e1306..dd357976d8 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -24,4 +24,4 @@ -
\ No newline at end of file +
-- cgit v1.2.1 From a7045e65724481002e232a7d143b7cc2ed6acb3a Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 30 Mar 2012 21:43:00 -0400 Subject: [feature/qrpreview] Preview from Quick Reply PHPBB3-10726 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index de5017280c..4c3f7a3d0b 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -14,8 +14,8 @@ -   - +   + {S_FORM_TOKEN} {QR_HIDDEN_FIELDS} -- cgit v1.2.1 From 53d846477665ea6b8a3463318f03050282aec89a Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sat, 11 Feb 2012 21:12:36 +0000 Subject: [ticket/10640] Change maximum subject length PHPBB3-10640 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 4c3f7a3d0b..7a68a8f605 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -6,7 +6,7 @@ {L_SUBJECT}: - + {L_MESSAGE}: -- cgit v1.2.1 From 6e7e70a18abc4368bc0728db420d1f7f61ad8686 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 3 Aug 2012 11:43:23 -0500 Subject: [ticket/10780] Replace colon usage in template output with {L_COLON} Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 7a68a8f605..72dc5506bf 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -5,11 +5,11 @@ {L_QUICKREPLY} - {L_SUBJECT}: + {L_SUBJECT}{L_COLON} - {L_MESSAGE}: + {L_MESSAGE}{L_COLON} -- cgit v1.2.1 From cab8181af165f05681756aaf9a4cfc460ef0429e Mon Sep 17 00:00:00 2001 From: rxu Date: Wed, 5 Feb 2014 22:47:31 +0800 Subject: [ticket/12166] Add template events to quickreply_editor.html. Add template event pair - quickreply_editor_message_before and quickreply_editor_message_before to quickreply_editor.html for both of prosilver and subsilver2 styles. This allows extensions to modify quick reply postform. For example, to add BBCode buttons and/or smilies and so on. PHPBB3-12166 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 72dc5506bf..b2b7b1624e 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -8,10 +8,12 @@ {L_SUBJECT}{L_COLON} + {L_MESSAGE}{L_COLON} +   -- cgit v1.2.1 From 0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 29 Mar 2014 11:06:48 +0100 Subject: [ticket/12309] Template Event quickreply_editor_panel_before/after PHPBB3-12309 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index b2b7b1624e..5afc723f48 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -1,5 +1,5 @@
- + @@ -24,6 +24,6 @@
{L_QUICKREPLY}
- +

-- cgit v1.2.1 From fcf6c20291c1c0f2f25028d9116dbf91d0b367fb Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 6 Sep 2015 16:14:02 +0200 Subject: [ticket/14144] Add quickreply_editor_subject_before event PHPBB3-14144 --- phpBB/styles/subsilver2/template/quickreply_editor.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html') diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 5afc723f48..a7614e841f 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -4,6 +4,7 @@ {L_QUICKREPLY} + {L_SUBJECT}{L_COLON} -- cgit v1.2.1