This is one of several things I discovered while working on #6596 that I would like us to fix. Splitting it here, to avoid scope creep in the other issue.
Specifically in the "Regional settings" page at admin/config/regional/settings, in the "Time zones" fieldset, we need to do the following:
Remove periods from checkbox labels (we only add periods to field descriptions - not in labels)
Add #indentation to all elements that are shown/hidden via #states when their parent "Users may set their own time zone" checkbox is clicked.
Consolidate the duplicated Only applied if users may set their own time zone. description.
This is one of several things I discovered while working on #6596 that I would like us to fix. Splitting it here, to avoid scope creep in the other issue.
Specifically in the "Regional settings" page at
admin/config/regional/settings
, in the "Time zones" fieldset, we need to do the following:#indentation
to all elements that are shown/hidden via#states
when their parent "Users may set their own time zone" checkbox is clicked.Only applied if users may set their own time zone.
description.