From ade8be2b66f515f95cefe964c9c88f99bd92640f Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Fri, 5 Jul 2013 07:33:42 +0000 Subject: [PATCH] * change the theme of button for web app. --- module/common/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/control.php b/module/common/control.php index ae63571bbb..cab8834933 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -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')