noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 07/15: NEW #0001886: ANC/ANCIMP/ANCGL >> Expo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/15: NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF Place properly the select_box
Date: Mon, 25 Jan 2021 18:56:21 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 21dd4ad8c652eec257817ca862627bfacc9a52ff
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jan 23 11:39:12 2021 +0100

    NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF
    Place properly the select_box
---
 include/anc_great_ledger.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/anc_great_ledger.inc.php b/include/anc_great_ledger.inc.php
index c79f15e..53d727d 100644
--- a/include/anc_great_ledger.inc.php
+++ b/include/anc_great_ledger.inc.php
@@ -45,6 +45,7 @@ if ($result != null)
         $type_pdf=new Select_Box("type_pdf",_("Type export PDF"));
         $type_pdf->add_value(_("Un seul PDF"),1);
         $type_pdf->add_value(_("Un PDF par opération"),2);
+        $type_pdf->set_position("absolute");
         echo $type_pdf->input();
 
         echo $grandLivre->button_export_pdf();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]