{include file="common/head.tpl.html" nocache="true" html5=true} {calendar->init}
{if $cancel} {$lang.vacations_cmenu_cancel} {elseif $decline} {$lang.vacations_cmenu_decline} {else} {$lang.vacations_cmenu_approve} {/if}
{help->link name="vacation_supervisorplan_win" class="help-explorer"}
{if $smarty.const.VACATION_HALF} {/if}
{$lang.vacations_start}: {calendar->input name="start" value=$start locked=1} {$lang.global_to2}: {calendar->input name="stop" value=$stop locked=1}
{$lang.vacations_halfday}: {html->checkbox name="half_start" value=1 selected=$half_start disabled="true"} {html->checkbox name="half_stop" value=1 selected=$half_stop disabled="true"}
{$lang.vacations_specialleave}:
{if $cancel || $decline}{$lang.vacations_reason}{else}{$lang.vacations_comments}{/if}:
{html->area name="notes" rows=3 cols=10 wrap=off value=$notes readonly=$disabled class="dynamic-div-content choose-select"}
{if $cancel} {cssbutton->sub name="save" string=$lang.vacations_cmenu_cancel disabled=$disabled} {elseif $decline} {cssbutton->sub name="save" string=$lang.vacations_cmenu_decline disabled=$disabled} {else} {cssbutton->sub name="save" string=$lang.vacations_cmenu_approve disabled=$disabled} {/if} {cssbutton->link link="javascript:window.close()" string=$lang.global_cancel}
{include file="common/foot.tpl.html"}