* Adjust style.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="btn-toolbar pull-left">
|
||||
<?php
|
||||
$recTotalLabel = " <span class='label label-light label-badge'>{$pager->recTotal}</span>";
|
||||
echo "<span class='nav-title'>{$URCommon}</span>";
|
||||
echo "<span class='nav-title' style='padding-left:0px;'>{$URCommon}</span>";
|
||||
if($app->rawMethod == 'work') echo html::a(inlink($app->rawMethod, "mode=requirement&type=assignedTo&orderBy=$orderBy&recTotal=$recTotal&recPerPage=$recPerPage&pagerID=$pageID"), "<span class='text'>{$lang->my->storyMenu->assignedToMe}</span>" . ($type == 'assignedTo' && $mode == 'requirement' ? $recTotalLabel : ''), '', "class='btn btn-link" . ($type == 'assignedTo' && $mode == 'requirement' ? ' btn-active-text' : '') . "'");
|
||||
?>
|
||||
<?php if($app->rawMethod == 'contribute')
|
||||
|
||||
Reference in New Issue
Block a user