Vergleich install/resources/mybb_theme.xml - 1.8.29 - 1.8.39

  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="1828">

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

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

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

Zeile 9Zeile 9
		<editortheme><![CDATA[mybb.css]]></editortheme>
</properties>
<stylesheets>

		<editortheme><![CDATA[mybb.css]]></editortheme>
</properties>
<stylesheets>

		<stylesheet name="global.css" version="1827" disporder="1"><![CDATA[body {

		<stylesheet name="global.css" version="1839" disporder="1"><![CDATA[body {

	background: #fff;
color: #333;
text-align: center;

	background: #fff;
color: #333;
text-align: center;

Zeile 1669Zeile 1669
	height: 30px;
text-indent: -9999px;
background: url(images/close.png) no-repeat 0 0;

	height: 30px;
text-indent: -9999px;
background: url(images/close.png) no-repeat 0 0;

 
	z-index: 2;

}

.modal-spinner {

}

.modal-spinner {

Zeile 2282Zeile 2283

.thread_status.newhotclosefolder {
background-position: 0 -300px;


.thread_status.newhotclosefolder {
background-position: 0 -300px;

}


}


.thread_status.newclosefolder {
background-position: 0 -320px;
}]]></stylesheet>

.thread_status.newclosefolder {
background-position: 0 -320px;
}]]></stylesheet>

Zeile 2291Zeile 2292
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;

tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;

}

}


tr td.trow1:last-child,
tr td.trow2:last-child,


tr td.trow1:last-child,
tr td.trow2:last-child,

Zeile 2303Zeile 2304
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;

	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;

}

}


.tborder tbody tr:last-child > td {
border-bottom: 0;


.tborder tbody tr:last-child > td {
border-bottom: 0;

}


}


.tborder tbody tr:last-child > td:first-child {
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;

.tborder tbody tr:last-child > td:first-child {
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;

}

}


.tborder tbody tr:last-child > td:last-child {
-moz-border-radius-bottomright: 6px;


.tborder tbody tr:last-child > td:last-child {
-moz-border-radius-bottomright: 6px;

Zeile 2322Zeile 2323
}

.thead {

}

.thead {

	-moz-border-radius-topleft: 6px;

	-moz-border-radius-topleft: 6px;

	-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;

	-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;

Zeile 2437Zeile 2438
<script type="text/javascript">
var announcement_quickdelete_confirm = "{$lang->announcement_quickdelete_confirm}";
</script>

<script type="text/javascript">
var announcement_quickdelete_confirm = "{$lang->announcement_quickdelete_confirm}";
</script>

</head>

</head>

<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border">

<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border">

Zeile 2899Zeile 2900
<br />]]></template>
<template name="calendar_dayview_birthdays_bday" version="1400"><![CDATA[{$comma}{$birthday['profilelink']}{$age}]]></template>
<template name="calendar_dayview_event" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">

<br />]]></template>
<template name="calendar_dayview_birthdays_bday" version="1400"><![CDATA[{$comma}{$birthday['profilelink']}{$age}]]></template>
<template name="calendar_dayview_event" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">

	<tr>
<td class="thead"><strong>{$event['name']}</strong></td>
</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>
</tr>
<tr>
<td class="trow1{$event_class}">
<div class="float_left">
<strong><span class="largetext">{$event['profilelink']}</span></strong><br />
<span class="smalltext">
{$event['usertitle']}<br />
{$event['userstars']}

	<tr>
<td class="thead"><strong>{$event['name']}</strong></td>
</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>
</tr>
<tr>
<td class="trow1{$event_class}">
<div class="float_left">
<strong><span class="largetext">{$event['profilelink']}</span></strong><br />
<span class="smalltext">
{$event['usertitle']}<br />
{$event['userstars']}

				</span>
</div>
<div class="float_right" style="text-align: right;">

				</span>
</div>
<div class="float_right" style="text-align: right;">

Zeile 2985Zeile 2986
							$("#single_selects").hide();
$("#ranged_selects").show();
toggleRepeats();

							$("#single_selects").hide();
$("#ranged_selects").show();
toggleRepeats();

						}
}

						}
}


