Vergleich install/resources/mybb_theme.xml - 1.8.27 - 1.8.38

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
<?xml version="1.0" encoding="UTF-8"?>

<?xml version="1.0" encoding="UTF-8"?>

<theme name="MyBB Master Style" version="1827">

<theme name="MyBB Master Style" version="1838">

	<properties>
<templateset><![CDATA[1]]></templateset>
<imgdir><![CDATA[images]]></imgdir>

	<properties>
<templateset><![CDATA[1]]></templateset>
<imgdir><![CDATA[images]]></imgdir>

Zeile 3863Zeile 3863
		</td>
</tr>]]></template>
<template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template>

		</td>
</tr>]]></template>
<template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template>

		<template name="forumdisplay_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script>
<form action="moderation.php" method="post">

		<template name="forumdisplay_inlinemoderation" version="1838"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1838"></script>
<form id="inlinemoderation_options" action="moderation.php" method="post">

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />
<span class="smalltext"><strong>{$lang->inline_thread_moderation}</strong></span>

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />
<span class="smalltext"><strong>{$lang->inline_thread_moderation}</strong></span>

<select name="action">


<select name="action" id="inlinemoderation_options_selector">
<option value="" style="display: none;" selected="selected">{$lang->select_a_tool}</option>

	<option value="delayedmoderation">{$lang->delayed_moderation}</option>
{$standardthreadtools}
{$customthreadtools}

	<option value="delayedmoderation">{$lang->delayed_moderation}</option>
{$standardthreadtools}
{$customthreadtools}

Zeile 3883Zeile 3884
	var all_text = "{$threadcount}";
var inlineType = "forum";
var inlineId = {$fid};

	var all_text = "{$threadcount}";
var inlineType = "forum";
var inlineId = {$fid};

 
	lang.select_tool = "{$lang->inline_no_tool_selected}";
lang.selected_nil = "{$lang->inline_no_post_selected}";

// -->
</script>
<br />]]></template>

// -->
</script>
<br />]]></template>

Zeile 3954Zeile 3957
</html>]]></template>
<template name="forumdisplay_password_wrongpass" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="2"><strong>{$lang->wrong_forum_password}</strong></td>

</html>]]></template>
<template name="forumdisplay_password_wrongpass" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="2"><strong>{$lang->wrong_forum_password}</strong></td>

</tr>]]></template>

</tr>]]></template>

		<template name="forumdisplay_rssdiscovery" version="120"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->rss_discovery_forum} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?fid={$fid}" />
<link rel="alternate" type="application/atom+xml" title="{$lang->rss_discovery_forum} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0&amp;fid={$fid}" />]]></template>
<template name="forumdisplay_rules" version="1800"><![CDATA[<br />

		<template name="forumdisplay_rssdiscovery" version="120"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->rss_discovery_forum} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?fid={$fid}" />
<link rel="alternate" type="application/atom+xml" title="{$lang->rss_discovery_forum} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0&amp;fid={$fid}" />]]></template>
<template name="forumdisplay_rules" version="1800"><![CDATA[<br />

Zeile 3974Zeile 3977
</tr>
</table>
<br />]]></template>

</tr>
</table>
<br />]]></template>

		<template name="forumdisplay_searchforum" version="1822"><![CDATA[<form action="search.php">

		<template name="forumdisplay_searchforum" version="1828"><![CDATA[<form action="search.php">

	<span class="smalltext"><strong>{$lang->search_forum}</strong></span>
<input type="text" class="textbox" name="keywords" /> {$gobutton}
<input type="hidden" name="action" value="do_search" />

	<span class="smalltext"><strong>{$lang->search_forum}</strong></span>
<input type="text" class="textbox" name="keywords" /> {$gobutton}
<input type="hidden" name="action" value="do_search" />

	<input type="hidden" name="forums" value="{$fid}" />

	<input type="hidden" name="forums[]" value="{$fid}" />

	<input type="hidden" name="postthread" value="1" />
</form><br />]]></template>
<template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr>

	<input type="hidden" name="postthread" value="1" />
</form><br />]]></template>
<template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr>

Zeile 4016Zeile 4019
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}

		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}

</tr>]]></template>

