Commit Graph

615 Commits

Author SHA1 Message Date
f0fbdf9760 Remove extra added icons and fix globe icon in addressbook not being in svg format 2023-01-18 16:44:21 +01:00
bd3bf71305 Update group.svg
Add missing size
2023-01-13 20:01:50 +01:00
ac605595ee Update accounts.svg
Add missing size
2023-01-13 20:01:15 +01:00
c4e0368982 Add new svg icons
Add new svg icons:
accounts.svg
group.svg
personal.svg
2023-01-13 19:47:56 +01:00
115ca40737 Addressbook: Allow to choose the target addressbook when importing 2023-01-10 14:34:35 -07:00
8ec106f22b converting .xet files to new webcomponents-format 2023-01-04 11:28:10 -06:00
fefe82162e WIP converting filesystem templates to new syntax
- basically commiting what the preprocessor currently generates for the client-side
- server-side need to understand new syntax (et2-prefix and camelCase attribute-names) too
- preprocessor can now be called as cli to either echo-out the new template or replace in-place
- for now only modified edit-templates of addressbook, infolog and timesheet
- setting a new (not yet existing) DTD
2023-01-01 11:49:31 -06:00
c46ffe7f58 Add internet.svg 2022-12-22 10:44:43 +01:00
4b7e51aa37 Update addressbook icon
Add missing size
2022-11-30 22:11:20 +01:00
38dc32c364 Update addressbook icon
Size adjusted 30px => 32px, without border, lines on grid
2022-11-27 15:17:35 +01:00
fc76b1574f Change some more png icons 2022-11-16 11:56:35 +01:00
ec3e18f53f Fix 404 error caused by undefined template index.left.xet in mobile view 2022-09-27 11:25:29 +02:00
98584884b0 Fix avatar contactId attribute 2022-09-13 11:16:50 +02:00
d2634a74cc Fix CRM view's avatar 2022-09-12 10:04:25 +02:00
5bfb1b4b70 Addressbook: Swap distribution list & addressbook filter 2022-09-06 17:21:13 -06:00
342eb8461a WIP Ui: Fix dialogs getting scrollbars in initiation 2022-08-30 10:39:57 +02:00
804719bf30 remove width from country-selection to take full width and give view-selection a little more space 2022-08-24 10:53:24 +02:00
739005ad59 WIP Mobile template:
-Fix avatars in addressbook
-Fix filemanager nm header
2022-08-23 14:54:22 +02:00
bf6f50f14e Adopt buttons used in mobile template to new buttonIcon widget 2022-08-23 13:14:34 +02:00
082d6aa791 WIP Mobile template: Fix some of apps add buttons 2022-08-22 16:19:23 +02:00
61e52dd2d3 Drop pixelegg template from addressbook and filemanager 2022-08-12 12:12:15 +02:00
280bbcb827 fix xml special char > was not written as entity and causing preprocessor to fail 2022-08-08 18:37:57 +02:00
e689d0c49d Improve styling of nm header row and widgets inside 2022-08-03 10:14:52 -06:00
4d28ab392b Addressbook: Fix North American address field sizing 2022-08-02 11:04:50 -06:00
bcff7ab4dc fixing pixelegg less/css files to address images in default/images
remove no longer necessary pixelegg/images symlink to default/images
revert hint.png as the pixelegg one was never used
2022-07-31 10:49:35 +02:00
0113a93ffd move images from pixelegg to default and drop png or gif, if we have an svg 2022-07-28 17:56:34 +02:00
eedda315f8 remove old css, fix misalignment of region 2022-07-28 17:22:20 +02:00
4d026ce88c fix NM header row alignment 2022-07-28 10:27:54 +02:00
6db4327705 fix/hack NM header row styling 2022-07-27 08:48:27 +02:00
3b1921b150 fix some width/size settings, though something wired happening with Room 2022-07-21 22:36:06 +02:00
057a4559cb Remove legacy avatar class and elements 2022-07-15 13:53:33 +02:00
ed16ce52a2 Change nextmatch headers to use web components 2022-07-07 13:18:42 -06:00
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
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
3e55347b33 get AB-view selectbox in line 2022-05-03 13:11:35 +02:00
bc0b8407d2 CSS / Layout cleanup - addressbook edit 2022-04-22 15:23:37 -06:00
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
4853cefa0c Add missing icons for applications add buttons 2022-01-20 13:32:27 +01:00
f18001d15a Remove extra width applied to Addressbook avatar images 2021-12-08 11:11:22 +01:00
76d7447dab Merge branch 'master' into web-components 2021-11-01 09:37:26 -06:00
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
d944372e14 Change some more menulists into selects 2021-09-17 10:05:11 -06:00
5e2995234b fix double class attribute in menulist and menupopup by using select 2021-09-16 21:03:01 +02:00
2612d75e03 Fix broken avatar in Addressbook edit dialog 2021-05-18 16:59:45 +02:00
166718a22c remove config allowing to immediately delete contacts (as it's required for sync) 2021-05-18 14:02:51 +02:00
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
a8f11ca1b7 Some mobile Ui improvements 2021-03-04 16:30:01 +01:00
f6aad0cd46 allow to filter by (not) shared and add groups to shared-with filter 2020-11-04 16:05:41 +01:00
e842cde370 Fix some more styling issues 2020-11-04 11:43:42 +01:00
c4a9a97246 Fix styling of CRV view's close button 2020-11-04 10:56:07 +01:00