fix: new classes added to admin-project-create
This commit is contained in:
parent
985764874a
commit
052e325e15
@ -12,26 +12,23 @@ div.content-box__info.flex
|
|||||||
naked
|
naked
|
||||||
)
|
)
|
||||||
|
|
||||||
h1 Créer un nouveau projet
|
h1.centered Créer un nouveau projet
|
||||||
|
|
||||||
sib-form.form.button-register(
|
sib-form.form.button-register(
|
||||||
data-src=`${endpoints.projects || endpoints.post.projects}`
|
data-src=`${endpoints.projects || endpoints.post.projects}`
|
||||||
|
|
||||||
fields='status, line-1(customer.name, name), description, line-10(captain), logo'
|
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
|
||||||
|
|
||||||
label-status='Statut du canal*'
|
label-status='Statut du canal*'
|
||||||
widget-status='hubl-status'
|
widget-status='hubl-status'
|
||||||
class-status='form-label is-light is-full-width member-select color'
|
class-status='form-label is-light is-full-width'
|
||||||
|
|
||||||
label-description='Description du projet'
|
label-description='Description du projet'
|
||||||
class-description='form-label is-light is-full-width'
|
class-description='form-label is-light is-full-width input-text-like'
|
||||||
widget-description='sib-form-textarea'
|
widget-description='sib-form-textarea'
|
||||||
|
|
||||||
class-fieldset-captain='fieldset'
|
|
||||||
widget-fieldset-captain='hubl-template-project-title'
|
|
||||||
|
|
||||||
label-customer.name='Nom du client*'
|
label-customer.name='Nom du client*'
|
||||||
class-customer.name='form-label is-light is-half-width'
|
class-customer.name='form-label is-light is-half-width input-text-like'
|
||||||
|
|
||||||
label-name='Nom du projet*'
|
label-name='Nom du projet*'
|
||||||
class-name='form-label is-light is-half-width input-text-like'
|
class-name='form-label is-light is-half-width input-text-like'
|
||||||
@ -43,7 +40,7 @@ div.content-box__info.flex
|
|||||||
|
|
||||||
widget-logo="sib-form-file"
|
widget-logo="sib-form-file"
|
||||||
label-logo="Télécharger un logo"
|
label-logo="Télécharger un logo"
|
||||||
class-logo='form-label is-light is-full-width'
|
class-logo='form-label is-light select-add'
|
||||||
upload-url-logo=`${endpoints.uploads || endpoints.post.uploads}`
|
upload-url-logo=`${endpoints.uploads || endpoints.post.uploads}`
|
||||||
|
|
||||||
next='admin-project-list'
|
next='admin-project-list'
|
||||||
|
Loading…
Reference in New Issue
Block a user