* ajusted views of module product.

This commit is contained in:
Catouse
2014-03-21 11:42:03 +08:00
parent 9292b7eb01
commit b08e0446bf
4 changed files with 161 additions and 157 deletions

View File

@@ -428,7 +428,7 @@ EOT;
* @access public
* @return string the submit button tag.
*/
public static function submitButton($label = '', $misc = '', $class = '')
public static function submitButton($label = '', $misc = '', $class = 'btn-primary')
{
if(empty($label))
{