Skip to content
Snippets Groups Projects
page-admin-chat.pug 2.35 KiB
Newer Older
div.segment.full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey.whitespace-normal
  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.lg-hidden.sm-quarter.text-right
    div.jsMobileRightMenuButton.icon.icon-options-vertical.icon-heading
div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespace-normal
  div.segment.full.margin-bottom-xlarge
    h3.text-color-heading.text-semibold.text-letter-spacing-large(data-trans='communities.subTitle')

  solid-form-search.form.search-form(
    id="admin-community-filter"
    fields='cell1'
    label-cell1=''
    widget-cell1='solid-form-label-text'
    class-cell1="segment margin-bottom-medium third sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading"
    submit-button=""
    submit-widget="button"
    class-submit-button="search-button segment sm-full text-xsmall children-link-button children-link-text-bold children-link-text-uppercase children-link-reversed color-secondary bordered children-button-icon children-icon-arrow-right-circle children-icon-small children-icon-margin-right-xsmall"
    data-trans='label-cell1=communities.searchBy;submit-button=goButton'
  .segment.table-wrapper
    .table
      div.table-header.bg-color-third.text-color-heading
        div.segment.table-cell.table-cell.half(data-trans='communities.tableHeader1') 
        div.segment.table-cell.table-cell.half(data-trans='communities.tableHeader2')
        filtered-by='admin-community-filter'
        bind-user
        nested-field='communities'
        fields='cell1(name, counter), cell2(@id)'
        class-cell1='segment table-cell half'
        class-cell2='segment table-cell half text-center'
        class-name='segment block margin-bottom-xxsmall text-xlarge text-color-heading text-semibold text-letter-spacing-large ellipsis'
        widget-id='orbit-action-community'
        action-counter="counter"
        widget-counter="orbit-admin-community-counter"
      )

  div#loader-admin-community.loader.loader-top
    div
    div
    div
    div