my->featureBar['todo'] as $period => $label):?>
user->id}&status=undone";
$label = "$label";
$active = '';
if($period == $type)
{
$active = 'btn-active-text';
$label .= " {$pager->recTotal}";
}
echo html::a(inlink('todo', $vars), $label, '', "class='btn btn-link $active' id='{$period}'")
?>
edition != 'open' and !empty($app->user) and common::hasPriv('todo', 'calendar')):?>
", '', "class='btn btn-icon' title='{$lang->todo->calendar}' id='switchButton'");?>
", '', "class='btn btn-icon text-primary' title='{$lang->todo->list}' id='switchButton'");?>
id}&orderBy=$orderBy", 'html', true), " " . $lang->todo->export, '', "class='btn btn-link export' data-width='600px'");?>
" . (common::hasPriv('todo', 'create') ? $lang->todo->create : $lang->todo->batchCreate), '', "id='create' class='btn btn-primary iframe' data-width='80%' data-app='my'", '', 'true');?>
- createLink('todo', 'create', '', '', true), $lang->todo->create, '', "class='iframe' data-width='80%'");?>
- createLink('todo', 'batchCreate', '', '', true), $lang->todo->batchCreate, '', "class='iframe' data-width='80%'");?>