</tr>]]></template>

		<template name="forumdisplay_thread_attachment_count" version="1800"><![CDATA[<div class="float_right"><img src="{$theme['imgdir']}/paperclip.png" alt="" title="{$attachment_count}" /></div>]]></template>
<template name="forumdisplay_thread_deleted" version="1809"><![CDATA[<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">&nbsp;</td>
<td class="{$bgcolor}{$thread_type_class}"><em>{$lang->deleted_thread}</em></td>
<td align="center" class="{$bgcolor}{$thread_type_class}">-</td>

		<template name="forumdisplay_thread_attachment_count" version="1800"><![CDATA[<div class="float_right"><img src="{$theme['imgdir']}/paperclip.png" alt="" title="{$attachment_count}" /></div>]]></template>
<template name="forumdisplay_thread_deleted" version="1809"><![CDATA[<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">&nbsp;</td>
<td class="{$bgcolor}{$thread_type_class}"><em>{$lang->deleted_thread}</em></td>
<td align="center" class="{$bgcolor}{$thread_type_class}">-</td>

	<td align="center" class="{$bgcolor}{$thread_type_class}">-</td>

	<td align="center" class="{$bgcolor}{$thread_type_class}">-</td>

	{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">-</td>
{$modbit}

	{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">-</td>
{$modbit}

Zeile 4046Zeile 4049
	</td>]]></template>
<template name="forumdisplay_thread_rating_moved" version="1800"><![CDATA[<td class="{$bgcolor}" style="text-align: center;">-</td>]]></template>
<template name="forumdisplay_thread_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$thread['unapprovedposts']})</span>]]></template>

	</td>]]></template>
<template name="forumdisplay_thread_rating_moved" version="1800"><![CDATA[<td class="{$bgcolor}" style="text-align: center;">-</td>]]></template>
<template name="forumdisplay_thread_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$thread['unapprovedposts']})</span>]]></template>

		<template name="forumdisplay_threadlist" version="1827"><![CDATA[<div class="float_left">



<template name="forumdisplay_threadlist" version="1838"><![CDATA[<div class="float_left">

	{$multipage}
</div>
<div class="float_right">

	{$multipage}
</div>
<div class="float_right">

Zeile 4076Zeile 4080
	{$threads}
{$forumsort}
</table>

	{$threads}
{$forumsort}
</table>

<div class="float_left">

<div class="float_left">

	{$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">

	{$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">

Zeile 4090Zeile 4094
			<dd><span class="thread_status newfolder" title="{$lang->new_thread}">&nbsp;</span> {$lang->new_thread}</dd>
<dd><span class="thread_status newhotfolder" title="{$lang->new_hot_thread}">&nbsp;</span> {$lang->new_hot_thread}</dd>
<dd><span class="thread_status hotfolder" title="{$lang->hot_thread}">&nbsp;</span> {$lang->hot_thread}</dd>

			<dd><span class="thread_status newfolder" title="{$lang->new_thread}">&nbsp;</span> {$lang->new_thread}</dd>
<dd><span class="thread_status newhotfolder" title="{$lang->new_hot_thread}">&nbsp;</span> {$lang->new_hot_thread}</dd>
<dd><span class="thread_status hotfolder" title="{$lang->hot_thread}">&nbsp;</span> {$lang->hot_thread}</dd>

		</dl>
</div>

		</dl>
</div>

	<div class="float_left">
<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>

	<div class="float_left">
<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>

Zeile 4106Zeile 4110
	{$searchforum}
{$forumjump}
</div>

	{$searchforum}
{$forumjump}
</div>

<br class="clear" />
{$inline_edit_js}]]></template>

<br class="clear" />]]></template>


		<template name="forumdisplay_threadlist_clearpass" version="1606"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$lang->clear_stored_password}</a>]]></template>
<template name="forumdisplay_threadlist_prefixes" version="1801"><![CDATA[<select name="prefix">
<option value="-2"{$default_selected['any']}>{$lang->prefix_any}</option>

		<template name="forumdisplay_threadlist_clearpass" version="1606"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$lang->clear_stored_password}</a>]]></template>
