opigno_dashboard-8.x-1.8/templates/opigno-dashboard-popup.html.twig

templates/opigno-dashboard-popup.html.twig
{#
/**
 * @file
 * Default theme implementation to display the Opigno dashboard popup.
 *
 * Available varaibles:
 * - title: the aria label;
 * - body: the popup body;
 */
#}

<div class="modal dashboard-popup fade modal-ajax" tabindex="-1" role="dialog" aria-label="{{ title ?? 'Modal'|t }}">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header">
        {% if title is not empty %}
          <div class class="content-box__info">{{ title }}</div>
        {% endif %}
        <a href="" class="close use-ajax" type="button" aria-label="{{ 'Close'|t }}" data-dismiss="modal">
          <i class="fi fi-rr-arrow-left"></i>
        </a>
      </div>

      <div class="modal-body">
        {{ body }}
      </div>
    </div>
  </div>
</div>

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

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