0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

378 Commits

Author SHA1 Message Date
Jan Kruis
e279c77ca5 languages/nl.lang translation from english for new function such as dkim and password
public/editactive.php			edit wrong description text it said this module is used for deleting admin domains mailbos etc
					modify templates that it is used

public/list-virtual.php			modify templates that it is used
					modify the remarks behind arguments and internal , the texteditor thought the text after this was still remark text untl is see */

public/vacation.php and
model/VacantionHandel.php		adjust date string actionFrom and activeUntil these are written in the database as e.g. 2020-10-01 15:14:00 and 2020-10-30-15:14:00
					this should be 2020-10-01 00:00:00 and 2020-10-30 23:59:59 so that it contains all day, this happens if no holiday has been set for the account yet
					when adjusting the dates, the seconds of until are set to 00 instead of 59. When the holiday is canceled and then action is taken again, the from time
					to the time when the setting is made.

templates/editform.tpl			remove blank space

templates/list-virtual_mailbox.tpl	remove indent tabs
2022-10-12 17:46:15 +02:00
Christian Boltz
4b8027e8e3
rename 'txtlarge' field type to 'txta'
... (think "textarea") to keep the field type name short.

This is a follow-up up https://github.com/postfixadmin/postfixadmin/pull/631#issuecomment-1188336564
2022-07-23 21:22:49 +02:00
Fredrik Falk
9e73025058 Add Domain Key handling 2022-06-23 20:40:06 +02:00
David Goodwin
e1286b7080 add missing styles to fetch email menu button 2022-03-25 09:17:54 +00:00
benchea dan
0bc7e7d973
check when edit 2022-03-21 16:21:50 +02:00
benchea dan
fa8be62854
checking domains when editing 2022-03-21 16:08:14 +02:00
benchea dan
f6ed8b7b96
wrong copy pate from nano 2022-03-21 15:04:19 +02:00
benchea dan
ff1751da55
Update editform.tpl 2022-03-21 13:47:38 +02:00
benchea dan
d9b74552a0
search domain 2022-03-21 13:44:26 +02:00
benchea dan
84bec3fdc1
add check box to domains 2022-03-21 10:30:25 +02:00
benchea dan
e2cfa87178
glyphicon icons 2022-03-17 10:19:09 +02:00
benchea dan
83b900531b
glyphicon icons 2022-03-17 10:17:50 +02:00
benchea dan
a691ce662e
Update index.tpl 2022-03-17 10:17:05 +02:00
benchea dan
314b35c673
glyphicon icons 2022-03-17 10:16:28 +02:00
benchea dan
b6e0b5765b
glyphicon icons 2022-03-17 10:15:42 +02:00
benchea dan
9d065ae47b
glyphicon icons 2022-03-17 10:14:40 +02:00
benchea dan
7280ee074b
glyphicon icons 2022-03-17 09:00:48 +02:00
benchea dan
537926793a
Update menu.tpl 2022-03-16 21:50:59 +02:00
benchea dan
1a17804b73
Delete maillog.tpl 2022-03-16 21:43:41 +02:00
benchea dan
ed001c9784
glyphicon icons 2022-03-15 11:50:07 +02:00
benchea dan
39c4d5b13f
glyphicon icons 2022-03-15 11:48:24 +02:00
benchea dan
bb8014e2cb
disable viewlog from main.tp 2022-03-11 11:00:59 +02:00
benchea dan
01308c413a
Update main.tpl 2022-03-11 10:41:40 +02:00
benchea dan
dffbced072
Update menu.tpl 2022-03-08 08:40:17 +02:00
benchea dan
bb8a1bc6a0
Update menu.tpl 2022-03-07 15:22:01 +02:00
benchea dan
3d95ba776b
Create maillog.tpl 2022-03-07 15:20:23 +02:00
benchea dan
951b202ff1
Update viewlog.tpl 2022-01-12 10:44:54 +02:00
benchea dan
d583cb396b
Update viewlog.tpl 2022-01-12 10:40:52 +02:00
benchea dan
cc74eca44d
Update viewlog.tpl 2022-01-12 10:36:42 +02:00
David Goodwin
b01f8ef8e2 see #497 - add minimal content security policy 2021-10-17 15:45:10 +01:00
David Goodwin
1f8fe35afa see https://github.com/postfixadmin/postfixadmin/issues/548 - from https://getbootstrap.com/docs/3.4/components/#navbar - "Context-specific usage
Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav."
2021-10-04 13:26:58 +01:00
David Goodwin
447a0ebb28 try and use up more of the page, see also #533 2021-09-12 16:59:24 +01:00
Christian Boltz
2da5dbe696
change the "Overview" button to say "Domain List" for all languages
bf5fb7af16 changed pMenu_overview from
"Overview" to "Domain List", but only for english.

This commit reverts this, and instead changes main.tpl to use
pAdminMenu_list_domain which already says "Domain List" and is
translated to all languages.
2021-07-25 12:44:31 +02:00
David Goodwin
b29551218b hide footer version number unless logged in - see https://github.com/postfixadmin/postfixadmin/issues/517 2021-07-19 20:58:48 +01:00
Unknown
5faa292cfb Allow super admins to view all logs 2021-07-05 17:13:37 -03:00
David Goodwin
17ff3ec4eb
Merge pull request #510 from gabrielfin/disable-autocomplete
Disable password autocomplete
2021-06-16 21:02:27 +01:00
David Goodwin
f25e511894
Merge pull request #509 from gabrielfin/navbar-fix
Navbar is supposed to be fixed
2021-06-16 20:41:58 +01:00
Gabriel
d9b30acd72 Disable autocompletion when changing user password 2021-06-16 16:39:24 -03:00
Gabriel
c971e25c49 Disable password autocompletion in edit forms 2021-06-16 16:32:03 -03:00
Gabriel
ac2087d8ee Fix navbar 2021-06-16 16:06:05 -03:00
Gabriel
cae183ab45 Revert "Fix bug in navbar"
This reverts commit ea3bbc727b.
2021-06-16 15:59:54 -03:00
gabrielfin
ea3bbc727b
Fix bug in navbar 2021-06-16 15:55:44 -03:00
gabrielfin
4e40927160
Remove unnecessary <br>'s 2021-06-16 15:37:21 -03:00
David Goodwin
ad342e1d67 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
Sven Strickroth
bfc7af5c8e Re-add configurable quota levels
The configurable setting seems to be accidentally removed in 68a8caac28.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 20:43:52 +02:00
David Goodwin
4f1ef668d9 stop undefined indexes etc - see https://github.com/postfixadmin/postfixadmin/issues/470 2021-03-15 20:26:21 +00:00
David Goodwin
25a5f3526f put a link to setup in the admin top menu bar 2021-01-29 21:15:09 +00:00
David Goodwin
b9b8346533 update templates - use A link for cancel buttons, use button for submit, space buttons 2021-01-26 19:23:48 +00:00
David Goodwin
92493c711e space buttons in toolbar 2021-01-26 19:22:58 +00:00
David Goodwin
c9e66527dc change to use an A link for cancel, change to <button> for submit 2021-01-26 19:21:24 +00:00