<template name="forumdisplay_threadlist_prefixes" version="1801"><![CDATA[<select name="prefix">
<option value="-2"{$default_selected['any']}>{$lang->prefix_any}</option>

Zeile 5758Zeile 5761
			<option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option>
<option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>
<option value="threadnum"{$sort_selected['threadnum']}>{$lang->sort_by_threads}</option>

			<option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option>
<option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>
<option value="threadnum"{$sort_selected['threadnum']}>{$lang->sort_by_threads}</option>

			{$referrals_option}
</select>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,
allowClear: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',
data: function (term, page) {
return {
query: term, // search term
};
},
results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};
}
},
initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {
callback({
id: value,
text: value
});
}
},
// Allow the user entered text to be selected as well
createSearchChoice:function(term, data) {
if ( $(data).filter( function() {
return this.text.localeCompare(term)===0;
}).length===0) {
return {id:term, text:term};
}
},
});

$('[for=username]').on('click', function(){

			{$referrals_option}
</select>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,
allowClear: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',
data: function (term, page) {
return {
query: term, // search term
};
},
results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};
}
},
initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {
callback({
id: value,
text: value
});
}
},
// Allow the user entered text to be selected as well
createSearchChoice:function(term, data) {
if ( $(data).filter( function() {
return this.text.localeCompare(term)===0;
}).length===0) {
return {id:term, text:term};
}
},
});

$('[for=username]').on('click', function(){

		$("#username").select2('open');
return false;
});

		$("#username").select2('open');
return false;
});

Zeile 6156Zeile 6159
		<template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr>
<td class="{$class}">{$lang->no_smilies}</td>
</tr>]]></template>

		<template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr>
<td class="{$class}">{$lang->no_smilies}</td>
</tr>]]></template>

		<template name="misc_smilies_popup" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;" class="modal_{$pid}">

		<template name="misc_smilies_popup" version="1834"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;" class="modal">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>

Zeile 6414Zeile 6417
					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6"><strong>{$lang->edit_announcement}</strong></td>

					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6"><strong>{$lang->edit_announcement}</strong></td>

						</tr>
<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td>
<td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td>
</tr>
<tr>

						</tr>
<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td>
<td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td>
</tr>
<tr>

							<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<select name="starttime_day">

							<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<select name="starttime_day">

Zeile 6782Zeile 6785
		<template name="modcp_editprofile" version="1822"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>

		<template name="modcp_editprofile" version="1822"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>

{$headerinclude}

{$headerinclude}

<script type="text/javascript">
<!--
var mod_posts = '{$modpost_check}';

<script type="text/javascript">
<!--
var mod_posts = '{$modpost_check}';

Zeile 7343Zeile 7346
					</table>
{$multipage}
<br />]]></template>

					</table>
{$multipage}
<br />]]></template>

		<template name="modcp_ipsearch_results_information" version="1813"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="http://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template>

		<template name="modcp_ipsearch_results_information" version="1834"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="https://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template>

		<template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext">
<a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a>
<br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template>

		<template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext">
<a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a>
<br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template>

Zeile 8725Zeile 8728
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4"><strong>{$lang->delayed_mod_queue}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4"><strong>{$lang->delayed_mod_queue}</strong></td>

</tr>

</tr>

<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>
<td class="tcat" align="center"><strong>{$lang->time_to_perform_action}</strong></td>

<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>
<td class="tcat" align="center"><strong>{$lang->time_to_perform_action}</strong></td>

Zeile 9459Zeile 9462
<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td>
<td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>
</tr>]]></template>

<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td>
<td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>
</tr>]]></template>

		<template name="post_attachments_new" version="1827"><![CDATA[<tr>

		<template name="post_attachments_new" version="1828"><![CDATA[<tr>

<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td>
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>

<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td>
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>

Zeile 9468Zeile 9471
	<td class="trow1" colspan="3">
<div id="upload_bar" style="background: #0066A2; height: 5px; width: 0%;"></div>
<div id="dropzone" style="padding: 50px 0; margin: 5px 10px 10px; cursor: pointer; border: 2px dashed #CCC; text-align: center;">

	<td class="trow1" colspan="3">
<div id="upload_bar" style="background: #0066A2; height: 5px; width: 0%;"></div>
<div id="dropzone" style="padding: 50px 0; margin: 5px 10px 10px; cursor: pointer; border: 2px dashed #CCC; text-align: center;">

			<div style="pointer-events: none;"</div>

			<div style="pointer-events: none;"></div>

		</div>
</td>
</tr>]]></template>

		</div>
</td>
</tr>]]></template>

