icingaweb2/library/Icinga/Web/Form
Eric Lippmann e3629a7f41 Number element: Use is_numeric in favor of Zend's float validator
The float validator uses Zend_Locale which we have stripped in our vendor library thus leading to erroneous validation.
Further we'll use php-intl instead of Zend_Locale one day :)

fixes #7692
2014-11-18 10:31:40 +01:00
..
Decorator Ensure that we advance a wizard when pushing ENTER 2014-10-09 13:41:06 +02:00
Element Number element: Use is_numeric in favor of Zend's float validator 2014-11-18 10:31:40 +01:00
Validator Move the setup wizard code to a dedicated module 2014-11-10 15:11:44 +01:00
FormElement.php form: Add `FormElement' as base class for our elements 2014-10-06 10:19:05 +02:00
InvalidCSRFTokenException.php Remove license headers from all files 2014-07-15 13:43:52 +02:00