{include file="common/head.tpl.html" nocache="true" html5=true} {calendar->init}
{if $approve} {$lang.vacations_cmenu_approve} {/if} {if $decline} {$lang.vacations_cmenu_decline} {/if} {if $cancel} {$lang.vacations_cmenu_cancel} {/if}
{help->link name="vacation_overview_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}:
{$lang.vacations_reason}:
{if !$disable_vacation} {html->area name="notes" rows=3 cols=10 wrap=off value=$notes class="dynamic-div-content choose-select"} {else} {html->area name="notes" rows=3 cols=10 wrap=off value=$notes readonly=true class="dynamic-div-content choose-select"} {/if}
{if !$disable_vacation} {if $approve} {cssbutton->sub name="approve" string=$lang.vacations_cmenu_approve} {/if} {if $decline} {cssbutton->sub name="decline" string=$lang.vacations_cmenu_decline} {/if} {if $cancel} {cssbutton->sub name="cancel" string=$lang.vacations_cmenu_cancel} {/if} {/if} {cssbutton->link link="javascript:window.close()" string=$lang.global_cancel}
{include file="common/foot.tpl.html"}