View file MMO-Hide-2.3.4/upload/src/addons/MMO/Hide/_data/templates.xml

File size: 22.92Kb
<?xml version="1.0" encoding="utf-8"?>
<templates>
  <template type="admin" title="mh_hide_option_disabled_dialog" version_id="2020670" version_string="2.2.6"><![CDATA[<xf:formrow rowtype="input"
	label="{$option.title}"
	hint="{$hintHtml}"
	explain="{{ phrase('mh_hide_allowed_tags', {'tags': mh_hide_allowed_tags() }) }}"
	html="{$listedHtml}">
	
	<div class="inputGroup">
		<xf:textarea name="{$inputName}" value="{$option.option_value}"
					rows="5"/>
	</div>
</xf:formrow>]]></template>
  <template type="admin" title="mh_hide_option_register_or_auth_dialog" version_id="2020970" version_string="2.2.9"><![CDATA[<xf:formrow rowtype="input"
	label="{$option.title}"
	hint="{$hintHtml}"
	explain="{{ phrase('mh_hide_option_register_or_auth_dialog', {'tags': mh_hide_allowed_tags() }) }}"
	html="{$listedHtml}">
	
	<div class="inputGroup">
		<xf:textarea name="{$inputName}" value="{$option.option_value}"
					rows="5"/>
	</div>
</xf:formrow>]]></template>
  <template type="admin" title="mh_hide_option_restricted_tags" version_id="2020970" version_string="2.2.9"><![CDATA[<xf:formrow rowtype="input"
	label="{$option.title}"
	hint="{$hintHtml}"
	explain="{{ phrase('mh_hide_option_restricted_tags', {'tags': mh_hide_allowed_tags() }) }}"
	html="{$listedHtml}">
	
	<div class="inputGroup">
		<xf:textarea name="{$inputName}" value="{$option.option_value}"
					rows="8"/>
	</div>
</xf:formrow>]]></template>
  <template type="admin" title="mh_hide_option_template_mhUserGroupsDefaultSortOrder" version_id="2010770" version_string="2.1.7"><![CDATA[<xf:formrow rowtype="input"
			label="{$option.title}"
			hint="{$hintHtml}"
			explain="{$explainHtml}"
			html="{$listedHtml}">
	<div class="inputPair">
		<xf:select name="{$inputName}[order]" value="{$option.option_value.order}" class="input--inline">
			<xf:option value="title">{{ phrase('title') }}</xf:option>
			<xf:option value="user_group_id">{{ phrase('mh_hide_user_group_id') }}</xf:option>
		</xf:select>
		<xf:select name="{$inputName}[direction]" value="{$option.option_value.direction}"
				   class="input--inline">
			<xf:option value="asc" label="{{ phrase('ascending') }}" />
			<xf:option value="desc" label="{{ phrase('descending') }}" />
		</xf:select>
	</div>
</xf:formrow>]]></template>
  <template type="admin" title="mh_hide_template_tag_comprassion" version_id="2020770" version_string="2.2.7"><![CDATA[<xf:radiorow name="{$inputName}" value="{$option.option_value}"
	label="{$option.title}"
	hint="{$hintHtml}"
	explain="{$explainHtml}"
	rowclass="{$rowClass}">
	
	<xf:option value="default">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_default') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_default_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_default]-->
	
	<xf:option value="MMO\Hide:HideClub">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_club') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_club_hint') }}</xf:hint>
	</xf:option>

	<!--[XF:hide_after_club]-->
		
	<xf:option value="MMO\Hide:HideDays">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_days') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_days_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_groups]-->

	<xf:option value="MMO\Hide:HideGroups">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_groups') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_groups_hint') }}</xf:hint>
	</xf:option>

	<!--[XF:hide_after_likes]-->
	
	<xf:option value="MMO\Hide:HideLikes">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_likes') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_likes_hint') }}</xf:hint>
	</xf:option>

	<!--[XF:hide_after_posts]-->
	
	<xf:option value="MMO\Hide:HidePosts">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_posts') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_posts_hint') }}</xf:hint>
	</xf:option>

	<!--[XF:hide_after_reacts]-->
	
	<xf:option value="MMO\Hide:HideReacts">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_reacts') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_reacts_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_reply]-->

	<xf:option value="MMO\Hide:HideReply">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_reply') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_reply_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_reply_and_thanks]-->
	
	<xf:option value="MMO\Hide:HideReplyAndThanks">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_reply_and_thanks') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_reply_and_thanks_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_reply_reacts]-->
	
	<xf:option value="MMO\Hide:HideReplyReacts">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_reply_reacts') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_reply_reacts_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_reply_thanks]-->
	
	<xf:option value="MMO\Hide:HideReplyThanks">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_reply_thanks') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_reply_thanks_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_thanks]-->
	
	<xf:option value="MMO\Hide:HideThanks">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_thanks') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_thanks_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_trophies]-->
	
	<xf:option value="MMO\Hide:HideTrophies">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_trophies') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_trophies_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_users]-->
	
	<xf:option value="MMO\Hide:HideUsers">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_users') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_users_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_users_exc]-->
	
	<xf:option value="MMO\Hide:HideUsersExc">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_users_exc') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_users_exc_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_users_id]-->
	
	<xf:option value="MMO\Hide:HideUsersId">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_users_id') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_users_id_hint') }}</xf:hint>
	</xf:option>
	
	<!--[XF:hide_after_users_id_exc]-->
	
	<xf:option value="MMO\Hide:HideUsersIdExc">
		<xf:label>{{ phrase('mh_hide_tag_comprassion_users_id_exc') }}</xf:label>
		<xf:hint>{{ phrase('mh_hide_tag_comprassion_users_id_exc_hint') }}</xf:hint>
	</xf:option>
	
	<xf:html>
		{$listedHtml}
	</xf:html>