function toggleRepeats()
{


function toggleRepeats()
{

Zeile 3060Zeile 3061
							</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>

							</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>

								<td style="padding: 4px;">

								<td style="padding: 4px;">

									<select name="end_day">
{$end_days}
</select>

									<select name="end_day">
{$end_days}
</select>

Zeile 3863Zeile 3864
		</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 3885
	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 4046Zeile 4050
	</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 4081
	{$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 4095
			<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 4111
	{$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 4940Zeile 4944
</fieldset>
<br />]]></template>
<template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template>

</fieldset>
<br />]]></template>
<template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template>

		<template name="member_profile_contact_details" version="1822"><![CDATA[<br />

		<template name="member_profile_contact_details" version="1839"><![CDATA[<br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 30%;" />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 30%;" />

Zeile 4951Zeile 4955
	{$website}
{$sendemail}
{$sendpm}

	{$website}
{$sendemail}
{$sendpm}

	{$contact_fields['icq']}

 
	{$contact_fields['skype']}
{$contact_fields['google']}
</table>]]></template>
<template name="member_profile_contact_fields_google" version="1800"><![CDATA[<tr>
<td class="{$bgcolors['google']}"><strong>{$lang->google_id}</strong></td>
<td class="{$bgcolors['google']}">{$memprofile['google']}</td>

	{$contact_fields['skype']}
{$contact_fields['google']}
</table>]]></template>
<template name="member_profile_contact_fields_google" version="1800"><![CDATA[<tr>
<td class="{$bgcolors['google']}"><strong>{$lang->google_id}</strong></td>
<td class="{$bgcolors['google']}">{$memprofile['google']}</td>

</tr>]]></template>
<template name="member_profile_contact_fields_icq" version="1800"><![CDATA[<tr>
<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>

 
</tr>]]></template>
<template name="member_profile_contact_fields_skype" version="1823"><![CDATA[<tr>
<td class="{$bgcolors['skype']}"><strong>{$lang->skype_id}</strong></td>

</tr>]]></template>
<template name="member_profile_contact_fields_skype" version="1823"><![CDATA[<tr>
<td class="{$bgcolors['skype']}"><strong>{$lang->skype_id}</strong></td>

Zeile 5184Zeile 5183
</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>

</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>

</tr>

</tr>

<tr>
<td colspan="2">
<select name="subscriptionmethod" id="subscriptionmethod">

<tr>
<td colspan="2">
<select name="subscriptionmethod" id="subscriptionmethod">

Zeile 5407Zeile 5406
	<td colspan="2" style="display: none;" id="password_status">&nbsp;</td>
</tr>]]></template>
<template name="member_register_question" version="1821"><![CDATA[<br />

	<td colspan="2" style="display: none;" id="password_status">&nbsp;</td>
</tr>]]></template>
<template name="member_register_question" version="1821"><![CDATA[<br />

<fieldset class="trow2">

<fieldset class="trow2">

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

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

Zeile 5822Zeile 5821
		<template name="memberlist_referrals" version="1800"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&amp;sort=referrals&amp;order=descending"><strong>{$lang->referrals}</strong></a> {$orderarrow['referrals']}</span></td>]]></template>
<template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template>
<template name="memberlist_referrals_option" version="1816"><![CDATA[<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>]]></template>

		<template name="memberlist_referrals" version="1800"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&amp;sort=referrals&amp;order=descending"><strong>{$lang->referrals}</strong></a> {$orderarrow['referrals']}</span></td>]]></template>
<template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template>
<template name="memberlist_referrals_option" version="1816"><![CDATA[<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>]]></template>

		<template name="memberlist_search" version="1823"><![CDATA[<html>

		<template name="memberlist_search" version="1839"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title>
{$headerinclude}

Zeile 5857Zeile 5856
</tr>
{$contact_fields['skype']}
{$contact_fields['google']}

</tr>
{$contact_fields['skype']}
{$contact_fields['google']}

{$contact_fields['icq']}

 
<tr>
<td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>
</tr>

<tr>
<td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>
</tr>

Zeile 5873Zeile 5871
			{$referrals_option}
</select><br />
<span class="smalltext">

			{$referrals_option}
</select><br />
<span class="smalltext">

		<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />
<input type="radio" class="radio" name="order" id="order_desc" value="desc" checked="checked" /> <label for="order_desc">{$lang->order_desc}</label>

		<input type="radio" class="radio" name="order" id="order_asc" value="ascending" /> <label for="order_asc">{$lang->order_asc}</label><br />
<input type="radio" class="radio" name="order" id="order_desc" value="descending" checked="checked" /> <label for="order_desc">{$lang->order_desc}</label>

		</span>
</td>
</tr>

		</span>
</td>
</tr>

Zeile 6156Zeile 6154
		<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 6779Zeile 6777
</tr>]]></template>
<template name="modcp_banuser_lift" version="1801"><![CDATA[<div class="float_right"><a href="modcp.php?action=liftban&amp;uid={$banned['uid']}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></div>]]></template>
<template name="modcp_banuser_liftlist" version="1800"><![CDATA[<option value="{$time}"{$selected}>{$title}{$thattime}</option>]]></template>

</tr>]]></template>
<template name="modcp_banuser_lift" version="1801"><![CDATA[<div class="float_right"><a href="modcp.php?action=liftban&amp;uid={$banned['uid']}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></div>]]></template>
<template name="modcp_banuser_liftlist" version="1800"><![CDATA[<option value="{$time}"{$selected}>{$title}{$thattime}</option>]]></template>

		<template name="modcp_editprofile" version="1822"><![CDATA[<html>

		<template name="modcp_editprofile" version="1839"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>
{$headerinclude}

Zeile 6900Zeile 6898
								<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

								<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

										<tr>
<td><span class="smalltext">{$lang->icq_number}</span></td>
</tr>
<tr>
<td><input type="text" class="textbox" name="icq" size="25" value="{$user_icq}" /></td>
</tr>

 
										<tr>
<td><span class="smalltext">{$lang->skype_id}</span></td>
</tr>

										<tr>
<td><span class="smalltext">{$lang->skype_id}</span></td>
</tr>

Zeile 7343Zeile 7335
					</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 9606Zeile 9598
</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 9614
				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 9891Zeile 9883
</table>
</body>
</html>]]></template>

</table>
</body>
</html>]]></template>

		<template name="printthread_multipage" version="1800"><![CDATA[<div class="multipage">{$lang->pages} <strong>{$lang->archive_pages}</strong> {$mppage}</div>]]></template>

		<template name="printthread_multipage" version="1839"><![CDATA[<div class="multipage">{$lang->pages} {$mppage}</div>]]></template>

		<template name="printthread_multipage_page" version="1800"><![CDATA[<a href="{$url}&amp;page={$page}">{$page}</a>]]></template>
<template name="printthread_multipage_page_current" version="1800"><![CDATA[<strong>{$page}</strong>]]></template>
<template name="printthread_nav" version="1808"><![CDATA[+{$depth} {$lang->forum} {$forumnav['name']} (<i>{$mybb->settings['bburl']}/{$forumnav['link']}</i>)<br />]]></template>

		<template name="printthread_multipage_page" version="1800"><![CDATA[<a href="{$url}&amp;page={$page}">{$page}</a>]]></template>
<template name="printthread_multipage_page_current" version="1800"><![CDATA[<strong>{$page}</strong>]]></template>
<template name="printthread_nav" version="1808"><![CDATA[+{$depth} {$lang->forum} {$forumnav['name']} (<i>{$mybb->settings['bburl']}/{$forumnav['link']}</i>)<br />]]></template>

Zeile 10397Zeile 10389
</td>
</tr>
{$action_time}

</td>
</tr>
{$action_time}

<tr><td id="posts_container">

<tr><td id="posts_container">

<div id="posts">
{$message}
</div>

<div id="posts">
{$message}
</div>

Zeile 10430Zeile 10422
		<template name="private_search_results" version="1813"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">

<tr>
{$usercpnav}
<td valign="top">

<tr>
{$usercpnav}
<td valign="top">

Zeile 10528Zeile 10520
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="4">{$message}</textarea>
{$codebuttons}

<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="4">{$message}</textarea>
{$codebuttons}

</td>
</tr>

</td>
</tr>

<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_options}</strong></td>
<td class="trow1"><span class="smalltext">

<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_options}</strong></td>
<td class="trow1"><span class="smalltext">

Zeile 10538Zeile 10530
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label>
{$private_send_tracking}
</span></td>

<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label>
{$private_send_tracking}
</span></td>

</tr>

</tr>

</table>
<br />
<input type="hidden" name="action" value="do_send" />

</table>
<br />
<input type="hidden" name="action" value="do_send" />

Zeile 10548Zeile 10540
<input type="submit" class="button" name="submit" value="{$lang->send_message}" tabindex="9" accesskey="s" />
<input type="submit" class="button" name="saveasdraft" value="{$lang->save_draft}" tabindex="10" />
<input type="submit" class="button" name="preview" value="{$lang->preview}" tabindex="11" />

<input type="submit" class="button" name="submit" value="{$lang->send_message}" tabindex="9" accesskey="s" />
<input type="submit" class="button" name="saveasdraft" value="{$lang->save_draft}" tabindex="10" />
<input type="submit" class="button" name="preview" value="{$lang->preview}" tabindex="11" />

</div>
</td>
</tr>
</table>
</form>
{$footer}

</div>
</td>
</tr>
</table>
</form>
{$footer}

<script type="text/javascript">
<!--
if($("#bcc_area").length > 0 && $("#bcc").val() == "")

<script type="text/javascript">
<!--
if($("#bcc_area").length > 0 && $("#bcc").val() == "")

Zeile 10592Zeile 10584
				return 0;
}
return Math.max(1, {$mybb->usergroup['maxpmrecipients']} - $("#bcc").select2('data').length);

				return 0;
}
return Math.max(1, {$mybb->usergroup['maxpmrecipients']} - $("#bcc").select2('data').length);

		},

		},

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 10609Zeile 10601
		},
