1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/components/field/field.radio.tpl
2014-10-18 13:07:45 +07:00

13 lines
253 B
Smarty

{**
*
*}
{extends './field.tpl'}
{block 'field' prepend}
{$_mods = "$_mods checkbox"}
{/block}
{block 'field_input'}
<input type="radio" {field_input_attr_common} {if $checked}checked{else}{if $_aRequest[$name] == 1}checked{/if}{/if} />
{/block}