noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 70/219: Task #0001475: VEN / ACH opération p


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 70/219: Task #0001475: VEN / ACH opération prédéfinie , il manque le bouton "Fermer"
Date: Mon, 18 Dec 2017 13:22:40 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a8d224f715598e8d289d8c0d3a3f090c9586ced5
Author: Dany De Bontridder <address@hidden>
Date:   Sat Oct 7 13:14:51 2017 +0200

    Task #0001475: VEN / ACH opération prédéfinie , il manque le bouton "Fermer"
---
 include/ajax/ajax_update_predef.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/ajax/ajax_update_predef.php 
b/include/ajax/ajax_update_predef.php
index 989c927..541f7ae 100644
--- a/include/ajax/ajax_update_predef.php
+++ b/include/ajax/ajax_update_predef.php
@@ -54,7 +54,9 @@ $html="";
 
 $html.=HtmlInput::title_box(_("Modèle d'opérations"), 'modele_op_div', 'hide');
 $html.=$op->show_button('do.php?'.$url);
-
+$html.=' <p style="text-align: center">'.
+        HtmlInput::button_hide('modele_op_div').
+        '</p>';
 $html=escape_xml($html);
 header('Content-type: text/xml; charset=UTF-8');
 echo <<<EOF



reply via email to

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