initSelection: function(element, callback) {
var query = $(element).val().replace(', ', ',');

		},
initSelection: function(element, callback) {
var query = $(element).val().replace(', ', ',');

			if (query !== "") {
var newqueries = [];
exp_queries = query.split(",");
$.each(exp_queries, function(index, value ){
if(value.replace(/\s/g, '') != "")
{
var newquery = {
id: value.replace(/,\s?/g, ", "),
text: value.replace(/,\s?/g, ", ")
};
newqueries.push(newquery);
}
});
callback(newqueries);
}
}
})
.on("change", function(e) {
if ({$mybb->usergroup['maxpmrecipients']} == 0)
{
return;
}
if (e.val.length >= {$mybb->usergroup['maxpmrecipients']})

			if (query !== "") {
var newqueries = [];
exp_queries = query.split(",");
$.each(exp_queries, function(index, value ){
if(value.replace(/\s/g, '') != "")
{
var newquery = {
id: value.replace(/,\s?/g, ", "),
text: value.replace(/,\s?/g, ", ")
};
newqueries.push(newquery);
}
});
callback(newqueries);
}
}
})
.on("change", function(e) {
if ({$mybb->usergroup['maxpmrecipients']} == 0)
{
return;
}
if (e.val.length >= {$mybb->usergroup['maxpmrecipients']})

		{
$("#bcc").select2("enable", false);

		{
$("#bcc").select2("enable", false);

		}

		}

		else
{
$("#bcc").select2("enable", true);

		else
{
$("#bcc").select2("enable", true);

Zeile 10650Zeile 10642
				return 0;
}
return Math.max(1, {$mybb->usergroup['maxpmrecipients']} - $("#to").select2('data').length);

				return 0;
}
return Math.max(1, {$mybb->usergroup['maxpmrecipients']} - $("#to").select2('data').length);

		},

		},

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 10704Zeile 10696
		<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>

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<table width="100%" border="0" align="center">

