rawModule, $app->rawMethod);
foreach($menus as $menuItem)
{
$active = '';
$label = "{$menuItem->text}";
if($menuItem->name == $type)
{
$active = 'btn-active-text';
$label .= " {$pager->recTotal}";
}
echo html::a(inlink('effort', "date={$menuItem->name}"), $label, '', "class='btn btn-link $active' id='{$menuItem->name}'");
}
?>
", '', "class='btn btn-icon' title='{$lang->effort->calendar}' id='switchButton'");?>
", '', "class='btn btn-icon text-primary' title='{$lang->effort->list}' id='switchButton'");?>
user->id}&orderBy=date_asc", 'html', true), " " . $lang->effort->export, '', "class='btn btn-link export'") ?>
" . $lang->effort->create, '', "class='btn btn-primary iframe' id='batchCreate' data-width='95%'", '', true);?>