* change the theme of button for web app.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-05 07:33:42 +00:00
parent c767e3fbbc
commit ade8be2b66
+1 -1
View File
@@ -300,7 +300,7 @@ class common extends control
{
if($app->getViewType() == 'mhtml')
{
echo html::a($link, $title, $target, "class='$extraClass' data-role='button' data-mini='true' data-inline='true' data-theme='b'", true);
echo html::a($link, $title, $target, "class='$extraClass' data-role='button' data-mini='true' data-inline='true' ", true);
return;
}
if($type == 'button')