</xf:radiorow>]]></template>
  <template type="email" title="mh_bb_code_hide" version_id="2020370" version_string="2.2.3"><![CDATA[<div class="quote">
	{{ phrase('mh_hidden_content') }}
</div>]]></template>
  <template type="public" title="mh_bb_code_hide" version_id="2020970" version_string="2.2.9"><![CDATA[<xf:css src="bb_code.less" />

<xf:if is="property('mhBlockType')">
	<div class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote">
		<xf:if is="{{ $visible && property('mhShowTitleInVisible') }}">
			<div class="bbCodeBlock-title">
				{$title}
			</div>
		<xf:elseif is="!$visible" />
			<div class="bbCodeBlock-title">
				{$title}
			</div>
		</xf:if>
		<xf:if is="$visible">
			<div class="bbCodeBlock-content">
				{$content}
			</div>
		</xf:if>
	</div>
<xf:else />
	<xf:css src="mh_bb_code_hide.less" />
	<div class="bbCodeBlock bbCodeBlock--{$tag} bbCodeBlock--{{ $visible ? 'visible' : 'hidden' }}">
		<xf:if is="{{ $visible && property('mhShowTitleInVisible') }}">
			<div class="bbCodeBlock-title">
				{$title}
			</div>
		<xf:elseif is="!$visible" />
			<div class="bbCodeBlock-title">
				{$title}
			</div>
		</xf:if>
		<xf:if is="$visible">
			<div class="bbCodeBlock-content">
				{$content}
			</div>
		</xf:if>
	</div>
</xf:if>]]></template>
  <template type="public" title="mh_bb_code_hide.less" version_id="2030470" version_string="2.3.4"><![CDATA[.bbCodeBlock {
	&-count {
		&--require {
			color: @xf-mhBlockRequireColor;
		}
		&--now {
			color: @xf-mhBlockNowColor;
		}
	}
	&--hidden {
		.xf-mhBlockHidden(background, border, padding, extra);
		.bbCodeBlock-title {
			.xf-mhBlockHidden(text);
		}
		.bbCodeBlock-reactions {
			display: flex;
			flex-direction: column;
			gap: 8px;
			margin-bottom: 10px;
         
			&-text {
				font-weight: 500;
			}
            
			&-buttons {
				display: flex;
				flex-wrap: wrap;
				gap: 5px;
                
				.mh-reaction-button {
					cursor: pointer;
					display: inline-flex;
					padding: 2px;
					border-radius: 3px;
                    
					&:hover {
						background-color: rgba(0,0,0,0.05);
					}
                    
					.mh-reaction-icon {
						width: 24px;
						height: 24px;
					}
				}
			}
		}
	}
	&--visible {
		.xf-mhBlockShown();
		.bbCodeBlock-title {
			.xf-mhBlockTitleShown();
		}

		.bbCodeBlock-reactions {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;

			&-text {
				font-weight: 500;
			}
            
			&-user {
				display: flex;
				align-items: center;
				gap: 5px;
			}
            
			&-label {
				font-weight: 500;
				margin-right: 4px;
			}
            
            &-icon {
				display: flex;
				align-items: center;
            }
        }
	}
	&--error {
		font-size: 120%;
		color: @xf-errorColor;
		background: @xf-errorBg;
		border-left-color: @xf-errorFeatureColor;

		&:before
		{
			color: @xf-errorFeatureColor;
		}
	}
}]]></template>
  <template type="public" title="mh_hide_auth_or_register" version_id="2010670" version_string="2.1.6"><![CDATA[<xf:css src="mh_hide_auth_or_register.less" />

<div class="block-mhhide block-mhhide--link">
	{{ phrase('mh_auth_or_register', {
		'login': link('login'),
		'register': link('register') })
	}}
</div>]]></template>
  <template type="public" title="mh_hide_auth_or_register.less" version_id="2010670" version_string="2.1.6"><![CDATA[.block-mhhide {
	margin: @xf-messagePaddingSmall 0;
	padding: @xf-messagePaddingSmall @xf-messagePadding;
	
	a,
	a:hover
	{
		.xf-linkColor();
	}
	
	&:first-child
	{
		margin-top: 0;
	}

	&:before
	{
		display: inline-block;
		.m-faBase();
		padding-right: .2em;
		font-size: 125%;
	}
	
	&.block-mhhide--link
	{ 
		.xf-mh_hide_link_from_guests_error_link(); 
	}
}]]></template>
  <template type="public" title="mh_hide_dialog" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:extension id="tag" value="hide" />

