* fix menu highlight (invoice sub-pages)
* move calendar drag & drop boxes to right
* bump composer packages and install rate-limiter
* added login throttling
This commit is contained in:
Kevin Papst
2023-02-07 01:01:15 +01:00
committed by GitHub
parent 99ad182358
commit 8095ae298f
5 changed files with 178 additions and 97 deletions

View File

@@ -5,7 +5,7 @@
<div class="row">
{% set hasTwoColumns = (config.dragDropAmount > 0 and dragAndDrop is not empty and (dragAndDrop|filter(s => s.entries|length > 0)|length > 0)) or form is not null %}
{% if hasTwoColumns %}
<div class="col-md-4 col-lg-3 d-none d-md-block">
<div class="col-md-4 col-lg-3 d-none d-md-block order-last">
{% if form is not null %}
{% embed '@theme/embeds/card.html.twig' %}
{% block box_body %}