{include file="common/head.tpl.html" html5=true}
{$lang.global_responsible_changed}
{help->link name="notificationselect" class="help-explorer"}
{$name} {$lang.date_responsible_change_message}:
{if ($oldusername != "")} {/if} {if ($newusername != "")} {/if}
{html->checkbox name="select_old" id="select_old" value="1" selected=$select_old}
{html->checkbox name="select_new" id="select_new" value="1" selected=$select_new}
{$lang.projekt_members}:
{foreach item=person from=$persons} {/foreach}
{html->checkbox name=$person.id id=$person.id checked=true value=1 selected=$person.id}
{cssbutton->sub name="save" string=$lang.global_ok style="padding:2px 14px 3px 14px"} {cssbutton->link link="javascript:window.close()" string=$lang.global_cancel}
{include file="common/foot.tpl.html"}