* ajusted views.

* fixed iframe modal method in 'my.full.js'.
This commit is contained in:
Catouse
2014-03-28 11:06:06 +08:00
parent fc322ea3cf
commit 561f39afe8
15 changed files with 275 additions and 261 deletions
+1 -1
View File
@@ -1570,7 +1570,7 @@ class project extends control
public function ajaxGetProducts($projectID)
{
$products = $this->project->getProducts($projectID);
die(html::select('product', $products, '', 'class="select-3"'));
die(html::select('product', $products, '', 'class="form-control"'));
}
/**