diff --git a/docs/8.0/ayanova/docs/home-user-settings.md b/docs/8.0/ayanova/docs/home-user-settings.md index 207cf2bd..75f226d7 100644 --- a/docs/8.0/ayanova/docs/home-user-settings.md +++ b/docs/8.0/ayanova/docs/home-user-settings.md @@ -6,7 +6,12 @@ Administrators can also modify these settings on behalf of a User in the [User a ## Dark mode -This setting controls the alternative dark theme for UI display. Note that unlike the other settings on this page, this is a local device setting only to allow for different themes when working with different devices in different settings. +![dark mode](img/home-user-settings-darkmode.png) +![dark mode](img/home-user-settings-lightmode.png) + +This setting is a toggle that switches between the standard light and alternative dark theme for UI display. + +This is a local device setting only (not saved to the server) to allow for different themes when working with different devices in different settings. ## Translation @@ -16,18 +21,17 @@ If you change the language setting here you must logout and back in for the chan ## User email address -This is the email address used to send AyaNova related information to the user by the AyaNova [Notification system](home-notify-subscriptions.md). - -This setting is not required (except for notifications if used) and the default value for this setting is empty. +Optional setting for both reference purposes and also to save typing by being the default email address set in any new [Notification subscriptions](home-notify-subscriptions.md) created by this user. ## Map URL template -This setting controls which mapping provider to use for viewing addressible objects online on a map. +This setting controls which internet mapping provider to use for viewing addressible objects online on a map. + If nothing is set it will default to Google maps. AyaNova supports either geographic coordinates (latitude, longitude) or address based online mapping support. -Several online mapping providers are provided for selection in the drop down box below this field. Selecting one of these providers will automatically fill in this field with the correct (at time of release) URL to use. +Several online mapping providers are provided for selection in the drop down box below this field. Selecting one of these providers will automatically fill in this field with the correct (at time of release) URL template to use. You can also enter any url you wish in this field for specific needs not covered by the defaults. @@ -42,7 +46,7 @@ AyaNova will substitute the following tokens in the URL template before attempti `{ayaddress}` This token will be substituted with the Address fields favoring physical address fields over postal ones. The order the url is constructed from an address is Street address, city, region (state or province), country, postal code. If any of those fields are empty it will attempt to use the Postal version. -`{latitude}`, `{longitude}` These tokens will be used if filled in on the addressible objects entry form. +`{latitude}`, `{longitude}` These tokens will be used if filled in on the addressible object's entry form. Use the preset examples as a reference if making your own custom url. @@ -58,18 +62,18 @@ Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound, This _optional_ setting controls whether times are displayed and selected in 12 hour (AM/PM) format or 24 hour format. If not set it will be determined from the browser default language setting. -## User browsers standard date time input controls +## Use browsers standard date time input controls -This _optional_ setting switches between using the "Material" theme date and time picker controls or the browser's native input controls. This particular setting is _not_ stored at the server but is kept with the browser itself allowing Users to choose browser by browser the most appropriate input controls for their needs as each browser brand and platform vary widely in their support for date and time inputs. +This _optional_ setting switches between using the fixed "Material" theme date and time picker controls or the browser's native input controls. -## User color +This particular setting is _not_ stored at the server but is kept with the browser itself allowing Users to choose browser by browser the most appropriate input controls for their needs as each browser brand and platform vary widely in their support for date and time inputs. -This _optional_ setting controls some aspects of AyaNova where multiple user's data is being displayed at once to make it easier to visually distinguish between users at a glance. -One example is the Schedule form when it is displaying schedules for more than one user. +## Override browser Language code -The _default_ value is black / transparent. - -## Language code and Time Zone override - -Optional settings to override the values used by the web browser by default. These should not need to be set in most cases. +Optional settings to override the Language code used by the web browser by default. This should not need to be set in most cases. +See [Localization override](ay-start-localization.md) for details. + +## Override browser Time Zone + +Optional settings to override the Time zone from the devices default setting used by the web browser by default. This should not need to be set in most cases. See [Localization override](ay-start-localization.md) for details. diff --git a/docs/8.0/ayanova/docs/img/home-user-settings-darkmode.png b/docs/8.0/ayanova/docs/img/home-user-settings-darkmode.png new file mode 100644 index 00000000..f7dad094 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/home-user-settings-darkmode.png differ diff --git a/docs/8.0/ayanova/docs/img/home-user-settings-lightmode.png b/docs/8.0/ayanova/docs/img/home-user-settings-lightmode.png new file mode 100644 index 00000000..d4073e0f Binary files /dev/null and b/docs/8.0/ayanova/docs/img/home-user-settings-lightmode.png differ