0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
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
2013-12-22 16:50:55 +00:00
..
adminlistadmin.tpl *.lang: 2013-11-14 22:33:56 +00:00
adminlistdomain.tpl editactive.php: 2013-11-10 22:22:22 +00:00
backupwarning.tpl backup.php: 2013-10-19 18:58:59 +00:00
broadcast-message.tpl *.lang: 2013-07-29 22:08:07 +00:00
editform.tpl AliasHandler now works with edit.php in many cases 2011-12-27 18:13:32 +00:00
fetchmail.tpl delete.php: 2013-11-10 21:17:17 +00:00
flash_error.tpl flash_error.tpl: 2012-01-11 21:46:41 +00:00
footer.tpl footer.tpl: 2012-06-21 19:54:39 +00:00
header.php - accidentially deleted header.php. Needed for setup 2009-11-06 19:16:14 +00:00
header.tpl smarty.inc.php: 2013-10-19 20:12:02 +00:00
index.tpl templates/index.tpl: 2013-11-01 13:35:09 +00:00
list-virtual_alias_domain.tpl editactive.php: 2013-11-10 22:22:22 +00:00
list-virtual_alias.tpl editactive.php: 2013-11-10 22:22:22 +00:00
list-virtual_mailbox.tpl editactive.php: 2013-11-10 22:22:22 +00:00
list-virtual.tpl *.lang: 2013-07-29 22:08:07 +00:00
login.tpl *.lang: 2013-07-28 19:46:50 +00:00
main.tpl *.lang: 2013-07-28 22:51:28 +00:00
menu.tpl *.lang: 2013-07-28 22:51:28 +00:00
message.tpl message.tpl: 2011-07-25 22:19:50 +00:00
overview-get.tpl *.lang: 2013-07-29 22:08:07 +00:00
password.tpl *.lang: 2013-07-28 22:51:28 +00:00
sendmail.tpl *.lang: 2013-07-29 22:08:07 +00:00
users_edit-alias.tpl *.lang: 2013-07-29 22:08:07 +00:00
users_main.tpl As a side effect of the previous commit (r1568), we can use login.php 2013-11-11 00:13:31 +00:00
users_menu.tpl *.lang: 2013-07-28 22:51:28 +00:00
vacation.tpl vacation: 2013-12-22 16:50:55 +00:00
viewlog.tpl *.lang: 2013-07-29 22:08:07 +00:00