update: table - some padding added to user-thulb in table + new width for table's columns
This commit is contained in:
@ -7,8 +7,8 @@ div.content-box__info
|
||||
|
||||
sib-widget(name='hubl-team-template-edit')
|
||||
template
|
||||
sib-display.user-thumb(
|
||||
class='w698 cell border cell-with-id-card user-thumb'
|
||||
sib-display.user-thumb.is-spaced(
|
||||
class='w355 cell border cell-with-id-card user-thumb'
|
||||
data-src='${await value.user}'
|
||||
fields='account.picture, sup(name, groups), sub(profile.city)'
|
||||
|
||||
@ -24,7 +24,7 @@ div.content-box__info
|
||||
)
|
||||
|
||||
sib-ac-checker(
|
||||
class='w349 cell border'
|
||||
class='W152 cell border'
|
||||
permission="acl:Delete"
|
||||
data-src="${value['@id']}"
|
||||
)
|
||||
@ -36,7 +36,7 @@ div.content-box__info
|
||||
|
||||
//- Only to show the table grid
|
||||
sib-ac-checker(
|
||||
class='w349 cell border'
|
||||
class='W152 cell border'
|
||||
no-permission="acl:Delete"
|
||||
data-src="${value['@id']}"
|
||||
)
|
||||
@ -91,8 +91,8 @@ div.content-box__info
|
||||
.table-wrapper
|
||||
.table
|
||||
div.table-header.grey-color
|
||||
div.w698 Nom
|
||||
div.w349 Accès
|
||||
div.w355 Nom
|
||||
div.W152 Accès
|
||||
|
||||
//-class='table-body'
|
||||
sib-display(
|
||||
|
Reference in New Issue
Block a user