ralf
6db4327705
fix/hack NM header row styling
2022-07-27 08:48:27 +02:00
ralf
3b1921b150
fix some width/size settings, though something wired happening with Room
2022-07-21 22:36:06 +02:00
Hadi Nategh
057a4559cb
Remove legacy avatar class and elements
2022-07-15 13:53:33 +02:00
nathan
ed16ce52a2
Change nextmatch headers to use web components
2022-07-07 13:18:42 -06:00
ralf
f2e20eddba
fix addressbook edit for new Et2SelectCountry&State:
...
- using allowFreeEntries for custom country-names and storing, as before, region-name not the -code
- also fix flags to show nothing for custom / free country-names
Not entirely happy about it, but not willing to spend/waste more time on this tiny feature
2022-06-23 10:06:01 +02:00
ralf
96109e0f26
Several account or contact edit fixes
...
- fix no groups were selected (as they have numeric values)
- fix size of country and state selection
- WIP adding flags to select-country
- WIP fixing selecting a country set country_code for state selection
2022-06-18 15:06:50 +02:00
ralf
3e55347b33
get AB-view selectbox in line
2022-05-03 13:11:35 +02:00
nathan
bc0b8407d2
CSS / Layout cleanup - addressbook edit
2022-04-22 15:23:37 -06:00
nathan
e3be42721e
Fix Et2Image did not double-transform src for as legacy image did
...
eg:
if $content[0][type] = "group"
${row}[type] => "0[type]" (single transform)
0[type] => "group" (double transform)
Also, fix type from addressbook list to not need double-transform
2022-04-11 15:03:24 -06:00
Hadi Nategh
4853cefa0c
Add missing icons for applications add buttons
2022-01-20 13:32:27 +01:00
Hadi Nategh
f18001d15a
Remove extra width applied to Addressbook avatar images
2021-12-08 11:11:22 +01:00
nathan
76d7447dab
Merge branch 'master' into web-components
2021-11-01 09:37:26 -06:00
nathan
d9ae364595
Addressbook: fix name / organisation column disappeared after several column changes
...
last_link & next_link values would be included in validated results, and the build up of empty rows would trigger the row repeat client side and nextmatch would read the wrong row somehow.
2021-10-25 14:33:13 -06:00
nathan
d944372e14
Change some more menulists into selects
2021-09-17 10:05:11 -06:00
Ralf Becker
5e2995234b
fix double class attribute in menulist and menupopup by using select
2021-09-16 21:03:01 +02:00
Hadi Nategh
2612d75e03
Fix broken avatar in Addressbook edit dialog
2021-05-18 16:59:45 +02:00
Ralf Becker
166718a22c
remove config allowing to immediately delete contacts (as it's required for sync)
2021-05-18 14:02:51 +02:00
Ralf Becker
197a6348a9
fix not working extended search after by PHP 8 required rename of the methode from search to extSearch
2021-04-06 10:54:48 +02:00
Hadi Nategh
a8f11ca1b7
Some mobile Ui improvements
2021-03-04 16:30:01 +01:00
Ralf Becker
f6aad0cd46
allow to filter by (not) shared and add groups to shared-with filter
2020-11-04 16:05:41 +01:00
Hadi Nategh
e842cde370
Fix some more styling issues
2020-11-04 11:43:42 +01:00
Hadi Nategh
c4a9a97246
Fix styling of CRV view's close button
2020-11-04 10:56:07 +01:00
Hadi Nategh
a1170ab939
Add close button into CRM view
2020-11-03 16:21:35 +01:00
Ralf Becker
a3b17c5db7
display shared-with in addressbook column and allow to use it as filter
2020-11-02 12:05:13 +01:00
Ralf Becker
e98e91b9f3
give explicit select-options priority over querying accounts via link-widget, fixes not displayed addressbook for sharing
2020-11-02 09:09:46 +01:00
Ralf Becker
47da0f9bf8
* Addressbook: allow to configure sending fax via email by replacing the number with an email address
2020-10-28 13:30:28 +01:00
Ralf Becker
ff91be903a
sharing ACL: need explicit new ACL or edit rights, to share into an addressbook
2020-10-15 13:03:14 +02:00
Ralf Becker
66c59a19f9
allow to select group-addressbooks
2020-10-14 08:48:42 +02:00
Ralf Becker
1f7ce98c50
WIP contact sharing
2020-10-13 16:54:35 +02:00
Hadi Nategh
7f4535cf1d
WIP multitabs and CRM view
2020-09-30 13:19:36 +02:00
Hadi Nategh
9cf0724420
Add a css class to style crm view sidebox
2020-09-29 10:39:39 +02:00
Hadi Nategh
028ff4edcb
WIP multitabs: Use specific id for each crm view
2020-09-28 15:46:04 +02:00
nathangray
ff35f58f73
Change addressbook group / template on client side, not server side
...
Fixes the issue where the nextmatch_controller is part of the context for the request, but the first thing set_template() does when the server tells the nextmatch to change the template is destroy the controller. This means that when the data is parsed, the context is missing or damaged.
2020-08-07 13:18:41 -06:00
nathangray
d89b92f27b
* Addressbook: Add selectbox for addressbook to Add distribution list dialog
2020-05-22 11:58:27 -06:00
Ralf Becker
50f7bdb112
additionally add private mobile phone to addressbook list
2020-03-24 09:26:23 +01:00
Hadi Nategh
5a1fbe7049
Use letter avatar when user have no personal avatar is set in addressbook
2019-10-15 14:06:33 +02:00
nathangray
e8a9026253
Addressbook: Site configuration improvements from Birgit
2019-10-11 13:16:36 -06:00
nathangray
a32c99154c
Addressbook: add translation & change widget for 'Load custom fields in index...' config
2019-10-09 14:44:25 -06:00
nathangray
87978868e4
Addressbook: Revert accidental changes to index.xet
2019-10-07 14:18:24 -06:00
nathangray
183955c97c
* Addressbook: Add site configuration to always load certain custom fields, allows for single customfields in custom list templates
2019-10-07 14:16:04 -06:00
Hadi Nategh
12eb1e9d24
* Addressbook: fix issue of avatar edit is disabled even though user has enough rights to edit it.
2019-10-02 12:53:02 +02:00
Hadi Nategh
0a0a5ec60b
Apply advanced-search svg icon
2019-10-01 10:15:41 +02:00
Ralf Becker
4d22932c7f
fix for Chrome 76+ on Windows (clicking addressbook filters makes them jumpt down)
2019-09-25 13:15:01 +02:00
Hadi Nategh
b8274fb083
Don't let the AB nm filter selectboxes getting bigger than 30% of total size
2019-09-25 11:56:19 +02:00
Hadi Nategh
950c00fadc
Let browser deal with width, fix issue of nm header jumps down on hover action
2019-09-23 10:21:30 +02:00
nathangray
5c9678999c
Addressbook - make type selectbox a little wider
2019-09-09 16:23:55 -06:00
Hadi Nategh
7e96f98505
Fix fullwidth issue in AB edit dialog
2019-05-02 11:53:16 +02:00
nathangray
befac35e0b
Add category override for addressbook vcard & infolog ical import
2019-04-23 16:17:12 -06:00
nathangray
4308444034
Changing addressbook now reloads without validation so new policy rules can be applied
2019-04-03 15:12:40 -06:00
Hadi Nategh
f3b0362653
Remove extra navbar icons from mobile template
2019-03-21 16:43:23 +01:00