* finish task#1494.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-01 07:31:28 +00:00
parent 50d0ed0d62
commit a51164bbc2
6 changed files with 38 additions and 48 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ class common extends control
{
if($app->getViewType() == 'mhtml')
{
echo "<li>" . html::a($link, $title, $target, "class='$extraClass'", true) . "</li>";
echo html::a($link, $title, $target, "class='$extraClass' data-role='button' data-inline='true' data-theme='b'", true);
return;
}
if($type == 'button')