1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/forms/form.field.hidden.tpl

8 lines
223 B
Smarty

{**
* Скрытое поле
*}
<input type="hidden"
id="{$sFieldName}"
name="{$sFieldName}"
value="{if $sFieldValue}{$sFieldValue}{else}{if $_aRequest[$sFieldName]}{$_aRequest[$sFieldName]}{/if}{/if}" />