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.
postfixadmin/templates
Christian Boltz 8c139c95d6 vacation:
restrict reply type to a list of options ($CONF[vacation_choice_of_reply]),
remove input field for custom interval


config.inc.php:
- change $CONF['vacation_choice_of_reply'] to [seconds] => [$PALANG label]
  (note: reply to every mail is commented by default because it can be
  annoying. Admins will have to explicitely add/enable it in their config.)
- remove $CONF[vacation_replytype_default]
- update comment about dovecot:* for $CONF[encrypt]

*.lang:
- add texts for reply types

VacationHandler.php:
- remove reply_type at various places
- set_away(): remove reply_type from list of function parameters

templates/vacation.tpl:
- update reply type dropdown for the changed $CONF['vacation_choice_of_reply']
- remove the input fields for custom reply delay

vacation.php:
- restrict reply type to a list of options ($CONF[vacation_choice_of_reply])
- if vacation is disabled, but old values are stored in the database,
  change the activeFrom and activeUntil date to today to avoid users
  have to scroll through the calendar a lot

xmlrpc.php:
- update set_away() call to match the removed parameter

upgrade.php:
- comment out upgrade_1345_mysql() which created the reply_type and 
  interval_time fields in the vacation table in mysql
- add upgrade_1610() to add the vacation.interval_time field


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1610 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
..
adminlistadmin.tpl *.lang: 11 years ago
adminlistdomain.tpl editactive.php: 11 years ago
backupwarning.tpl backup.php: 11 years ago
broadcast-message.tpl *.lang: 11 years ago
editform.tpl AliasHandler now works with edit.php in many cases 13 years ago
fetchmail.tpl delete.php: 11 years ago
flash_error.tpl flash_error.tpl: 13 years ago
footer.tpl footer.tpl: 12 years ago
header.php - accidentially deleted header.php. Needed for setup 15 years ago
header.tpl smarty.inc.php: 11 years ago
index.tpl templates/index.tpl: 11 years ago
list-virtual.tpl *.lang: 11 years ago
list-virtual_alias.tpl editactive.php: 11 years ago
list-virtual_alias_domain.tpl editactive.php: 11 years ago
list-virtual_mailbox.tpl editactive.php: 11 years ago
login.tpl *.lang: 11 years ago
main.tpl *.lang: 11 years ago
menu.tpl *.lang: 11 years ago
message.tpl message.tpl: 13 years ago
overview-get.tpl *.lang: 11 years ago
password.tpl *.lang: 11 years ago
sendmail.tpl *.lang: 11 years ago
users_edit-alias.tpl *.lang: 11 years ago
users_main.tpl As a side effect of the previous commit (r1568), we can use login.php 11 years ago
users_menu.tpl *.lang: 11 years ago
vacation.tpl vacation: 11 years ago
viewlog.tpl *.lang: 11 years ago