noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/323: code rewriting : use of title_box + b


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 21/323: code rewriting : use of title_box + button close for Card Detail
Date: Wed, 14 Mar 2018 17:38:11 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit cddcfa9f5874b3dd04faa23c197f8c48d52b737f
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jan 7 13:11:42 2018 +0100

    code rewriting : use of title_box + button close for Card Detail
---
 include/ajax/ajax_card.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/ajax/ajax_card.php b/include/ajax/ajax_card.php
index 995fe75..4abfbf9 100644
--- a/include/ajax/ajax_card.php
+++ b/include/ajax/ajax_card.php
@@ -130,7 +130,7 @@ case 'rmfa':
 case 'dc':
     $f=new Fiche($cn);
     /* add title + close */
-    $html=HtmlInput::title_box(_("Détail fiche"), $ctl);
+    $html=HtmlInput::title_box(_("Détail fiche"), $ctl,"close","","y");
     if ( $qcode != '')
     {
         $f->get_by_qcode($qcode);
@@ -444,6 +444,7 @@ case 'fs':
     ob_start();
     require_once NOALYSS_TEMPLATE.'/card_result.php';
     $r.=ob_get_contents();
+    $r.=HtmlInput::button_close("search_card");
     ob_end_clean();
     $ctl=$ctl.'_content';
     $html=$r;



reply via email to

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