You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
create-domain.php: - rename "fField" form fields to just "field" to match the column names in the database - remove list of template and POST variables in the header - the code is self-documenting on this, one useless comment block less to maintain ;-) - rename $default to $field - matches the usage better - use $values[$key] instead $$key (this also avoids the need to fill $values before calling $handler->set) - remove some validation that is already done in DomainHandler - use $handler->set even if creating $handler results in an error to make error messages for all fields visible - set $values to defaults at the end of the file if $error == 0 (and use a foreach loop) instead of doing it for GET at the beginning and again after successful POST - remove some unused variables - various other changes edit-domain.php, templates/admin_edit-domain.tpl: - rename "fField" form fields to just "field" to match the column names in the database git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1218 a1433add-5e2c-0410-b055-b7f2511e0802 |
14 years ago | |
|---|---|---|
| .. | ||
| admin_edit-admin.tpl | 15 years ago | |
| admin_edit-domain.tpl | 14 years ago | |
| adminlistadmin.tpl | 15 years ago | |
| adminlistdomain.tpl | 15 years ago | |
| broadcast-message.tpl | 15 years ago | |
| create-alias-domain.tpl | 15 years ago | |
| edit-alias.tpl | 15 years ago | |
| edit-mailbox.tpl | 15 years ago | |
| fetchmail.tpl | 15 years ago | |
| flash_error.tpl | 15 years ago | |
| footer.tpl | 15 years ago | |
| header.php | 16 years ago | |
| header.tpl | 15 years ago | |
| index.tpl | 15 years ago | |
| list-virtual.tpl | 15 years ago | |
| list-virtual_alias.tpl | 15 years ago | |
| list-virtual_alias_domain.tpl | 15 years ago | |
| list-virtual_mailbox.tpl | 15 years ago | |
| login.tpl | 15 years ago | |
| main.tpl | 16 years ago | |
| menu.tpl | 15 years ago | |
| message.tpl | 15 years ago | |
| overview-get.tpl | 15 years ago | |
| password.tpl | 15 years ago | |
| sendmail.tpl | 15 years ago | |
| users_edit-alias.tpl | 15 years ago | |
| users_main.tpl | 15 years ago | |
| users_menu.tpl | 15 years ago | |
| vacation.tpl | 15 years ago | |
| viewlog.tpl | 15 years ago | |