{* $Id: sidebox.tpl 2640 2006-12-06 09:27:51Z danil $ *} {literal} {/literal} {assign var="live_help_opts" value=$settings.Modules.live_help_opts} {if $live_help_opts.lh_show_status_image == "Y" || $live_help_opts.lh_show_operators_num == "Y" || $live_help_opts.lh_allow_start_chat == "Y" || $live_help_opts.lh_allow_leave_message == "Y"} {capture name="sidebox"}
{if $live_help_opts.lh_show_status_image == "Y"}
{/if} {if $live_help_opts.lh_show_operators_num == "Y"}
{$lang.lh_sidebox_total_operators}
{$lang.lh_sidebox_free_operators}
{/if} {if $live_help_opts.lh_show_status_image == "Y" && ($live_help_opts.lh_show_operators_num == "Y" || $live_help_opts.lh_allow_start_chat == "Y" || $live_help_opts.lh_allow_leave_message == "Y")}
{/if}
{if $live_help_opts.lh_allow_start_chat == "Y"}
{$lang.lh_sidebox_start_chat}
{/if} {if $live_help_opts.lh_allow_leave_message == "Y"}
{$lang.lh_sidebox_leave_message}
{/if}
{/capture} {include file="common_templates/sidebox.tpl" title=$lang.live_help content=$smarty.capture.sidebox icon="sidebox_icon_live_help.gif"} {/if}