Zeile 9606Zeile 9609
</table>
</td>
</tr>]]></template>

</table>
</td>
</tr>]]></template>

		<template name="post_javascript" version="1827"><![CDATA[

		<template name="post_javascript" version="1832"><![CDATA[

			<script type="text/javascript">
lang.add_attachment = "{$lang->add_attachment}";
lang.update_attachment = "{$lang->update_attachment}";

			<script type="text/javascript">
lang.add_attachment = "{$lang->add_attachment}";
lang.update_attachment = "{$lang->update_attachment}";

Zeile 9622Zeile 9625
				php_max_file_uploads = {$php_max_file_uploads};
mybb_max_file_uploads = {$mybb->settings['maxattachments']};
</script>

				php_max_file_uploads = {$php_max_file_uploads};
mybb_max_file_uploads = {$mybb->settings['maxattachments']};
</script>

			<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1827"></script>

			<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1832"></script>

			]]></template>
<template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5">
<option value="any"{$any_selected}>{$lang->any_prefix}</option>

			]]></template>
<template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5">
<option value="any"{$any_selected}>{$lang->any_prefix}</option>

Zeile 10704Zeile 10707
		<template name="private_send_buddyselect" version="1809"><![CDATA[<script type="text/javascript"><!--
document.write('<br /><span class="smalltext"><a href="javascript:void(0)" onclick="UserCP.openBuddySelect(\'{$buddy_select}\'); return false;"><img src="{$theme['imgdir']}/buddies.png" alt="" style="vertical-align: middle;" alt="" title="{$lang->select_from_buddies}" /> {$lang->select_from_buddies}</a></span>');
// --></script>]]></template>

		<template name="private_send_buddyselect" version="1809"><![CDATA[<script type="text/javascript"><!--
document.write('<br /><span class="smalltext"><a href="javascript:void(0)" onclick="UserCP.openBuddySelect(\'{$buddy_select}\'); return false;"><img src="{$theme['imgdir']}/buddies.png" alt="" style="vertical-align: middle;" alt="" title="{$lang->select_from_buddies}" /> {$lang->select_from_buddies}</a></span>');
// --></script>]]></template>

		<template name="private_send_tracking" version="1810"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label>]]></template>

		<template name="private_send_tracking" version="1831"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />&nbsp;<strong>{$lang->options_read_receipt}</strong></label>]]></template>

		<template name="private_tracking" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->pm_tracking}</title>

		<template name="private_tracking" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->pm_tracking}</title>

Zeile 11275Zeile 11278
</html>]]></template>
<template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></template>
<template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

</html>]]></template>
<template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></template>
<template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

		<template name="search_results_posts_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script>

		<template name="search_results_posts_inlinemoderation" version="1838"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1838"></script>

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="0" />

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="0" />

Zeile 11369Zeile 11372
		</html>]]></template>
<template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></template>
<template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

		</html>]]></template>
<template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></template>
<template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

		<template name="search_results_threads_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script>

		<template name="search_results_threads_inlinemoderation" version="1838"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1838"></script>

		<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="fid" value="0" />

		<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="fid" value="0" />

Zeile 11487Zeile 11490
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>
</tr>]]></template>

