diff --git a/library/Icinga/Web/Form/Decorator/BootstrapForm.php b/library/Icinga/Web/Form/Decorator/BootstrapForm.php deleted file mode 100644 index 89ad82780..000000000 --- a/library/Icinga/Web/Form/Decorator/BootstrapForm.php +++ /dev/null @@ -1,105 +0,0 @@ - - * @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 - * @author Icinga Development Team - * - */ -// {{{ICINGA_LICENSE_HEADER}}} - -namespace Icinga\Web\Form\Decorator; - -use Zend_Form_Decorator_Abstract; - -/** - * Decorator that styles forms in the DOM Bootstrap wants for it's forms - * - * This component replaces the dt/dd wrapping of elements with the approach used by bootstrap. - * - * Labels are drawn for all elements, except hidden, button and submit elements. If you want a - * placeholder for this elements, set the 'addLabelPlaceholder' property. This can be useful in - * cases where you want to put inputs with and inputs without labels on the same line and don't - * want buttons to 'jump' - */ -class BootstrapForm extends Zend_Form_Decorator_Abstract -{ - /** - * An array of elements that won't get a