2.0 RC 2 (#3825)
* 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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user