* @package execution
* @version $Id: index.html.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $
*/
?>
app->getModuleRoot() . '/common/view/header.html.php';?>
app->getModuleRoot() . '/common/view/sortable.html.php';?>
project->featureBar['execution'] as $label => $labelName)
{
$active = $status == $label ? 'btn-active-text' : '';
echo html::a($this->createLink('project', 'execution', "status=$label&projectID=$projectID"), '' . $labelName . ' ' . ($status == $label ? "" . (int)count($kanbanList) . '' : ''), '', "class='btn btn-link $active'");
}
?>
' . $lang->project->createKanban, '', 'class="btn btn-primary"');?>
execution->noExecution;?>
createLink('execution', 'create', "projectID=$projectID"), " " . $lang->project->createKanban, '', "class='btn btn-info' data-app='project'");?>
cookie->kanbanview) $kanbanview = $this->cookie->kanbanview;
if(!common::hasPriv('execution', $kanbanview))
{
foreach (explode('|', 'kanban|task|calendar|gantt|tree|grouptask') as $view)
{
if(common::hasPriv('execution', $view))
{
$kanbanview = $view;
break;
}
}
}
?>
$kanban):?>
id");?>'>
execution->statusList, $kanban->status);?>
name;?>
id])));?>
", '', "data-toggle='dropdown' class='btn btn-link'");?>
app->getModuleRoot() . '/common/view/footer.html.php';?>