PlayStation
Заблокирован
- Сообщения
- 366
- Реакции
- 35
- Баллы
- 1,730
Nappsel, Вот как я сделал, админ
Код:
<xen:if is="{$visitor.is_admin}">
<fieldset>
<dl class="ctrlUnit">
<dt><label>{xen:phrase porta2_promotion}:</label></dt>
<dd><ul>
<li>
<label for="ctrl_article_promote"><input type="checkbox" name="article_promote" value="1" id="ctrl_article_promote" {xen:checked $autoPromote} /> {xen:phrase porta2_promote_to_article}</label>
<p class="hint">{xen:phrase porta2_promote_to_article_hint}</p>
</li>
</ul></dd>
</dl>
</fieldset>
</xen:if>