From 4233833c8192d4fd0e8b80a9c0b66c0926886461 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Sun, 10 Jan 2021 23:15:35 +0100 Subject: [PATCH] feature: circle-create --- .../admin/page-admin-circles-create.pug | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/partials/admin/page-admin-circles-create.pug b/src/views/partials/admin/page-admin-circles-create.pug index d67d12d..1cd245a 100644 --- a/src/views/partials/admin/page-admin-circles-create.pug +++ b/src/views/partials/admin/page-admin-circles-create.pug @@ -1,34 +1,36 @@ -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 +div.segment.lg-full.padding-large.border-bottom.border-color-grey + div.segment.lg-half h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.create.title') - div.segment.lg-half.float-left.text-right + div.segment.lg-half.text-right solid-link(class="backlink", next='admin-circle-list' data-trans='circle.create.backlink') -div.segment.padding-large.clearfix +div.segment.lg-full.padding-large.whitespace-normal div#loader-circles-create.loader.loader-top div div div div - solid-form.button-register( + solid-form.form( data-src=`${endpoints.circles || endpoints.post.circles}` - fields='status, name, description' + fields='status, linebreak, name, description' required-status required-name required-description loader-id='loader-circles-create' - 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' + class-status='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading whitespace-normal' + class-linebreak='segment lg-half' + class-name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading' + class-description='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading' label-status='' label-name='' label-description='' widget-status='hubl-status' + widget-linebreak='solid-form-hidden' next='circle'