Zeile 1 | Zeile 1 |
---|
<br /> <form method="post" action="newreply.php?tid={$tid}&processed=1" name="quick_reply_form" id="quick_reply_form"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<br /> <form method="post" action="newreply.php?tid={$tid}&processed=1" name="quick_reply_form" id="quick_reply_form"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
| <input type="hidden" name="subject" value="RE: {$reply_subject}" />
|
<input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="posthash" value="{$posthash}" id="posthash" /> <input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
| <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="posthash" value="{$posthash}" id="posthash" /> <input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
|
Zeile 24 | Zeile 24 |
---|
<td class="trow1" valign="top" width="22%"> <strong>{$lang->message}</strong><br /> <span class="smalltext">{$lang->message_note}<br /><br />
|
<td class="trow1" valign="top" width="22%"> <strong>{$lang->message}</strong><br /> <span class="smalltext">{$lang->message_note}<br /><br />
|
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br />
| {$option_signature}
|
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" /> <strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span> </td> <td class="trow1">
| <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" /> <strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span> </td> <td class="trow1">
|