fix: new classes added to project-edit + fixbug on table for project- and circle-edit
This commit is contained in:
parent
661f5c0f5b
commit
d70fd6dac8
@ -117,16 +117,8 @@
|
|||||||
width: 70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w262 {
|
.w162 {
|
||||||
width: 262px;
|
width: 162px;
|
||||||
}
|
|
||||||
|
|
||||||
.W152 {
|
|
||||||
width: 152px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w355 {
|
|
||||||
width: 355px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hashtag::before {
|
.hashtag::before {
|
||||||
|
@ -8,7 +8,7 @@ div.content-box__info
|
|||||||
sib-widget(name='hubl-team-template-edit')
|
sib-widget(name='hubl-team-template-edit')
|
||||||
template
|
template
|
||||||
sib-display.user-thumb.is-spaced(
|
sib-display.user-thumb.is-spaced(
|
||||||
class='w355 cell border cell-with-id-card user-thumb'
|
class='w280 cell border cell-with-id-card user-thumb'
|
||||||
data-src='${await value.user}'
|
data-src='${await value.user}'
|
||||||
fields='account.picture, sup(name, groups), sub(profile.city)'
|
fields='account.picture, sup(name, groups), sub(profile.city)'
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ div.content-box__info
|
|||||||
)
|
)
|
||||||
|
|
||||||
sib-ac-checker(
|
sib-ac-checker(
|
||||||
class='W152 cell border'
|
class='w162 cell border'
|
||||||
permission="acl:Delete"
|
permission="acl:Delete"
|
||||||
data-src="${value['@id']}"
|
data-src="${value['@id']}"
|
||||||
)
|
)
|
||||||
@ -36,7 +36,7 @@ div.content-box__info
|
|||||||
|
|
||||||
//- Only to show the table grid
|
//- Only to show the table grid
|
||||||
sib-ac-checker(
|
sib-ac-checker(
|
||||||
class='W152 cell border'
|
class='w162 cell border'
|
||||||
no-permission="acl:Delete"
|
no-permission="acl:Delete"
|
||||||
data-src="${value['@id']}"
|
data-src="${value['@id']}"
|
||||||
)
|
)
|
||||||
@ -72,7 +72,7 @@ div.content-box__info
|
|||||||
next='circle-information'
|
next='circle-information'
|
||||||
)
|
)
|
||||||
|
|
||||||
h2 Liste des membres:
|
h2 Liste des membres :
|
||||||
|
|
||||||
sib-ac-checker(permission='acl:Append', bind-resources, nested-field='members')
|
sib-ac-checker(permission='acl:Append', bind-resources, nested-field='members')
|
||||||
sib-form.block.select-add(
|
sib-form.block.select-add(
|
||||||
@ -91,8 +91,8 @@ div.content-box__info
|
|||||||
.table-wrapper
|
.table-wrapper
|
||||||
.table
|
.table
|
||||||
div.table-header.grey-color
|
div.table-header.grey-color
|
||||||
div.w355 Nom
|
div.w280 Nom
|
||||||
div.W152 Accès
|
div.w162 Accès
|
||||||
|
|
||||||
//-class='table-body'
|
//-class='table-body'
|
||||||
sib-display(
|
sib-display(
|
||||||
|
@ -9,20 +9,20 @@ div.content-box__info
|
|||||||
sib-form.form.button-register(
|
sib-form.form.button-register(
|
||||||
bind-resources
|
bind-resources
|
||||||
|
|
||||||
fields='status, block-project__info(customer.name, name), description'
|
fields='status, line-1(customer.name, name), description'
|
||||||
|
|
||||||
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 member-select color'
|
||||||
|
|
||||||
label-name='Nom du projet*'
|
label-name='Nom du projet*'
|
||||||
class-name='form-label is-light is-half-width'
|
class-name='form-label is-light is-half-width input-text-like'
|
||||||
|
|
||||||
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-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'
|
||||||
|
|
||||||
partial=""
|
partial=""
|
||||||
@ -33,7 +33,7 @@ div.content-box__info
|
|||||||
|
|
||||||
h2 Liste des membres :
|
h2 Liste des membres :
|
||||||
|
|
||||||
sib-form.block.select-add.button-add(
|
sib-form.block.select-add(
|
||||||
bind-resources
|
bind-resources
|
||||||
nested-field='members'
|
nested-field='members'
|
||||||
fields='user'
|
fields='user'
|
||||||
@ -46,18 +46,18 @@ div.content-box__info
|
|||||||
submit-button='Ajouter un membre'
|
submit-button='Ajouter un membre'
|
||||||
)
|
)
|
||||||
|
|
||||||
.table
|
.table-wrapper
|
||||||
|
.table
|
||||||
|
div.table-header.grey-color
|
||||||
|
div.w280 Nom
|
||||||
|
div.w162 Accès
|
||||||
|
|
||||||
div.table-header.grey-color
|
//-class='table-body'
|
||||||
div.w66 Nom
|
sib-display(
|
||||||
div.w33 Accès
|
class='table-body'
|
||||||
|
bind-resources
|
||||||
|
fields='members'
|
||||||
|
|
||||||
//-class='table-body'
|
multiple-members=''
|
||||||
sib-display(
|
widget-members='hubl-team-template-edit'
|
||||||
class='table-body'
|
)
|
||||||
bind-resources
|
|
||||||
fields='members'
|
|
||||||
|
|
||||||
multiple-members=''
|
|
||||||
widget-members='hubl-team-template-edit'
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user