<form class="block" data-bb-code="{{ extension_value('tag') }}">
	<div class="block-container">
		<div class="block-body">
			<xf:extension id="body" />
		</div>
		<xf:submitrow submit="{{ phrase('continue') }}" id="editor_hide_submit" />
	</div>
</form>]]></template>
  <template type="public" title="mh_hide_dialog_macros" version_id="2030270" version_string="2.3.2"><![CDATA[<xf:macro id="number_row" arg-label="" arg-explain="">
	<xf:numberboxrow id="editor_hide_count"
					 value="0"
					 min="1"
					 label="{$label}"
					 explain="{$explain}"
					 required="true"/>
</xf:macro>

<xf:macro id="editor_row" arg-label="!" arg-explain="">
	<xf:textarearow id="editor_hide_text" 
					name="description" 
					autosize="true" 
					label="{$label}"
					explain="{$explain}" />
</xf:macro>]]></template>
  <template type="public" title="mh_hide_editor" version_id="2010970" version_string="2.1.9"><![CDATA[<script class="js-mhHideEditorConfig" type="application/json">
	{$mhHide|json|raw}
</script>
<xf:js src="MMO/Hide/editor.js" addon="MMO/Hide" min="1"/>]]></template>
  <template type="public" title="mh_hide_editor_dialog_club" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_club_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="club" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_club_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_days" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_days_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="days" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::number_row" 
			  arg-label="{{ phrase('mh_dialog_hide_days_label') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_days_label_explain') }}" />
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_days_content') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_days_content_explain') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_groups" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_groups_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="groups" />

<xf:css src="mh_list_columns.less" />

<xf:extension id="body">
	<xf:checkboxrow rowid="editor_hide_id_count"  
					value="{$groupPrefix.group_id}"
					label="{{ phrase('mh_dialog_hide_groups_label') }}"
					explain="{{ phrase('mh_dialog_hide_groups_label_explain') }}"
					listclass="listColumns listColumns--together mh_cols">
		<xf:hint>
			<xf:checkbox standalone="true">
				<xf:option check-all="#editor_hide_id_count" label="{{ phrase('select_all') }}" />
			</xf:checkbox>
		</xf:hint>
		
		<xf:options source="$xf.app.em.getRepository('MMO\Hide:UserGroup').getUserGroupTitlePairs()" />
	</xf:checkboxrow>
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_groups_content') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_groups_content_explain') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_hide" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_hide_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="hide" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_hide_content') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_hide_content_explain') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_likes" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_reactions_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="reactions" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::number_row" 
			  arg-label="{{ phrase('mh_dialog_hide_likes_label') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_likes_label_explain') }}" />

	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_likes_content') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_likes_content_explain') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_posts" version_id="2030270" version_string="2.3.2"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_posts_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="posts" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::number_row" 
			  arg-label="{{ phrase('mh_dialog_hide_posts_label') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_posts_label_explain') }}" />

	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_posts_content') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_posts_content_explain') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_reacts" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_reacts_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="reacts" />

<xf:css src="mh_list_columns.less" />

