From 02d4515fe03595ca9c7704e0296a3c37beaf0b33 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Tue, 11 Feb 2025 18:28:55 +0300 Subject: [PATCH] fix(select-entries): add instructions just for print --- templates/bazar/select-entries.tpl.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/bazar/select-entries.tpl.html b/templates/bazar/select-entries.tpl.html index b35ce28..cbe512c 100644 --- a/templates/bazar/select-entries.tpl.html +++ b/templates/bazar/select-entries.tpl.html @@ -41,12 +41,6 @@ $modal = ''; // declaration d'une chaine de char vide -
- instructions recto -
-
- instructions verso -
Pour la sélection : @@ -138,6 +132,12 @@ document.addEventListener("DOMContentLoaded", function(event) { $.each( $('.selected'), function( key, value ) { content = content + "\n" +'{{include page="'+value.getAttribute('data-tag')+'"}}' }); + content = content + '
' + + 'instructions recto' + + '
' + + '
' + + 'instructions verso' + + '
' window.location.href = '/?wiki/render&print=1&content='+content+'&returnTo=href('', 'Merci'); ?>'; return false; })