* updated zui.

* removed resize component from jquery/lib.js.
 * added type attribute to the button in 'printicon' of 'common/control'.
This commit is contained in:
Catouse
2014-05-04 11:12:46 +08:00
parent 117192a4b8
commit 1ab9a28455
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ class common extends control
{
if($type == 'list')
{
echo "<button class='disabled btn-icon $extraClass'><i class='$class' title='$title' $misc></i></button>";
echo "<button type='button' class='disabled btn-icon $extraClass'><i class='$class' title='$title' $misc></i></button>";
}
}
}
-10
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long