mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Minor button fix to forum/forum_viewtopic.php
This commit is contained in:
@@ -279,8 +279,8 @@ if ($forum->checkPerm($thread->threadInfo['thread_forum_id'], 'post') && $thread
|
||||
<p>" . LAN_393 . ":<br />
|
||||
<textarea cols='60' rows='4' class='tbox' name='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea>
|
||||
<br />
|
||||
<input type='submit' name='fpreview' value='" . LAN_394 . "' class='button' />
|
||||
<input type='submit' name='reply' value='" . LAN_395 . "' class='button' />
|
||||
<input type='submit' name='fpreview' value='" . LAN_394 . "' class='btn button' />
|
||||
<input type='submit' name='reply' value='" . LAN_395 . "' class='btn button' />
|
||||
<input type='hidden' name='thread_id' value='$thread_parent' />
|
||||
</p>
|
||||
</form>";
|
||||
|
Reference in New Issue
Block a user