{$pager->recTotal}";
- echo html::a(inlink($app->rawMethod, "mode=$mode&type=assigntome"), "{$lang->my->taskMenu->assignedToMe}" . ($browseType == 'assigntome' ? $recTotalLabel : ''), '', "class='btn btn-link" . ($browseType == 'assigntome' ? ' btn-active-text' : '') . "'");
+ foreach($lang->my->featureBar[$app->rawMethod]['feedback'] as $key => $name)
+ {
+ $label = "{$name}";
+ $label .= $key == $browseType ? " {$pager->recTotal}" : '';
+ $active = $key == $browseType ? 'btn-active-text' : '';
+ echo html::a(inlink($app->rawMethod, "mode=$mode&type=$key"), $label, '', "class='btn btn-link $active'");
+ }
?>
- user->search;?>
+ user->search;?>