<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>
</tr>]]></template>

		<template name="showthread" version="1827"><![CDATA[<html>

		<template name="showthread" version="1838"><![CDATA[<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}

<head>
<title>{$thread['subject']}</title>
{$headerinclude}

Zeile 11496Zeile 11499
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
var quickrestore_confirm = "{$lang->quickrestore_confirm}";
var allowEditReason = "{$mybb->settings['alloweditreason']}";

	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
var quickrestore_confirm = "{$lang->quickrestore_confirm}";
var allowEditReason = "{$mybb->settings['alloweditreason']}";

 
	var thread_deleted = "{$thread_deleted}";
var visible_replies = "{$thread['replies']}";

	lang.save_changes = "{$lang->save_changes}";
lang.cancel_edit = "{$lang->cancel_edit}";
lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";

	lang.save_changes = "{$lang->save_changes}";
lang.cancel_edit = "{$lang->cancel_edit}";
lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";

Zeile 11514Zeile 11519
<!-- jeditable (jquery) -->
<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>

<!-- jeditable (jquery) -->
<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 type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1827"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1838"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 11595Zeile 11600
			<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
]]></template>

			<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
]]></template>

		<template name="showthread_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script>

		<template name="showthread_inlinemoderation" version="1838"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1838"></script>

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="inlinemoderation_options">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="modtype" value="inlinepost" />
<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
<select name="action" id="inlinemoderation_options_selector">

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="inlinemoderation_options">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="modtype" value="inlinepost" />
<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
<select name="action" id="inlinemoderation_options_selector">

 
	<option value="" style="display: none;" selected="selected">{$lang->select_a_tool}</option>

{$standardposttools}
{$customposttools}
</select>

{$standardposttools}
{$customposttools}
</select>

Zeile 11614Zeile 11620
	var all_text = "{$threadcount}";
var inlineType = "thread";
var inlineId = {$tid};

	var all_text = "{$threadcount}";
var inlineType = "thread";
var inlineId = {$tid};


$("#inlinemoderation_options_selector").on('change', function() {
$("#inlinemoderation_options").trigger('submit');
})

	lang.select_tool = "{$lang->inline_no_tool_selected}";
lang.selected_nil = "{$lang->inline_no_post_selected}";



// -->
</script><br />]]></template>
<template name="showthread_inlinemoderation_approve" version="1800"><![CDATA[<option value="multiapproveposts">{$lang->inline_approve_posts}</option>

// -->
</script><br />]]></template>
<template name="showthread_inlinemoderation_approve" version="1800"><![CDATA[<option value="multiapproveposts">{$lang->inline_approve_posts}</option>

Zeile 11637Zeile 11641
	{$inlinemodapprove}
</optgroup>]]></template>
<template name="showthread_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeleteposts">{$lang->inline_soft_delete_posts}</option>]]></template>

	{$inlinemodapprove}
</optgroup>]]></template>
<template name="showthread_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeleteposts">{$lang->inline_soft_delete_posts}</option>]]></template>

		<template name="showthread_moderationoptions" version="1800"><![CDATA[{$inlinemod}

		<template name="showthread_moderationoptions" version="1838"><![CDATA[{$inlinemod}

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="moderator_options">
<input type="hidden" name="modtype" value="thread" />
<input type="hidden" name="tid" value="{$tid}" />

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="moderator_options">
<input type="hidden" name="modtype" value="thread" />
<input type="hidden" name="tid" value="{$tid}" />

Zeile 11645Zeile 11649
	<span class="smalltext">
<strong>{$lang->moderation_options}</strong></span>
<select name="action" id="moderator_options_selector">

	<span class="smalltext">
<strong>{$lang->moderation_options}</strong></span>
<select name="action" id="moderator_options_selector">

 
		<option value="" style="display: none;" selected="selected">{$lang->select_a_tool}</option>

		<option value="delayedmoderation">{$lang->delayed_moderation}</option>
{$standardthreadtools}
{$customthreadtools}
</select>
{$gobutton}
</form>

		<option value="delayedmoderation">{$lang->delayed_moderation}</option>
{$standardthreadtools}
{$customthreadtools}
</select>
{$gobutton}
</form>

<br />
<script type="text/javascript">
<!--
$("#moderator_options_selector").on('change', function() {
$("#moderator_options").trigger('submit');
})
//-->
</script>]]></template>

<br />]]></template>








		<template name="showthread_moderationoptions_approve" version="1818"><![CDATA[<option class="option_mirage" value="approvethread">{$lang->approve_thread}</option>]]></template>
<template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
<template name="showthread_moderationoptions_custom_tool" version="1818"><![CDATA[<option class="option_mirage" value="{$tool['tid']}">{$tool['name']}</option>]]></template>

		<template name="showthread_moderationoptions_approve" version="1818"><![CDATA[<option class="option_mirage" value="approvethread">{$lang->approve_thread}</option>]]></template>
<template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
<template name="showthread_moderationoptions_custom_tool" version="1818"><![CDATA[<option class="option_mirage" value="{$tool['tid']}">{$tool['name']}</option>]]></template>

