1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 13:54:26 +03:00
ifhub.club/application/frontend/skin/developer/components/field/field.radio.tpl
2014-05-10 22:38:09 +07:00

13 lines
257 B
Smarty

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