ouvrir le squelette des reçus dans un nouvel onglet
FossilOrigin-Name: 3e66518b5401430c99f84a760e926cc7e4e601918416a3e10d884c9b66672eb5
This commit is contained in:
parent
c67b3118f5
commit
200e4e873a
|
@ -10,6 +10,10 @@ use Paheko\UserTemplate\UserTemplate;
|
|||
use Paheko\Plugin\RecusFiscaux\Utils;
|
||||
use Paheko\Plugin\RecusFiscaux\Personne;
|
||||
|
||||
// forcer mode dialog pour ouvrir le squelette des reçus dans un nouvel onglet
|
||||
// à combiner avec target="_blank" ou target="_dialog" dans le fichier tpl
|
||||
$_GET['_dialog'] = true;
|
||||
|
||||
// signature
|
||||
$signature =
|
||||
(null !== $plugin->getConfig('signature')) ?
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
onclick="return verifierChoix(this.form)"}
|
||||
</fieldset>
|
||||
|
||||
<form method="post" id="versements_activites">
|
||||
<form method="post" target="_blank" id="versements_activites">
|
||||
|
||||
{* Itération sur les versements *}
|
||||
{foreach from=$lesVersements key="rang" item="versement"}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
onclick="return verifierChoix(this.form)"}
|
||||
</fieldset>
|
||||
|
||||
<form method="post" id="versements_personnes">
|
||||
<form method="post" target="_dialog" id="versements_personnes">
|
||||
|
||||
{* Itération sur les personnes *}
|
||||
{foreach from=$lesVersements key="rang" item="versement"}
|
||||
|
|
Loading…
Reference in New Issue