feature: update project-edit
This commit is contained in:
parent
d3f7e56929
commit
d62039ff8e
@ -147,7 +147,7 @@
|
||||
"labelCustomer": "Customer name *",
|
||||
"labelCaptain": "Capitain *",
|
||||
"labelDescription": "Description",
|
||||
"subTitle": "Team members :",
|
||||
"subTitle": "Team members",
|
||||
"tableHeader1": "Name",
|
||||
"tableHeader2": "Access",
|
||||
"buttonSubmit": "Save",
|
||||
|
@ -147,7 +147,7 @@
|
||||
"labelCustomer": "Nombre del/la clientx *",
|
||||
"labelCaptain": "Capitain *",
|
||||
"labelDescription": "Description",
|
||||
"subTitle": "Lista de miembrxs: ",
|
||||
"subTitle": "Lista de miembrxs",
|
||||
"tableHeader1": "Nombre",
|
||||
"tableHeader2": "Acceso",
|
||||
"buttonSubmit": "Guardar",
|
||||
|
@ -147,7 +147,7 @@
|
||||
"labelCustomer": "Nom du client *",
|
||||
"labelCaptain": "Capitaine *",
|
||||
"labelDescription": "Description",
|
||||
"subTitle": "Liste des membres :",
|
||||
"subTitle": "Liste des membres",
|
||||
"tableHeader1": "Nom",
|
||||
"tableHeader2": "Accès",
|
||||
"buttonSubmit": "Enregistrer",
|
||||
|
@ -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'
|
||||
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-self='segment padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-third text-center'
|
||||
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 table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium table-cell lg-third text-center'
|
||||
|
||||
class-segment1='segment'
|
||||
class-user.account.picture='avatar'
|
||||
|
@ -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-linebreak='segment lg-full'
|
||||
|
||||
widget-description='solid-form-textarea'
|
||||
widget-description='solid-form-textarea-label'
|
||||
widget-captain='solid-form-dropdown-autocompletion-label'
|
||||
widget-linebreak='solid-form-hidden'
|
||||
|
||||
@ -89,11 +89,11 @@ div.segment.lg-full.padding-large.whitespace-normal
|
||||
data-trans='submit-button=project.edit.buttonAddMember'
|
||||
)
|
||||
|
||||
.table-wrapper
|
||||
.segment.table-wrapper
|
||||
.table
|
||||
div.table-header.bg-color-third.text-color-heading
|
||||
div.table-cell.w50(data-trans='project.edit.tableHeader1')
|
||||
div.table-cell.w50(data-trans='project.edit.tableHeader2')
|
||||
div.segment.table-cell.lg-two-third(data-trans='project.edit.tableHeader1')
|
||||
div.segment.table-cell.lg-third(data-trans='project.edit.tableHeader2')
|
||||
|
||||
//-class='table-body'
|
||||
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'
|
||||
loader-id='loader-project-edit'
|
||||
|
||||
class-cell='table-cell w50 labelled-avatar two-lines text-left'
|
||||
class-self='table-cell w50'
|
||||
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='segment table-cell padding-top-xsmall padding-right-medium padding-bottom-xsmall padding-left-medium lg-third text-center'
|
||||
|
||||
class-segment1='segment'
|
||||
class-user.account.picture='avatar'
|
||||
|
Loading…
Reference in New Issue
Block a user