feature: update project-edit

This commit is contained in:
gaelle morin 2021-01-10 18:23:22 +01:00
parent d3f7e56929
commit d62039ff8e
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
5 changed files with 11 additions and 11 deletions

View File

@ -147,7 +147,7 @@
"labelCustomer": "Customer name *", "labelCustomer": "Customer name *",
"labelCaptain": "Capitain *", "labelCaptain": "Capitain *",
"labelDescription": "Description", "labelDescription": "Description",
"subTitle": "Team members :", "subTitle": "Team members",
"tableHeader1": "Name", "tableHeader1": "Name",
"tableHeader2": "Access", "tableHeader2": "Access",
"buttonSubmit": "Save", "buttonSubmit": "Save",

View File

@ -147,7 +147,7 @@
"labelCustomer": "Nombre del/la clientx *", "labelCustomer": "Nombre del/la clientx *",
"labelCaptain": "Capitain *", "labelCaptain": "Capitain *",
"labelDescription": "Description", "labelDescription": "Description",
"subTitle": "Lista de miembrxs: ", "subTitle": "Lista de miembrxs",
"tableHeader1": "Nombre", "tableHeader1": "Nombre",
"tableHeader2": "Acceso", "tableHeader2": "Acceso",
"buttonSubmit": "Guardar", "buttonSubmit": "Guardar",

View File

@ -147,7 +147,7 @@
"labelCustomer": "Nom du client *", "labelCustomer": "Nom du client *",
"labelCaptain": "Capitaine *", "labelCaptain": "Capitaine *",
"labelDescription": "Description", "labelDescription": "Description",
"subTitle": "Liste des membres :", "subTitle": "Liste des membres",
"tableHeader1": "Nom", "tableHeader1": "Nom",
"tableHeader2": "Accès", "tableHeader2": "Accès",
"buttonSubmit": "Enregistrer", "buttonSubmit": "Enregistrer",

View File

@ -95,8 +95,8 @@ div.segment.lg-full.padding-large.whitespace-normal
fields='cell(segment1(user.account.picture), segment2(line1(user.name, is_admin), line2(atom, user.communities))), self' fields='cell(segment1(user.account.picture), segment2(line1(user.name, is_admin), line2(atom, user.communities))), self'
loader-id='loader-circle-edit' loader-id='loader-circle-edit'
class-cell='segment padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-two-third labelled-avatar two-lines text-left' class-cell='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-two-third labelled-avatar two-lines text-left'
class-self='segment padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-third text-center' class-self='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-third text-center'
class-segment1='segment' class-segment1='segment'
class-user.account.picture='avatar' class-user.account.picture='avatar'

View File

@ -60,7 +60,7 @@ div.segment.lg-full.padding-large.whitespace-normal
class-captain='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading whitespace-normal' class-captain='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading whitespace-normal'
class-linebreak='segment lg-full' class-linebreak='segment lg-full'
widget-description='solid-form-textarea' widget-description='solid-form-textarea-label'
widget-captain='solid-form-dropdown-autocompletion-label' widget-captain='solid-form-dropdown-autocompletion-label'
widget-linebreak='solid-form-hidden' widget-linebreak='solid-form-hidden'
@ -89,11 +89,11 @@ div.segment.lg-full.padding-large.whitespace-normal
data-trans='submit-button=project.edit.buttonAddMember' data-trans='submit-button=project.edit.buttonAddMember'
) )
.table-wrapper .segment.table-wrapper
.table .table
div.table-header.bg-color-third.text-color-heading div.table-header.bg-color-third.text-color-heading
div.table-cell.w50(data-trans='project.edit.tableHeader1') div.segment.table-cell.lg-two-third(data-trans='project.edit.tableHeader1')
div.table-cell.w50(data-trans='project.edit.tableHeader2') div.segment.table-cell.lg-third(data-trans='project.edit.tableHeader2')
//-class='table-body' //-class='table-body'
solid-display( solid-display(
@ -103,8 +103,8 @@ div.segment.lg-full.padding-large.whitespace-normal
fields='cell(segment1(user.account.picture), segment2(line1(user.name, is_admin), line2(atom, user.communities))), self' fields='cell(segment1(user.account.picture), segment2(line1(user.name, is_admin), line2(atom, user.communities))), self'
loader-id='loader-project-edit' loader-id='loader-project-edit'
class-cell='table-cell w50 labelled-avatar two-lines text-left' class-cell='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium lg-two-third labelled-avatar two-lines text-left'
class-self='table-cell w50' class-self='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium lg-third text-center'
class-segment1='segment' class-segment1='segment'
class-user.account.picture='avatar' class-user.account.picture='avatar'