<xf:extension id="body">
	<xf:set var="$reactions" value="{$xf.app.em.getRepository('MMO\Hide:Reaction').getReactionTitlePairs()}" />

	<xf:checkboxrow rowid="editor_hide_id_count" listclass="listColumns mh_cols">
		<xf:hint>
			<xf:checkbox standalone="true">
				<xf:option check-all="#editor_hide_id_count" label="{{ phrase('select_all') }}" />
			</xf:checkbox>
		</xf:hint>
		<xf:foreach loop="$reactions" key="$reactionId" value="$reaction">
			<xf:set var="{$title}">
				<xf:reaction id="{$reactionId}" showtitle="true" class="reaction--inline" />
			</xf:set>
			<xf:option value="{$reactionId}" selected="{{ $reactionId === 1 ? true : false }}" label="{$title}" />
		</xf:foreach>
	</xf:checkboxrow>
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" arg-label="{{ phrase('mh_dialog_hide_reacts_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_reply" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_reply_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="reply" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::editor_row"
			  arg-label="{{ phrase('mh_dialog_hide_reply_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_replyandthanks" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_reply_and_thanks_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="replyandthanks" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_reply_and_thanks_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_replythanks" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_reply_thanks_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="replythanks" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_reply_thanks_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_thanks" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_thanks_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="thanks" />

<xf:extension id="body">	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_thanks_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_trophies" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_trophies_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="trophies" />

<xf:extension id="body">
	<xf:macro id="mh_hide_dialog_macros::number_row" 
			  arg-label="{{ phrase('mh_dialog_hide_trophies_label') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_trophies_label_explain') }}" />
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_trophies_content') }}"
			  arg-explain="{{ phrase('mh_dialog_hide_trophies_content_explain') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_users" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_users_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="users" />

<xf:extension id="body">
	<xf:textboxrow id="editor_hide_count" 
				   type="search" 
				   ac="true"
				   placeholder="{{ phrase('user_name...') }}"
				   label="{{ phrase('user_name') }}" />
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_users_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_usersexc" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_users_exc_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="usersexc" />

<xf:extension id="body">
	<xf:textboxrow id="editor_hide_count" 
				   type="search" 
				   ac="true"
				   placeholder="{{ phrase('user_name...') }}"
				   label="{{ phrase('user_name') }}" />
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_users_exc_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_usersid" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_users_id_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="usersid" />

<xf:extension id="body">
	<xf:textboxrow id="editor_hide_count"
				   label="{{ phrase('mh_dialog_hide_users_id_label') }}" 
				   explain="{{ phrase('mh_dialog_hide_users_id_label') }}" />
	
	<xf:macro id="mh_hide_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_users_id_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_hide_editor_dialog_usersidexc" version_id="2030031" version_string="2.3.0 Beta 1"><![CDATA[<xf:title>{{ phrase('mh_dialog_hide_users_exc_id_title') }} </xf:title>

<xf:extends template="mh_hide_dialog" />

<xf:extension id="tag" value="usersidexc" />

<xf:extension id="body">
	<xf:textboxrow id="editor_hide_count"
				   label="{{ phrase('mh_dialog_hide_users_id_label') }}" 
				   explain="{{ phrase('mh_dialog_hide_users_id_label') }}" />
	
	<xf:macro id="mh_hide_editor_dialog_macros::editor_row" 
			  arg-label="{{ phrase('mh_dialog_hide_users_exc_id_content') }}" />
</xf:extension>]]></template>
  <template type="public" title="mh_list_columns.less" version_id="2020870" version_string="2.2.8"><![CDATA[.mh_cols {
	&>.inputChoices-choice
	{
		padding-right: 0.5em;        
        .iconic>input
		{
			margin: 0;
		}
    }
}]]></template>
  <template type="public" title="mh_tag_hide_error_conditions" version_id="2020670" version_string="2.2.6"><![CDATA[<xf:css src="mh_bb_code_hide.less" />

<div class="bbCodeBlock bbCodeBlock--hide bbCodeBlock--error">
	<div class="bbCodeBlock-content">
		{{ $error|raw }}
	</div>
</div>]]></template>
  <template type="public" title="mh_tag_react_hidden" version_id="2030470" version_string="2.3.4"><![CDATA[<div class="bbCodeBlock-reactions">
    <div class="bbCodeBlock-reactions-text">{{ phrase('mh_tag_react.hidden') }}</div>
    <div class="bbCodeBlock-reactions-buttons">
        {{ mh_react('hideReacts', $reactions) }}
    </div>
</div>]]></template>
  <template type="public" title="mh_tag_react_visible" version_id="2030470" version_string="2.3.4"><![CDATA[<div class="bbCodeBlock-reactions bbCodeBlock-reactions--visible">
    <div class="bbCodeBlock-reactions-text">{{ phrase('mh_tag_react.visible') }}</div>
    <div class="bbCodeBlock-reactions-user">
        <span class="bbCodeBlock-reactions-label">{{ phrase('mh_tag_react.your_reaction') }}:</span>
        <span class="bbCodeBlock-reactions-icon">
			<xf:reaction id="{$reaction_id}" showtitle="true" small="true"/>
        </span>
    </div>
</div>]]></template>
</templates>