feature: admin-create-circle
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
div.segment.padding-xlarge.border-bottom.clearfix
|
||||
div.segment.padding-top-xsmall.padding-right-large.padding-bottom-xsmall.padding-left-large.border-bottom.border-color-grey.text-color-heading.clearfix
|
||||
div.segment.lg-half.float-left
|
||||
h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.create.title')
|
||||
div.segment.lg-half.float-left.text-right
|
||||
@ -11,7 +11,7 @@ div.segment.padding-xlarge.clearfix
|
||||
div
|
||||
div
|
||||
|
||||
solid-form.form.button-register(
|
||||
solid-form.button-register(
|
||||
data-src=`${endpoints.circles || endpoints.post.circles}`
|
||||
|
||||
fields='status, name, description'
|
||||
@ -20,9 +20,9 @@ div.segment.padding-xlarge.clearfix
|
||||
required-description
|
||||
loader-id='loader-circles-create'
|
||||
|
||||
class-status='block segment lg-half margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
|
||||
class-name='segment lg-half float-left margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
|
||||
class-description='segment lg-half float-left margin-bottom padding-left-large box-border text-small text-bold text-uppercase text-color-heading'
|
||||
class-status='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading icon icon-magnify'
|
||||
class-name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
|
||||
class-description='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
|
||||
|
||||
label-status=''
|
||||
label-name=''
|
||||
|
Reference in New Issue
Block a user