mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Expanding the plugin-builder to generate addons. (work-in-progress)
This commit is contained in:
@@ -2514,7 +2514,7 @@ class e_form
|
||||
|
||||
$include = (deftrue("FONTAWESOME")) ? "data-loading-icon='fa-spinner' data-disable='true'" : "";
|
||||
|
||||
|
||||
|
||||
return "
|
||||
<button ".$include." type='{$btype}' name='{$name}' value='{$value}'".$this->get_attributes($options, $name)."><span>{$label}</span></button>
|
||||
";
|
||||
|
Reference in New Issue
Block a user