From a130dd31ed6cf2c630f3e5a4457c5bb47e475bca Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 26 Jun 2009 14:36:40 +0000 Subject: this is very much work in progress; please feel free to improve markup, usability and to introduce possible further settings (per forum, per user) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9688 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../prosilver/template/quickreply_editor.html | 58 ++++++++++++++++++++++ .../subsilver2/template/quickreply_editor.html | 23 +++++++++ 2 files changed, 81 insertions(+) create mode 100644 phpBB/styles/prosilver/template/quickreply_editor.html create mode 100644 phpBB/styles/subsilver2/template/quickreply_editor.html (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html new file mode 100644 index 0000000000..fbbcba9aba --- /dev/null +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -0,0 +1,58 @@ + +
+ +
+
+
+

{L_QUICKREPLY}

+ +
+
+
+
+
+
+ +
+ +
+ +
+ {S_FORM_TOKEN} + {S_HIDDEN_FIELDS} +   +
+
+
+
+ + + + +
+
\ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html new file mode 100644 index 0000000000..286376633a --- /dev/null +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -0,0 +1,23 @@ +
+ + + + + + + + + + + + + + +
{L_QUICKREPLY}
{L_SUBJECT}:
+ + {S_FORM_TOKEN} + {S_HIDDEN_FIELDS} +
+ +
+
\ No newline at end of file -- cgit v1.2.1