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

66 lines
2.8 KiB
Plaintext
Raw Normal View History

div.segment.full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.padding-large.border-bottom.border-color-grey
div.segment.full.sm-three-quarter
h2.margin-none.text-color-heading.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='communities.title')
div.segment.half.sm-hidden.text-right
solid-link(class="backlink", next=`admin-${getRoute('chat', true)}` data-trans='circle.create.backlink')
div.segment.lg-hidden.sm-quarter.text-right
div.jsMobileRightMenuButton.icon.icon-options-vertical.icon-heading
2020-10-13 16:18:13 +00:00
div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespace-normal
2020-10-13 16:18:13 +00:00
div#loader-users-title.loader.loader
div
div
div
div
2020-04-08 10:57:05 +00:00
2021-01-19 18:59:24 +00:00
div.segment.margin-bottom-medium
div.segment
solid-display.text-color-heading.text-semibold.text-xlarge.text-letter-spacing-large(
bind-resources
fields='text, name'
value-text=''
data-trans='value-text=user.create.title'
loader-id='loader-users-title'
)
2021-04-15 19:49:06 +00:00
div#loader-users-create.loader.loader-top
div
div
div
div
solid-form.form#selected-community(
2020-10-13 16:18:13 +00:00
bind-resources
nested-field='members'
2020-04-08 10:57:05 +00:00
2020-12-06 09:13:01 +00:00
fields='user.first_name, user.last_name, user.username, user.email, user.password'
2020-10-13 16:18:13 +00:00
required-user.first_name
required-user.last_name
required-user.username
required-user.email
loader-id='loader-users-create'
2020-04-08 10:57:05 +00:00
class-user.first_name='segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-user.last_name='segment margin-bottom-medium half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-user.username='segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
2020-04-08 10:57:05 +00:00
2020-10-21 13:31:05 +00:00
label-user.first_name=''
label-user.last_name=''
label-user.username=''
label-user.email=''
2020-04-08 10:57:05 +00:00
2020-10-13 16:18:13 +00:00
value-user.password=''
widget-user.password='solid-form-hidden'
2020-04-08 10:57:05 +00:00
2021-06-15 11:48:49 +00:00
widget-user.username='orbit-username-field'
widget-user.email='orbit-email-field'
2020-10-07 12:25:53 +00:00
next=`admin-${getRoute('chat', true)}`
2020-04-08 10:57:05 +00:00
2020-10-21 13:31:05 +00:00
submit-button=''
2021-03-16 14:27:30 +00:00
submit-widget="button"
class-submit-button="submit-button segment sm-full margin-top-xsmall text-xsmall children-link-button children-link-text-bold children-link-text-uppercase children-link-reversed color-secondary bordered children-button-icon children-icon-rocket children-icon-small children-icon-margin-right-xsmall"
2020-10-22 11:48:49 +00:00
data-trans='label-user.first_name=user.create.labelFirstname;label-user.last_name=user.create.labelLastname;label-user.username=user.create.labelUsername;label-user.email=user.create.labelEmail;submit-button=user.create.buttonSubmit'
2020-04-08 10:57:05 +00:00
)