mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Improve layout of event admin section
This commit is contained in:
parent
3f381c207d
commit
bc4c2c1471
@ -1,10 +1,10 @@
|
|||||||
{% extends "@ChillEvent/Admin/index.html.twig" %}
|
{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %}
|
||||||
|
|
||||||
{% block admin_content -%}
|
{% block admin_content -%}
|
||||||
|
|
||||||
<h1>{{ 'EventType list'|trans }}</h1>
|
<h1>{{ 'EventType list'|trans }}</h1>
|
||||||
|
|
||||||
<table class="records_list">
|
<table class="table table-bordered border-dark align-middle">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'Id'|trans }}</th>
|
<th>{{ 'Id'|trans }}</th>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{% extends "@ChillEvent/Admin/index.html.twig" %}
|
{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %}
|
||||||
|
|
||||||
{% block admin_content -%}
|
{% block admin_content -%}
|
||||||
|
|
||||||
<h1>{{ 'Role list'|trans }}</h1>
|
<h1>{{ 'Role list'|trans }}</h1>
|
||||||
|
|
||||||
<table class="records_list">
|
<table class="table table-bordered border-dark align-middle">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'Id'|trans }}</th>
|
<th>{{ 'Id'|trans }}</th>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{% extends "@ChillEvent/Admin/index.html.twig" %}
|
{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %}
|
||||||
|
|
||||||
{% block admin_content -%}
|
{% block admin_content -%}
|
||||||
|
|
||||||
<h1>{{ 'Status list'|trans }}</h1>
|
<h1>{{ 'Status list'|trans }}</h1>
|
||||||
|
|
||||||
<table class="records_list">
|
<table class="table table-bordered border-dark align-middle">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'Id'|trans }}</th>
|
<th>{{ 'Id'|trans }}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user