<body>
{$header}
<table width="100%" border="0" align="center">

Zeile 10766Zeile 10758
<td class="trow1" align="center">{$readmessage['profilelink']}</td>
<td class="trow2" align="right"><span class="smalltext">{$readdate}</span></td>
<td class="trow1"><input type="checkbox" class="checkbox" name="readcheck[{$readmessage['pmid']}]" value="1" /></td>

<td class="trow1" align="center">{$readmessage['profilelink']}</td>
<td class="trow2" align="right"><span class="smalltext">{$readdate}</span></td>
<td class="trow1"><input type="checkbox" class="checkbox" name="readcheck[{$readmessage['pmid']}]" value="1" /></td>

</tr>]]></template>

</tr>]]></template>

		<template name="private_tracking_readmessage_stop" version="1800"><![CDATA[<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptracking" value="{$lang->stop_tracking}" /> {$lang->selected_messages} / <a href="private.php?action=stopalltracking&amp;my_post_key={$mybb->post_code}">{$lang->stop_tracking_all}</a></strong></td>

		<template name="private_tracking_readmessage_stop" version="1800"><![CDATA[<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptracking" value="{$lang->stop_tracking}" /> {$lang->selected_messages} / <a href="private.php?action=stopalltracking&amp;my_post_key={$mybb->post_code}">{$lang->stop_tracking_all}</a></strong></td>

</tr>]]></template>

</tr>]]></template>

		<template name="private_tracking_unreadmessage" version="1800"><![CDATA[<tr>
<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/new_pm.png" alt="" /></td>
<td class="trow2">{$unreadmessage['subject']}</td>
<td class="trow1" align="center">{$unreadmessage['profilelink']}</td>
<td class="trow2" align="right"><span class="smalltext">{$senddate}</span></td>
<td class="trow1"><input type="checkbox" class="checkbox" name="unreadcheck[{$unreadmessage['pmid']}]" value="1" /></td>

		<template name="private_tracking_unreadmessage" version="1800"><![CDATA[<tr>
<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/new_pm.png" alt="" /></td>
<td class="trow2">{$unreadmessage['subject']}</td>
<td class="trow1" align="center">{$unreadmessage['profilelink']}</td>
<td class="trow2" align="right"><span class="smalltext">{$senddate}</span></td>
<td class="trow1"><input type="checkbox" class="checkbox" name="unreadcheck[{$unreadmessage['pmid']}]" value="1" /></td>

</tr>]]></template>

</tr>]]></template>

		<template name="private_tracking_unreadmessage_stop" version="1800"><![CDATA[<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->delete}" /> {$lang->selected_messages}</strong></td>
</tr>]]></template>

		<template name="private_tracking_unreadmessage_stop" version="1800"><![CDATA[<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->delete}" /> {$lang->selected_messages}</strong></td>
</tr>]]></template>

