Zeile 17 | Zeile 17 |
---|
lang.quick_restore_error = "{$lang->quick_restore_error}"; lang.quick_restore_success = "{$lang->quick_restore_success}"; lang.editreason = "{$lang->postbit_editreason}";
|
lang.quick_restore_error = "{$lang->quick_restore_error}"; lang.quick_restore_success = "{$lang->quick_restore_success}"; lang.editreason = "{$lang->postbit_editreason}";
|
| lang.post_deleted_error = "{$lang->post_deleted_error}"; lang.softdelete_thread = "{$lang->soft_delete_thread}"; lang.restore_thread = "{$lang->restore_thread}";
|
// --> </script> <!-- jeditable (jquery) -->
|
// --> </script> <!-- jeditable (jquery) -->
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
| <script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1820"></script>
|
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
|
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1808"></script>
| <script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1822"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 39 | Zeile 42 |
---|
<tr> <td class="thead"> <div class="float_right">
|
<tr> <td class="thead"> <div class="float_right">
|
<span class="smalltext"><strong><a href="javascript:;" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
| <span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
|
</div> <div>
|
</div> <div>
|
<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
| <strong>{$thread['displayprefix']}{$thread['subject']}</strong>
|
</div> </td> </tr>
| </div> </td> </tr>
|
Zeile 73 | Zeile 76 |
---|
<br /> <div class="float_left"> <ul class="thread_tools">
|
<br /> <div class="float_left"> <ul class="thread_tools">
|
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
| {$printthread}
|
{$sendthread}
|
{$sendthread}
|
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&tid={$tid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
| {$addremovesubscription}
|
{$addpoll} </ul> </div>
| {$addpoll} </ul> </div>
|
Zeile 97 | Zeile 100 |
---|
// --> </script> <script type="text/javascript">
|
// --> </script> <script type="text/javascript">
|
$(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });
| var thread_deleted = "{$thread_deleted}"; if(thread_deleted == "1") { $("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide(); $("#moderator_options_selector option.option_mirage").attr("disabled","disabled"); }
|
</script> </body> </html>
| </script> </body> </html>
|