Skip to content
Snippets Groups Projects
Commit b99a476f authored by Mathias Schreiber's avatar Mathias Schreiber Committed by Anja Leichsenring
Browse files

[BUGFIX] Added missing classes to InputButton component

Removed leftover from ModuleTemplateAPI cleanup

Releases: master
Resolves: #70329
Change-Id: I8345a6d8f38dddf8d26aa5971dffab8ddf462ee3
Reviewed-on: http://review.typo3.org/43765


Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 9bba6dd5
Branches
Tags
No related merge requests found
...@@ -118,7 +118,7 @@ class InputButton extends AbstractButton implements ButtonInterface { ...@@ -118,7 +118,7 @@ class InputButton extends AbstractButton implements ButtonInterface {
$content = ' $content = '
<button name="' . <button name="' .
htmlspecialchars($this->getName()) . htmlspecialchars($this->getName()) .
'" class="' . '" class="btn btn-default btn-sm ' .
htmlspecialchars($this->getClasses()) . htmlspecialchars($this->getClasses()) .
'" value="' . '" value="' .
htmlspecialchars($this->getValue()) . htmlspecialchars($this->getValue()) .
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment