0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Christian Boltz 9b2da37d84 AliasHandler:
- setmore(): keep/(re-)add vacation and mailbox alias to goto
- hide 'goto_mailbox' if the alias does not belong to a mailbox
  (done in initStruct for $new, otherwise in init())

edit.php:
- set $form_fields and $id_field later (after $hander->init()) - needed
  for AliasHandler to decide if goto_mailbox should be displayed

With this commit, AliasHandler is feature-complete for usage with 
edit.php. We even get a "deliver to local mailbox" checkbox :-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1348 a1433add-5e2c-0410-b055-b7f2511e0802
2012-04-08 20:16:53 +00:00
..
AdminHandler.php AliasHandler now works with edit.php in many cases 2011-12-27 18:13:32 +00:00
AliasdomainHandler.php AliasdomainHandler.php, PFAHandler.php: 2011-12-26 18:27:25 +00:00
AliasHandler.php AliasHandler: 2012-04-08 20:16:53 +00:00
Config.php make Config.php a php5 compatible object; remove strict standards warnings 2011-10-24 22:24:21 +00:00
DomainHandler.php Make $struct in the *Handler classes customizeable 2011-12-20 23:07:34 +00:00
Lang.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 2011-10-17 21:47:58 +00:00
MailboxHandler.php MailboxHandler.php: 2011-10-29 22:29:16 +00:00
PFAHandler.php AliasHandler now works with edit.php in many cases 2011-12-27 18:13:32 +00:00
VacationHandler.php AliasHandler.php: 2011-12-26 20:54:40 +00:00