admin-project-create: form stylized (part 1)
This commit is contained in:
@ -12,9 +12,7 @@ div.content-box__info
|
||||
naked
|
||||
)
|
||||
|
||||
h1 New project
|
||||
|
||||
p.center Here you can create a new project according to your interests, what you want to share, etc.
|
||||
h1.centered New project
|
||||
|
||||
sib-form.block(
|
||||
data-src=`${endpoints.projects}`
|
||||
@ -22,34 +20,49 @@ div.content-box__info
|
||||
fields='line-1(customer.name, name), line-2(customer.logo), line-3(project.description), line-4(businessProvider.name, businessProvider.fee), line-5(customer.companyRegister), line-6(customer.address), line-7(customer.firstName, customer.lastName), line-8(customer.role), line-9(customer.email, customer.phone), line-10(captain)'
|
||||
|
||||
label-customer.name='Customer\'s name*'
|
||||
class-customer.name='form-label is-light is-half-width'
|
||||
|
||||
label-name='Project\'s name*'
|
||||
class-name='form-label is-light is-half-width'
|
||||
|
||||
label-customer.logo='Customer\'s logo'
|
||||
class-customer.logo='form-label is-light is-half-width'
|
||||
|
||||
label-description='Project description'
|
||||
widget-description='sib-form-textarea'
|
||||
label-project.description='Project description'
|
||||
class-project.description='form-label is-light is-full-width'
|
||||
widget-project.description='sib-form-textarea'
|
||||
|
||||
label-businessProvider.name='Business provider*'
|
||||
class-businessProvider.name='form-label is-light is-half-width'
|
||||
|
||||
label-businessProvider.fee='Amount of the contribution'
|
||||
class-businessProvider.fee='form-label is-light is-half-width'
|
||||
|
||||
label-customer.companyregister='Company register'
|
||||
class-customer.companyregister='form-label is-light is-half-width'
|
||||
|
||||
label-customer.address='Address'
|
||||
class-customer.address='form-label is-light is-full-width'
|
||||
widget-customer.address='sib-form-textarea'
|
||||
|
||||
label-customer.firstName='Name of the contact'
|
||||
class-customer.firstName='form-label is-light is-half-width'
|
||||
|
||||
label-customer.lastName='Firstname of the contact'
|
||||
class-customer.lastName='form-label is-light is-half-width'
|
||||
|
||||
label-customer.role='Role within the company'
|
||||
class-customer.role='form-label is-light is-half-width'
|
||||
|
||||
label-customer.email='Email'
|
||||
class-customer.email='form-label is-light is-half-width'
|
||||
|
||||
label-customer.phone='Phone'
|
||||
class-customer.phone='form-label is-light is-half-width'
|
||||
|
||||
range-captain=`${endpoints.users}`
|
||||
class-captain='member-select form-label is-light is-half-width'
|
||||
widget-captain='sib-form-auto-completion'
|
||||
|
||||
next='admin-project-list'
|
||||
|
||||
|
Reference in New Issue
Block a user