Zeile 10785Zeile 10777
		<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<tr>
<td class="thead"><strong>__title__</strong></td>

		<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<tr>
<td class="thead"><strong>__title__</strong></td>

			</tr>

			</tr>

			<tr>
<td class="trow1">__message__</td>
</tr>

			<tr>
<td class="trow1">__message__</td>
</tr>

Zeile 10864Zeile 10856
	<td class="trow1" align="left">
<select name="reason" id="report_reason">
{$reasonslist}

	<td class="trow1" align="left">
<select name="reason" id="report_reason">
{$reasonslist}

		</select>
</td>

		</select>
</td>

</tr>
<tr id="reason">
<td class="trow2">&nbsp;</td>

</tr>
<tr id="reason">
<td class="trow2">&nbsp;</td>

Zeile 11016Zeile 11008
					{$delete_button}
</div>
</form>

					{$delete_button}
</div>
</form>

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

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

		<template name="reputation_add_delete" version="1816"><![CDATA[<input type="button" class="button" name="delete" value="{$lang->delete_vote}" onclick="return MyBB.submitReputation({$user['uid']}, {$reputation_pid}, 1);" />]]></template>
<template name="reputation_add_error" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">

		<template name="reputation_add_delete" version="1816"><![CDATA[<input type="button" class="button" name="delete" value="{$lang->delete_vote}" onclick="return MyBB.submitReputation({$user['uid']}, {$reputation_pid}, 1);" />]]></template>
<template name="reputation_add_error" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">

Zeile 11275Zeile 11267
</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 11361
		</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 11479
<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 11488
	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 11508
<!-- 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 11589
			<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 11609
	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 11630
	{$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 11638
	<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 11670
{$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 13315Zeile 13302
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

	<template name="usercp_profile_contact_fields" version="1822"><![CDATA[<br />

	<template name="usercp_profile_contact_fields" version="1839"><![CDATA[<br />

<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

	{$contact_fields['icq']}

 
	{$contact_fields['skype']}
{$contact_fields['google']}
</table>

	{$contact_fields['skype']}
{$contact_fields['google']}
</table>

Zeile 13779Zeile 13765
		<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 14145
<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%",