maintenance-1.0.0-beta1/templates/maintenance-form.html.twig

templates/maintenance-form.html.twig
{#
/**
 * @file
 * Theme override for maintenance form.
 *
 * Two column template for the maintenance form.
 *
 * This template will be used when a maintenance form specifies 'maintenance_form'
 * as its #theme callback.  Otherwise, by default, maintenance forms will be
 * themed by form.html.twig.
 *
 * Available variables:
 * - form: The maintenance form.
 */
#}
<div class="layout-node-form clearfix">
  <div class="layout-region layout-region-node-main">
    <div class="region-help__items__inner"></div>
    {{ form|without('advanced', 'footer', 'actions', 'maintenance_actions', 'maintenance_sidebar', 'maintenance_sidebar_toggle') }}
  </div>
  <div class="layout-region layout-region-node-secondary" id="maintenance-sidebar">
    <div class="layout-region__content">
      {{ form.advanced }}
      {{ form.maintenance_sidebar_toggle }}
    </div>
  </div>
  <div class="layout-node-form__actions">
    {% if form.maintenance_actions -%}
      {{ form.maintenance_actions }}
    {% else -%}
      {{ form.actions }}
    {% endif %}
  </div>
</div>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc