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; })