GeneralForm: reorganize use definitions

This commit is contained in:
Thomas Gelf 2014-06-24 21:53:44 +02:00
parent eccfb9b6bc
commit 4199e642ef

View File

@ -30,15 +30,15 @@
namespace Icinga\Form\Config; namespace Icinga\Form\Config;
use \DateTimeZone; use Icinga\Application\Config as IcingaConfig;
use \Zend_Config; use Icinga\Data\ResourceFactory;
use \Zend_Form_Element_Select; use Icinga\Web\Form;
use \Icinga\Application\Config as IcingaConfig; use Icinga\Util\Translator;
use \Icinga\Data\ResourceFactory; use Icinga\Web\Form\Validator\WritablePathValidator;
use \Icinga\Web\Form; use Icinga\Web\Form\Decorator\ConditionalHidden;
use \Icinga\Util\Translator; use DateTimeZone;
use \Icinga\Web\Form\Validator\WritablePathValidator; use Zend_Form_Element_Select;
use \Icinga\Web\Form\Decorator\ConditionalHidden; use Zend_Config;
/** /**
* Configuration form for general, application-wide settings * Configuration form for general, application-wide settings