* 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:
@@ -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>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-10
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user