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) -->
|
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} {$addremovesubscription} {$addpoll}
| {$sendthread} {$addremovesubscription} {$addpoll}
|
Zeile 100 | Zeile 103 |
---|
$(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });
|
$(".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>
|