diff --git a/composer.lock b/composer.lock
index 67931be..8f7ae25 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "symfony/deprecation-contracts",
- "version": "v2.5.3",
+ "version": "v2.5.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
+ "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
- "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
+ "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
"shasum": ""
},
"require": {
@@ -55,7 +55,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
},
"funding": [
{
@@ -71,7 +71,7 @@
"type": "tidelift"
}
],
- "time": "2023-01-24T14:02:46+00:00"
+ "time": "2024-09-25T14:11:13+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -99,8 +99,8 @@
"type": "library",
"extra": {
"thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
}
},
"autoload": {
@@ -231,11 +231,11 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
+ "platform": {},
+ "platform-dev": {},
"platform-overrides": {
"php": "7.3.0"
},
diff --git a/styles/qrcards.css b/styles/qrcards.css
index d81de21..3b16fcc 100644
--- a/styles/qrcards.css
+++ b/styles/qrcards.css
@@ -413,6 +413,7 @@
#yw-footer,
.debug,
.BAZ_fiche_info,
+ .filters-col,
.no-print {
display: none !important;
}
@@ -428,7 +429,11 @@
.qrcard-to-print:nth-child(2n + 1) {
break-before: page;
}
-
+ .qrcard-to-print .qrcard-header,
+ .qrcard-to-print .qrcard-title,
+ .qrcard-to-print .qrcard-image {
+ background: white !important;
+ }
.page-qrcard {
display: grid;
grid-template-columns: var(--card-height) var(--card-height);
diff --git a/templates/card-layouts/qrcard.twig b/templates/card-layouts/qrcard.twig
index d632e7d..107d050 100644
--- a/templates/card-layouts/qrcard.twig
+++ b/templates/card-layouts/qrcard.twig
@@ -75,7 +75,7 @@
{% endif %}
- {% if linkedit is defined %}
+ {% if linkedit != null %}
@@ -112,7 +112,7 @@
- {% if linkdelete is defined %}
+ {% if linkdelete != 0 %}