0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/templates
John Fawcett 668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name
is "smtp_active". This enables use of this flag instead of active flag for postfix
mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] =
YES or NO, which defaults to NO, providing the existing behaviour. When set to YES
the active_smtp field is displayed in the edit mode and can be modified.
The commit includes update to the language files and documentation.

The commit does not include the code to add the field to existing installs,
which I presume can be added during the release cycle in upgrade.php along the
lines of:

_db_add_field('mailbox',  'smtp_active', 'int DEFAULT 1');
2024-01-09 20:50:49 +01:00
..
app-passwords.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
backupwarning.tpl backup.php: 2013-10-19 18:58:59 +00:00
broadcast-message.tpl move the bootstrap theme to be the default 2020-09-28 20:32:57 +01:00
editform.tpl Add Alert() about illegal character in username 2023-09-26 15:27:24 +02:00
flash_error.tpl Remove unnecessary <br>'s 2021-06-16 15:37:21 -03:00
footer.tpl hide footer version number unless logged in - see https://github.com/postfixadmin/postfixadmin/issues/517 2021-07-19 20:58:48 +01:00
header.php Favicon config and ru_lang: 2019-10-19 18:33:18 +03:00
header.tpl replace jquery 1.12.4 with 3.7.0 - see #734 2023-06-13 11:06:43 +01:00
index.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
list-virtual_alias_domain.tpl list-virtual_alias_domain: 2015-10-02 18:52:17 +00:00
list-virtual_alias.tpl Use list.tpl to display the alias list 2015-04-06 22:09:18 +00:00
list-virtual_mailbox.tpl Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
list-virtual.tpl manual merge of fix from https://github.com/postfixadmin/postfixadmin/issues/404 2020-12-24 10:46:07 +00:00
list.tpl perhaps fix issue with url encoding - see #705 2023-12-23 16:28:00 +00:00
login-mfa.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
login.tpl glyphicon icons 2022-03-17 10:15:42 +02:00
main.tpl Add Domain Key handling 2022-06-23 20:40:06 +02:00
menu.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
password-change.tpl Disable autocompletion when changing user password 2021-06-16 16:39:24 -03:00
password-recover.tpl fix labels not showing on password-change and password-recover pages; remove table layout; update bootstrap stuff 2021-01-26 19:20:44 +00:00
password.tpl Disable autocompletion when changing user password 2021-06-16 16:39:24 -03:00
sendmail.tpl glyphicon icons 2022-03-17 10:19:09 +02:00
totp-exceptions.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
totp.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
users_edit-alias.tpl update templates - use A link for cancel buttons, use button for submit, space buttons 2021-01-26 19:23:48 +00:00
users_main.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
users_menu.tpl manaul merge in of verdigado:master (see #753) (MFA/TOTP support) 2023-12-23 17:05:52 +00:00
vacation.tpl remove readonly attribute from user vacation page - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5 2021-05-13 13:07:36 +01:00
viewlog.tpl Update viewlog.tpl 2022-01-12 10:44:54 +02:00