rhymix/modules/widget/tpl/header.html
ovclas d62b5d7ead issue 2745 help manual
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12388 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-12-12 10:53:52 +00:00

12 lines
580 B
HTML

<div class="x_page-header">
<h1>
{$lang->installed_widgets} <a data-admin-toggle="#help_menuName" class="x_icon-question-sign" href="./help/index.html#UMAN_advanced_installed_widget" target="_blank">도움말</a>
<span class="path" cond="$widget_info">
&gt; {$widget_info->title}
</span>
<a cond="$widget_info" href="#widgetInfo" class="x_icon-question-sign x_pull-right" data-toggle style="margin-top:15px">{$lang->help}</a>
</h1>
</div>
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>