* changed css names.

* added method 'setSyncTrigger' in 'my.full.js'.
This commit is contained in:
Catouse
2014-03-26 15:44:57 +08:00
parent 86b1296734
commit aa96761a82
24 changed files with 133 additions and 75 deletions
+1 -1
View File
@@ -939,7 +939,7 @@ class bug extends control
$bugs = $this->bug->getUserBugPairs($account);
if($id) die(html::select("bugs[$id]", $bugs, '', 'class="select-1 f-left"'));
die(html::select('bug', $bugs, '', 'class=select-1'));
die(html::select('bug', $bugs, '', 'class=form-control'));
}
/**