Zeile 2 | Zeile 2 |
---|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> {$headerinclude}
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> {$headerinclude}
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1800"></script>
| {$post_javascript}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 24 | Zeile 24 |
---|
</tr> {$posticons} <tr>
|
</tr> {$posticons} <tr>
|
<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>
| <td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>
|
<td class="trow2"> <textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea> {$codebuttons} </td> </tr> {$editreason}
|
<td class="trow2"> <textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea> {$codebuttons} </td> </tr> {$editreason}
|
<tr> <td class="trow2" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow2"><span class="smalltext"> <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label> {$disablesmilies}</span> </td> </tr>
| {$postoptions}
|
{$subscriptionmethod} {$pollbox} </table>
| {$subscriptionmethod} {$pollbox} </table>
|
Zeile 49 | Zeile 43 |
---|
<input type="hidden" name="attachmentact" value="" /> </form> {$footer}
|
<input type="hidden" name="attachmentact" value="" /> </form> {$footer}
|
<script type="text/javascript"> $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); }); </script>
| |
</body> </html>
| </body> </html>
|