1
0
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:
Cameron
2021-01-28 09:36:27 -08:00
parent cdcd2d33d2
commit 296bc650a7
3 changed files with 89 additions and 18 deletions

View File

@@ -189,7 +189,9 @@ class e_chart
if(!empty($type))
{
$this->provider = $type;
}
}
return $this;
}
public function getProvider()