Sebastian
b1287d97e2
- big merge of Postfixadmin smarty into trunk
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@757 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
Christian Boltz
3a88303088
list-virtual.php
...
- do not hide "add alias" / "add mailbox" links if domain is a backup MX
(includes some whitespace changes, the "real" change removes 3 lines of code
checking for the backupmx setting)
edit-domain.php
- do not reset aliases, mailboxes and maxquota to disabled for backup MX domains
These changes should fix
https://sourceforge.net/forum/forum.php?thread_id=2897067&forum_id=676076
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@571 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
11c39af699
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
...
(ts=3 or ts=4 depending on the file content)
- several whitespace fixes
- (no code changes)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@566 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
c4c79f2651
edit-domain.php:
...
- only change transport if $CONF['transport'] is YES. Otherwise leave it
untouched (instead of changing it to $CONF['transport_default'])
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@504 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
bb840239a5
edit-domain.php: only allow valid transport definitions through
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@501 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
e39c133780
edit-domain.php: fix bug where editing a domain nukes the transport field (we actually were not checking the config field properly to see whether transport control was turned on or not; this fixes https://sourceforge.net/tracker/index.php?func=detail&aid=2378038&group_id=191583&atid=937964
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@499 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
39953d029d
rename templates to .php instead of .tpl
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@250 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Christian Boltz
1132b958e5
Finally got rid of admin/ :-)
...
- moved admin-only scripts from admin/ to /
- removed all merged files ("require('../$file')") from admin/
- changed include paths - no more admin/superadmin switching needed
- admin_menu.tpl is also gone
- removed all menu.tpl / admin_menu.tpl switches - no more needed
- admin/index.php still exists and redirects to /
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@168 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago