mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Keep button class in a logical order e107::getForm()->button(); and admin_button() modified. Test added.
'button' has been removed when the action == 'button' in order to avoid BC css conflict. Use button[type="button"] if needed.
This commit is contained in:
@@ -189,7 +189,9 @@ class e_chart
|
||||
if(!empty($type))
|
||||
{
|
||||
$this->provider = $type;
|
||||
}
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getProvider()
|
||||
|
Reference in New Issue
Block a user