File size: 2.71Kb
<?xml version="1.0" encoding="utf-8"?>
<templates>
<template type="admin" title="fa_cue_option_template_locations" version_id="1010570" version_string="1.1.5"><![CDATA[<xf:formrow
label="{$option.title}"
hint="{$hintHtml}"
explain="{$explainHtml}"
html="{$listedHtml}">
<xf:checkbox>
<xf:option name="{$inputName}[visitor_menu]" selected="$option.option_value.visitor_menu">{{ phrase('fa_cue_visitor_menu') }}</xf:option>
<xf:option name="{$inputName}[fl_latestForumPost]" selected="$option.option_value.fl_latestForumPost">{{ phrase('fa_cue_forum_list_latest_forum_post') }}</xf:option>
<xf:option name="{$inputName}[fl_latestCategoryPost]" selected="$option.option_value.fl_latestCategoryPost">{{ phrase('fa_cue_forum_list_latest_category_post') }}</xf:option>
<xf:option name="{$inputName}[sr_post]" selected="$option.option_value.sr_post">{{ phrase('fa_cue_search_result_post') }}</xf:option>
<xf:option name="{$inputName}[sr_profile_post]" selected="$option.option_value.sr_profile_post">{{ phrase('fa_cue_search_result_profile_post') }}</xf:option>
<xf:option name="{$inputName}[sr_profile_post_comment]" selected="$option.option_value.sr_profile_post_comment">{{ phrase('fa_cue_search_result_profile_post_comment') }}</xf:option>
<xf:option name="{$inputName}[sr_thread]" selected="$option.option_value.sr_thread">{{ phrase('fa_cue_search_result_thread') }}</xf:option>
<xf:option name="{$inputName}[sr_resource]" selected="$option.option_value.sr_resource">{{ phrase('fa_cue_search_result_resource') }}</xf:option>
<xf:option name="{$inputName}[sr_resource_update]" selected="$option.option_value.sr_resource_update">{{ phrase('fa_cue_search_result_resource_update') }}</xf:option>
<xf:option name="{$inputName}[tl_author]" selected="$option.option_value.tl_author">{{ phrase('fa_cue_thread_list_author') }}</xf:option>
<xf:option name="{$inputName}[tl_last_post]" selected="$option.option_value.tl_last_post">{{ phrase('fa_cue_thread_list_last_post') }}</xf:option>
<xf:option name="{$inputName}[new_posts]" selected="$option.option_value.new_posts">{{ phrase('fa_cue_new_posts') }}</xf:option>
<xf:option name="{$inputName}[new_threads]" selected="$option.option_value.new_threads">{{ phrase('fa_cue_new_threads') }}</xf:option>
<xf:option name="{$inputName}[fs_latest_user]" selected="$option.option_value.fs_latest_user">{{ phrase('fa_cue_forum_stats_latest_user') }}</xf:option>
<xf:option name="{$inputName}[rl_author]" selected="$option.option_value.rl_author">{{ phrase('fa_cue_resource_list_author') }}</xf:option>
<xf:option name="{$inputName}[rv_author]" selected="$option.option_value.rv_author">{{ phrase('fa_cue_resource_view_author') }}</xf:option>
</xf:checkbox>
</xf:formrow>]]></template>
</templates>