hubl/src/views/partials/admin/page-admin-circles-create.pug

38 lines
1.6 KiB
Plaintext
Raw Normal View History

2021-01-19 18:59:24 +00:00
div.segment.lg-full.sm-full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey
h2.margin-none.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.create.title')
2021-01-19 18:59:24 +00:00
div.segment.lg-full.sm-full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespace-normal
div#loader-circles-create.loader.loader-top
div
div
div
div
2021-01-10 22:15:35 +00:00
solid-form.form(
data-src=`${endpoints.circles || endpoints.post.circles}`
2019-11-14 12:27:04 +00:00
2021-01-10 22:15:35 +00:00
fields='status, linebreak, name, description'
2020-09-24 10:56:19 +00:00
required-status
required-name
required-description
loader-id='loader-circles-create'
2020-05-19 16:22:00 +00:00
2021-01-19 18:59:24 +00:00
class-status='segment margin-bottom-medium lg-half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal'
class-linebreak='segment lg-half sm-hidden'
class-name='segment margin-bottom-medium lg-half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-description='segment margin-bottom-medium lg-half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
2020-10-21 13:31:05 +00:00
label-status=''
label-name=''
label-description=''
2020-04-21 09:27:31 +00:00
widget-status='hubl-status'
2021-01-10 22:15:35 +00:00
widget-linebreak='solid-form-hidden'
2020-09-03 10:15:47 +00:00
next='circle'
2019-11-14 12:27:04 +00:00
2020-10-21 13:31:05 +00:00
submit-button=''
2020-10-22 11:18:38 +00:00
data-trans='label-status=circle.create.labelStatus;label-name=circle.create.labelName;label-description=circle.create.labelDescription;submit-button=circle.create.buttonSubmit'
)