bugfix: Display help text as label and not value
This commit is contained in:
parent
9de00c1f25
commit
b5967061e5
@ -28,15 +28,15 @@ div.content-box__info.flex
|
||||
label-name=''
|
||||
label-subtitle=''
|
||||
label-description=''
|
||||
value-help=''
|
||||
label-help=''
|
||||
|
||||
widget-status='hubl-status'
|
||||
widget-description='solid-form-textarea-label'
|
||||
widget-help='solid-display-value'
|
||||
widget-help='solid-form-hidden-label'
|
||||
|
||||
next='circle'
|
||||
|
||||
submit-button=''
|
||||
|
||||
data-trans='label-status=circle.create.labelStatus;label-name=circle.create.labelName;label-description=circle.create.labelDescription;submit-button=circle.create.buttonSubmit;label-subtitle=circle.create.labelSubtitle;value-help=circle.create.descriptionHelp'
|
||||
data-trans='label-status=circle.create.labelStatus;label-name=circle.create.labelName;label-description=circle.create.labelDescription;submit-button=circle.create.buttonSubmit;label-subtitle=circle.create.labelSubtitle;label-help=circle.create.descriptionHelp'
|
||||
)
|
||||
|
@ -33,8 +33,8 @@ div.content-box__info.flex
|
||||
label-description=''
|
||||
widget-description='solid-form-textarea-label'
|
||||
class-description='form-label is-light input-text-like'
|
||||
value-help=''
|
||||
widget-help='solid-display-value'
|
||||
label-help=''
|
||||
widget-help='solid-form-hidden-label'
|
||||
class-help='is-small'
|
||||
|
||||
label-captain=''
|
||||
@ -48,5 +48,5 @@ div.content-box__info.flex
|
||||
|
||||
submit-button=''
|
||||
|
||||
data-trans='label-status=project.create.labelStatus;label-customer.name=project.create.labelCustomer;label-name=project.create.labelName;label-captain=project.create.labelCaptain;submit-button=project.create.buttonSubmit;label-description=project.create.labelDescription;value-help=project.create.descriptionHelp'
|
||||
data-trans='label-status=project.create.labelStatus;label-customer.name=project.create.labelCustomer;label-name=project.create.labelName;label-captain=project.create.labelCaptain;submit-button=project.create.buttonSubmit;label-description=project.create.labelDescription;label-help=project.create.descriptionHelp'
|
||||
)
|
||||
|
@ -36,7 +36,7 @@ div.content-box__info
|
||||
label-description=''
|
||||
label-subtitle=''
|
||||
label-status=''
|
||||
value-help=''
|
||||
label-help=''
|
||||
|
||||
class-name='form-label is-light is-half-width input-text-like'
|
||||
class-owner='form-label is-light is-half-width member-select color'
|
||||
@ -47,7 +47,7 @@ div.content-box__info
|
||||
|
||||
widget-status='hubl-status'
|
||||
widget-description='solid-form-textarea-label'
|
||||
widget-help='solid-display-value'
|
||||
widget-help='solid-form-hidden-label'
|
||||
widget-owner='solid-form-dropdown-autocompletion-label'
|
||||
|
||||
partial=''
|
||||
@ -55,7 +55,7 @@ div.content-box__info
|
||||
submit-button='Enregistrer'
|
||||
next='circle-information'
|
||||
|
||||
data-trans='label-name=circle.edit.labelStatus;label-name=circle.edit.labelName;label-owner=circle.edit.labelOwner;label-description=circle.edit.labelDescription;submit-button=circle.edit.buttonSubmit;label-subtitle=circle.edit.labelSubtitle;value-help=circle.edit.descriptionHelp;label-status=circle.edit.labelStatus'
|
||||
data-trans='label-name=circle.edit.labelStatus;label-name=circle.edit.labelName;label-owner=circle.edit.labelOwner;label-description=circle.edit.labelDescription;submit-button=circle.edit.buttonSubmit;label-subtitle=circle.edit.labelSubtitle;label-help=circle.edit.descriptionHelp;label-status=circle.edit.labelStatus'
|
||||
)
|
||||
|
||||
h2(data-trans='circle.edit.subTitle')
|
||||
|
@ -37,8 +37,8 @@ div.content-box__info
|
||||
label-description='',
|
||||
widget-description='solid-form-textarea-label'
|
||||
class-description='form-label is-light input-text-like'
|
||||
value-help=''
|
||||
widget-help='solid-display-value'
|
||||
label-help=''
|
||||
widget-help='solid-form-hidden-label'
|
||||
class-help='is-small'
|
||||
|
||||
partial=""
|
||||
@ -46,7 +46,7 @@ div.content-box__info
|
||||
submit-button='Enregistrer'
|
||||
next='project-information'
|
||||
|
||||
data-trans='label-name=project.edit.labelName;label-customer.name=project.edit.labelCustomer;submit-button=project.edit.buttonSubmit;label-description=project.edit.labelDescription;value-help=project.edit.descriptionHelp'
|
||||
data-trans='label-name=project.edit.labelName;label-customer.name=project.edit.labelCustomer;submit-button=project.edit.buttonSubmit;label-description=project.edit.labelDescription;label-help=project.edit.descriptionHelp'
|
||||
)
|
||||
|
||||
h2(data-trans='project.edit.subTitle')
|
||||
|
Loading…
Reference in New Issue
Block a user