mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge remote-tracking branch 'upstream/develop' into ticket/10734
Conflicts: phpBB/styles/prosilver/theme/tweaks.css
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form method="post" action="{U_QR_ACTION}">
|
||||
<form method="post" action="{U_QR_ACTION}" id="qr_postform">
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
<h2>{L_QUICKREPLY}</h2>
|
||||
@@ -14,8 +14,8 @@
|
||||
<fieldset class="submit-buttons">
|
||||
{S_FORM_TOKEN}
|
||||
{QR_HIDDEN_FIELDS}
|
||||
<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />
|
||||
<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" data-ajax="false" />
|
||||
<input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" data-ajax="false" id="qr_full_editor" />
|
||||
<input type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" class="button1" />
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user