Zeile 11683Zeile 11681
{$approveunapprovethread}
</optgroup>]]></template>
<template name="showthread_moderationoptions_stickunstick" version="1818"><![CDATA[<option class="option_mirage" value="stick">{$lang->stick_unstick_thread}</option>]]></template>

{$approveunapprovethread}
</optgroup>]]></template>
<template name="showthread_moderationoptions_stickunstick" version="1818"><![CDATA[<option class="option_mirage" value="stick">{$lang->stick_unstick_thread}</option>]]></template>

		<template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template>

		<template name="showthread_moderationoptions_threadnotes" version="1838"><![CDATA[<option value="threadnotes">{$lang->thread_notes}</option>]]></template>

		<template name="showthread_moderationoptions_unapprove" version="1818"><![CDATA[<option class="option_mirage" value="unapprovethread">{$lang->unapprove_thread}</option>]]></template>
<template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a>&nbsp;]]></template>
<template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a>&nbsp;]]></template>

		<template name="showthread_moderationoptions_unapprove" version="1818"><![CDATA[<option class="option_mirage" value="unapprovethread">{$lang->unapprove_thread}</option>]]></template>
<template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a>&nbsp;]]></template>
<template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a>&nbsp;]]></template>

Zeile 13779Zeile 13777
		<template name="video_mixer_embed" version="1818"><![CDATA[<iframe allowfullscreen="true" src="https://mixer.com/embed/player/{$id}?disableLowLatency=1" width="620" height="349"></iframe>]]></template>
<template name="video_vimeo_embed" version="1827"><![CDATA[<iframe src="//player.vimeo.com/video/{$id}" width="500" height="375" frameborder="0" allowfullscreen="true"></iframe>]]></template>
<template name="video_yahoo_embed" version="1827"><![CDATA[<iframe width="640" height="360" scrolling="no" frameborder="0" src="//{$local}screen.yahoo.com/{$id}?format=embed" allowfullscreen="true" allowtransparency="true"></iframe>]]></template>

		<template name="video_mixer_embed" version="1818"><![CDATA[<iframe allowfullscreen="true" src="https://mixer.com/embed/player/{$id}?disableLowLatency=1" width="620" height="349"></iframe>]]></template>
<template name="video_vimeo_embed" version="1827"><![CDATA[<iframe src="//player.vimeo.com/video/{$id}" width="500" height="375" frameborder="0" allowfullscreen="true"></iframe>]]></template>
<template name="video_yahoo_embed" version="1827"><![CDATA[<iframe width="640" height="360" scrolling="no" frameborder="0" src="//{$local}screen.yahoo.com/{$id}?format=embed" allowfullscreen="true" allowtransparency="true"></iframe>]]></template>

		<template name="video_twitch_embed" version="1813"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&amp;autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template>

		<template name="video_twitch_embed" version="1831"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&amp;parent={$bbdomain}&amp;autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template>

		<template name="warnings" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->warning_log}</title>

		<template name="warnings" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->warning_log}</title>

Zeile 14159Zeile 14157
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td>
</tr>]]></template>

<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td>
</tr>]]></template>

		<template name="codebuttons" version="1827"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1822"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1827"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/undo.js?ver=1821"></script>

		<template name="codebuttons" version="1837"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1832"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1837"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/undo.js?ver=1832"></script>

<script type="text/javascript">
var partialmode = {$mybb->settings['partialmode']},
opt_editor = {
plugins: "undo",
format: "bbcode",
bbcodeTrim: false,

<script type="text/javascript">
var partialmode = {$mybb->settings['partialmode']},
opt_editor = {
plugins: "undo",
format: "bbcode",
bbcodeTrim: false,

	style: "{$mybb->asset_url}/jscripts/sceditor/styles/jquery.sceditor.{$theme['editortheme']}?ver=1823",

	style: "{$mybb->asset_url}/jscripts/sceditor/styles/jquery.sceditor.{$theme['editortheme']}?ver=1832",

	rtl: {$lang->settings['rtl']},
locale: "mybblang",
width: "100%",

	rtl: {$lang->settings['rtl']},
locale: "mybblang",
width: "100%",