{include file="common/head.tpl.html" html5=true}
{if $create_permission} {menubutton->click string=$lang.navigate_newproject script="window.projects.grid.$().nev()"} {/if} {menubutton->window_resizeable string=$lang.contact_add_to_proj query="op=common_objectselect&modul=3&add_to_proj=`$cid`" w_width=$smarty.const.OBJECTSELECT_WIN_WIDTH w_height=$smarty.const.OBJECTSELECT_WIN_HEIGHT title=$lang.contact_add_to_proj_title} | {html->checkbox name="contactscurrentprojects" value="1" selected=$contactscurrentprojects output=$lang.contact_currentprojects onclick="window.projects.updateFilter(this.name, this.checked ? 1 : 0)"} | {html->checkbox name="contactsclosedprojects" value="1" selected=$contactsclosedprojects output=$lang.contact_finishedprojects onclick="window.projects.updateFilter(this.name, this.checked ? 1 : 0)"} | {html->checkbox name="contactsplannedprojects" value="1" selected=$contactsplannedprojects output=$lang.contact_plannedprojects onclick="window.projects.updateFilter(this.name, this.checked ? 1 : 0)"} |