1
0
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:
Cameron
2016-04-10 18:47:40 -07:00
parent 8ff02d9aa9
commit 5e862682be
4 changed files with 140 additions and 13 deletions

View File

@@ -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>
";