Text "Warning! Path Folder ..." should have same Width and Layout as Example below "Enter the language Tag ..."
Labels |
Added:
?
|
Category | ⇒ | Layout UI/UX |
Priority | Medium | ⇒ | Very low |
Status | New | ⇒ | Discussion |
In the first case it is a spacer, in the second case is it a tip/description.
I.e
<field
name="spacer1"
type="spacer"
label="COM_MEDIA_FOLDERS_PATH_LABEL"
class="text"
/>
vs
<field
name="lang_code"
type="text"
label="COM_LANGUAGES_FIELD_LANG_TAG_LABEL"
description="COM_LANGUAGES_FIELD_LANG_TAG_DESC"
maxlength="7"
required="true"
size="10"
/>
Unless some css changes are done.
For example
#component .field-spacer > .control-label {
width: auto;
}
would give
Which is more readable than the muted small font size tip.
But, we know that back-end template is WIP. So I am not going to make a PR for that.
Labels |
Added:
J4 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-06 18:17:33 |
Closed_By | ⇒ | franz-wohlkoenig |
Status | Closed | ⇒ | New |
Closed_Date | 2018-08-06 18:17:33 | ⇒ | |
Closed_By | franz-wohlkoenig | ⇒ |
Status | New | ⇒ | Discussion |
Reopened as PR is closed.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-17 04:59:04 |
Closed_By | ⇒ | franz-wohlkoenig |
Issue confirmed!