<{if $actionForm->get('schedule_id')}>
| <{$smarty.const._AD_RYUSBLOCKTIMER_LANG_SCHEDULE_EDIT}> |
<{else}>
<{$smarty.const._MD_RYUSBLOCKTIMER_LANG_ADD_A_NEW_SCHEDULE}> |
<{/if}>
| <{$smarty.const._MD_RYUSBLOCKTIMER_LANG_TARGET_BLOCK_ID}> |
">
<{html_options name=target_block_id options=$block_id_options selected=$actionForm->get('target_block_id')}>
|
| <{$smarty.const._MD_RYUSBLOCKTIMER_LANG_SCHEDULE_UNIXTIME}> |
">
<{html_select_date prefix="schedule_unixtime" time=$actionForm->get('schedule_unixtime') field_order=$smarty.const._AD_RYUSBLOCKTIMER_DATE_ORDER month_format=$smarty.const._AD_RYUSBLOCKTIMER_MONTH_FORMAT}>
<{html_select_time prefix="schedule_unixtime" time=$actionForm->get('schedule_unixtime') display_seconds=false}>
|
| <{$smarty.const._MD_RYUSBLOCKTIMER_LANG_VISIBLE_VALUE}> |
">
<{html_radios name=visible_value options=$visible_options checked=$actionForm->get('visible_value')}>
|