{include file="common/head.tpl.html" html5=true}
{menubutton->click string=$lang.global_new script="var menu = window.todo.TA.manager.get('contextmenu', window.todo.compat_grid._config.contextmenu.body); var item = menu.get_item('new'); window.todo.TA.exec_action(item.action, window.todo.compat_grid);"} {menubutton->click string=$lang.global_delete script="var menu = window.todo.TA.manager.get('contextmenu', window.todo.compat_grid._config.contextmenu.body); var item = menu.get_item('delete'); window.todo.TA.exec_action(item.action, window.todo.compat_grid);"} | {$lang.global_search}: | {$lang.todoedit_planned}: {$todos_hours_planned} h | {$lang.todoedit_achieved}: {$todos_hours_achieved} h | {$lang.projekt_costs}: {$todos_costs} {$CURRENCY} | {html->checkbox name="current" value="1" selected=$current output=$lang.contact_current onclick="window.todo.updateFilter(this.name, this.checked ? 1 : 0)"} | {html->checkbox name="planned" value="1" selected=$planned output=$lang.contact_planned onclick="window.todo.updateFilter(this.name, this.checked ? 1 : 0)"} | {html->checkbox name="closed" value="1" selected=$closed output=$lang.todo_closedtasks onclick="window.todo.updateFilter(this.name, this.checked ? 1 : 0)"} |