Massive simplification of the GeneralPreferences dialog
* The purpose of this was so that we can use Zend_Form_Element decorators, which I need.
This commit is contained in:
parent
9e90e8af63
commit
c4d3a8fa62
6 changed files with 99 additions and 185 deletions
|
@ -17,6 +17,7 @@ require_once "Database.php";
|
|||
require_once "Timezone.php";
|
||||
require_once "Auth.php";
|
||||
require_once __DIR__.'/forms/helpers/ValidationTypes.php';
|
||||
require_once __DIR__.'/forms/helpers/CustomDecorators.php';
|
||||
require_once __DIR__.'/controllers/plugins/RabbitMqPlugin.php';
|
||||
|
||||
require_once (APPLICATION_PATH."/logging/Logging.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue