Zeile 2 | Zeile 2 |
---|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 48 | Zeile 48 |
---|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
<input type="hidden" name="replyto" value="{$pid}" />
| <input type="hidden" name="replyto" value="{$replyto}" />
|
<input type="hidden" name="posthash" value="{$posthash}" /> <input type="hidden" name="attachmentaid" value="" /> <input type="hidden" name="attachmentact" value="" />
| <input type="hidden" name="posthash" value="{$posthash}" /> <input type="hidden" name="attachmentaid" value="" /> <input type="hidden" name="attachmentact" value="" />
|