patch: profile-edit - last commit to post + styles
This commit is contained in:
parent
6b88e79965
commit
011085ab6c
@ -93,34 +93,26 @@ div.bg-color-white
|
|||||||
|
|
||||||
h3.segment.full.padding-bottom-small.border-bottom.border-color-grey.text-color-heading.text-bold.text-letter-spacing-large(data-trans="communities.edit.subTitle1")
|
h3.segment.full.padding-bottom-small.border-bottom.border-color-grey.text-color-heading.text-bold.text-letter-spacing-large(data-trans="communities.edit.subTitle1")
|
||||||
|
|
||||||
solid-ac-checker(permission='acl:Append', bind-resources, nested-field='members')
|
solid-form.form(
|
||||||
solid-form.segment.half.sm-full.margin-bottom-xlarge.form(
|
bind-resources
|
||||||
bind-resources
|
nested-field="addresses"
|
||||||
nested-field='addresses'
|
fields="address_line1, address_line2"
|
||||||
fields='address_line1'
|
|
||||||
|
|
||||||
label-address_line1=""
|
label-address_line1=""
|
||||||
class-address_line1='add-member'
|
label-address_line2=""
|
||||||
widget-address_line1="solid-form-label-text"
|
|
||||||
|
|
||||||
submit-button=''
|
class-address_line1="segment half sm-full sm-margin-bottom-xsmall padding-right-small text-small text-semibold text-uppercase text-color-heading"
|
||||||
submit-widget="button"
|
class-address_line2="segment half sm-full sm-margin-bottom-xsmall padding-left-small text-small text-semibold text-uppercase text-color-heading"
|
||||||
data-trans="label-address_line1=communities.edit.labelAddressLine1"
|
|
||||||
)
|
|
||||||
|
|
||||||
solid-form.segment.half-sm-full.margin-bottom-xlarge.form(
|
widget-community="solid-form-hidden"
|
||||||
bind-resources
|
widget-address_line1="solid-form-label-text"
|
||||||
nested-field='addresses'
|
widget-address_line2="solid-form-label-text"
|
||||||
fields='address_line2'
|
|
||||||
|
|
||||||
label-address_line2=""
|
submit-button=""
|
||||||
class-address_line2='add-member'
|
submit-widget="button"
|
||||||
widget-address_line2="solid-form-label-text"
|
|
||||||
|
|
||||||
submit-button=''
|
data-trans="label-address_line1=communities.edit.labelAddressLine1;label-address_line2=communities.edit.labelAddressLine2"
|
||||||
submit-widget="button"
|
)
|
||||||
data-trans="label-address_line1=communities.edit.labelAddressLine2"
|
|
||||||
)
|
|
||||||
|
|
||||||
.segment.table-wrapper.margin-top-medium
|
.segment.table-wrapper.margin-top-medium
|
||||||
.table
|
.table
|
||||||
@ -146,7 +138,7 @@ div.bg-color-white
|
|||||||
multiple-addresses
|
multiple-addresses
|
||||||
multiple-addresses-fields="address_line1, address_line2"
|
multiple-addresses-fields="address_line1, address_line2"
|
||||||
|
|
||||||
action-remove='self'
|
action-remove='remove'
|
||||||
widget-remove='hubl-circle-edit-members-delete'
|
widget-remove='hubl-circle-edit-members-delete'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user