mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
move QR editor
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9746 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
26bb3bbb68
commit
019c43fa18
2 changed files with 2 additions and 3 deletions
|
@ -92,7 +92,7 @@ $lang = array_merge($lang, array(
|
||||||
'REPLY_TO_TOPIC' => 'Reply to topic',
|
'REPLY_TO_TOPIC' => 'Reply to topic',
|
||||||
'RETURN_POST' => '%sReturn to the post%s',
|
'RETURN_POST' => '%sReturn to the post%s',
|
||||||
|
|
||||||
'SHOW_QR' => 'Show Editor',
|
'SHOW_QR' => 'Quick Reply',
|
||||||
'SUBMIT_VOTE' => 'Submit vote',
|
'SUBMIT_VOTE' => 'Submit vote',
|
||||||
|
|
||||||
'TOTAL_VOTES' => 'Total votes',
|
'TOTAL_VOTES' => 'Total votes',
|
||||||
|
|
|
@ -42,9 +42,8 @@
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="corners-top"><span></span></span>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>{L_QUICKREPLY}</h2>
|
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input type="submit" name="show_qr" tabindex="1" class="button2" value="{L_SHOW_QR}" onclick="hide_qr(false);return false;"/>
|
<input type="submit" name="show_qr" tabindex="1" class="button2" value="{L_SHOW_QR}" onclick="hide_qr(false);return false;"/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue