* changed css names to compatible with zui.

This commit is contained in:
Catouse
2014-03-26 11:01:19 +08:00
parent 1ff011f641
commit e94843f4e2
74 changed files with 303 additions and 296 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class productplan extends control
public function ajaxGetProductplans($productID)
{
$plans = $this->productplan->getPairs($productID);
die(html::select('plan', $plans, '', 'class=select-3'));
die(html::select('plan', $plans, '', "class='form-control'"));
}
/**