ui(job-offer-create): #issue89 Job-offer-create
Add and style datafields. Add a custom widget. Add styles to sib-autocompletion. Add back button. fix bug in members and project-profile pages (displaying userinfos and members of a project).
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
.frame-form
|
||||
h1 Edit your project
|
||||
p Here you can edit your projet's details
|
||||
p.form-goal Here you can edit your projet's details
|
||||
.form-view
|
||||
sib-form(
|
||||
sib-form.block(
|
||||
range-team=`${sdn}/users/`,
|
||||
range-members=`${sdn}/project-members/`,
|
||||
|
||||
@ -10,17 +10,17 @@
|
||||
set-block-team=`team, members`,
|
||||
set-block-fee=`businessProvider, businessProviderFee`,
|
||||
|
||||
'label-customer,name'='Business name',
|
||||
label-customer.name='Business name',
|
||||
label-name='Project name',
|
||||
label-description='Project description',
|
||||
'label-customer,logo'='Customer logo',
|
||||
'label-customer,companyRegister'='Company register',
|
||||
'label-customer,address'='Customer address',
|
||||
'label-customer,firstName'='Contact firstname',
|
||||
'label-customer,lastName'='Contact lastname',
|
||||
'label-customer,role'='Contact role',
|
||||
'label-customer,email'='Contact email',
|
||||
'label-customer,phone'='Contact phone',
|
||||
label-customer.logo='Customer logo',
|
||||
label-customer.companyRegister='Company register',
|
||||
label-customer.address='Customer address',
|
||||
label-customer.firstName='Contact firstname',
|
||||
label-customer.lastName='Contact lastname',
|
||||
label-customer.role='Contact role',
|
||||
label-customer.email='Contact email',
|
||||
label-customer.phone='Contact phone',
|
||||
label-businessProvider='Business provider',
|
||||
label-businessProviderFee='Fee (%)',
|
||||
label-foaf:jabberID='Chatroom id',
|
||||
|
||||
Reference in New Issue
Block a user