noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/04: warning for exporting ANC_RECEIPT , it


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/04: warning for exporting ANC_RECEIPT , it lasts a few minutes , depending of the number of documents to export
Date: Wed, 15 Feb 2017 16:13:24 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0fab0f1ccafbae5592767e46918ed1882a93edc6
Author: Dany De Bontridder <address@hidden>
Date:   Wed Feb 8 19:26:31 2017 +0100

    warning for exporting ANC_RECEIPT , it lasts a few minutes , depending
    of the number of documents to export
---
 include/anc_great_ledger.inc.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/anc_great_ledger.inc.php b/include/anc_great_ledger.inc.php
index 1974375..73640e8 100644
--- a/include/anc_great_ledger.inc.php
+++ b/include/anc_great_ledger.inc.php
@@ -31,7 +31,8 @@ if ($result != null)
           echo _('Tout sélectionner')." 
".ICheckBox::toggle_checkbox('export_pdf_bt1','export_anc_receipt_pdf');
         echo '</span>';
         echo $grandLivre->show_button();
-        echo '<form method="GET" id="export_anc_receipt_pdf" 
action="export.php" style="display:inline">';
+        printf ('<form method="GET" id="export_anc_receipt_pdf" 
action="export.php" style="display:inline" onsubmit="smoke.signal(\'%s\', 
function(e){}, {duration: 3000,classname: \'custom-class\'});return true;">',
+                _("Le traitement est en cours ,  merci de patienter sans 
recharger la page"));
 
         echo $grandLivre->button_export_pdf();
         echo $grandLivre->display_html();



reply via email to

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