Commit Graph

6 Commits (fc50224284aa035aea5228c2251fe79f84ec60be)

Author SHA1 Message Date
David Goodwin 2c9f5e0876 create-alias-domain.php: fix undefined variables
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@631 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
Christian Boltz 41d5ee4ecb create-alias-domain.php:
- filter available alias and target domains (and print an error message
  if none is available)
- print success message via flash_info, not inside the form and do a
  redirect afterwards. We would have to update the list of domains
  available for aliasing otherwise.
- added vim: settings
 
templates/create-alias-domain.php:
- hide form if no domains are available for aliasing
- move logic of skipping non-available domains to /create-alias-domain.php
- added vim: settings

templates/list-virtual.php:
- show "create alias domain" link (only) if it makes sence (not perfect
  yet, but better than before)
- don't create empty <div> etc. if domain has no mailboxes
- intentionally skipped most whitespace fixes (added a comment instead),
  they would make the patch unreadable

languages/*:
- additional error message for alias domains: 'All domains are already 
  aliased.'


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@422 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz be3db620f8 create-alias-domain.php:
- fix syntax error


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@421 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz 5fa76d73d9 config.inc.php + all files related to alias domains
- added $CONF['alias_domain'] switch to disable alias domains
  (includes lots of whitespace changes in list-virtual.php)

functions.php:
- added some comments to boolconf()


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@419 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz 0f836d1236 create-alias-domain.php:
- fixed a comment
- enabled SVN $Id expansion


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@368 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin 0c4ea746b8 oops, missed this one -thanks cboltz
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@366 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago