todo->periods as $period => $label):?>
user->account}&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}'")
?>
" . $lang->todo->export, '', "class='btn btn-link export'");?>
" . $lang->todo->batchCreate, '', "id='batchCreate' class='btn btn-secondary iframe' data-width='80%'", '', 'true');?>
" . $lang->todo->create, '', "id='create' class='btn btn-primary iframe' data-width='80%'", '', 'true');?>