aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/quickreply_editor.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-08-10 13:08:15 +0200
committerCesar G <prototech91@gmail.com>2014-08-10 13:08:15 +0200
commit4056b84f6042602db8e407d50b6bf449cccd01e0 (patch)
tree7a1b393076c540ed1c0c6eeeeff22d504e31ebeb /phpBB/styles/subsilver2/template/quickreply_editor.html
parent9e0c234979de205b4b4e7d1a25280edf86e0fd94 (diff)
parent59780bbd091c9e162eaf5f399f9bb2440605c4f7 (diff)
downloadforums-4056b84f6042602db8e407d50b6bf449cccd01e0.tar
forums-4056b84f6042602db8e407d50b6bf449cccd01e0.tar.gz
forums-4056b84f6042602db8e407d50b6bf449cccd01e0.tar.bz2
forums-4056b84f6042602db8e407d50b6bf449cccd01e0.tar.xz
forums-4056b84f6042602db8e407d50b6bf449cccd01e0.zip
Merge remote-tracking branch 'nickvergessen/ticket/12958' into develop
* nickvergessen/ticket/12958: [ticket/12958] Remove more references of subsilver2 [ticket/12958] Remove subsilver2 for phpBB 3.2
Diffstat (limited to 'phpBB/styles/subsilver2/template/quickreply_editor.html')
-rw-r--r--phpBB/styles/subsilver2/template/quickreply_editor.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html
deleted file mode 100644
index 5afc723f48..0000000000
--- a/phpBB/styles/subsilver2/template/quickreply_editor.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<form method="post" action="{U_QR_ACTION}">
-<!-- EVENT quickreply_editor_panel_before -->
- <table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <th align="center" colspan="2">{L_QUICKREPLY}</th>
- </tr>
- <tr>
- <td class="row1" width="22%"><b class="genmed">{L_SUBJECT}{L_COLON}</b></td>
- <td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" /></td>
- </tr>
- <!-- EVENT quickreply_editor_message_before -->
- <tr>
- <td class="row1" width="22%"><b class="genmed">{L_MESSAGE}{L_COLON}</b></td>
- <td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3" style="width: 700px; height: 130px; min-width: 98%; max-width: 98%;"></textarea> </td>
- </tr>
- <!-- EVENT quickreply_editor_message_after -->
- <tr>
- <td class="cat" colspan="2" align="center">
- <input class="btnlite" type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" />&nbsp;
- <input class="btnmain" type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" />
-
- {S_FORM_TOKEN}
- {QR_HIDDEN_FIELDS}
- </td>
- </tr>
- </table>
-<!-- EVENT quickreply_editor_panel_after -->
-</form>
-<br clear="all" />