* ajust style of module menu and feature bar.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
echo html::select('groupBy', $lang->project->groups, isset($groupBy) ? $groupBy : '', "onchange='switchGroup($projectID, this.value)'");
|
||||
echo "</span>";
|
||||
|
||||
if($this->methodName == 'task') echo "<span id='bysearchTab'><a href='#'><span class='icon-search'></span>{$lang->project->byQuery}</a></span> ";
|
||||
if($this->methodName == 'task') echo "<span id='bysearchTab'><a href='#'><i class='icon-search icon icon-large'></i> {$lang->project->byQuery}</a></span> ";
|
||||
?>
|
||||
</div>
|
||||
<div class='f-right'>
|
||||
|
||||
Reference in New Issue
Block a user