* ajust style of module menu and feature bar.

This commit is contained in:
Catouse
2013-09-17 09:53:56 +08:00
parent d5ef11b22f
commit c9b01af26c
21 changed files with 1041 additions and 75 deletions
+1 -1
View File
@@ -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>&nbsp;{$lang->project->byQuery}</a></span> ";
?>
</div>
<div class='f-right'>