noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/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 7a0bca608bf9e9204047b6c67eb370ce13c8cf1b
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jan 7 13:43:16 2018 +0100

    code rewriting : use of title_box + button close for Card Detail
---
 include/ajax/ajax_poste.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/ajax/ajax_poste.php b/include/ajax/ajax_poste.php
index 8e246f4..a178c3b 100644
--- a/include/ajax/ajax_poste.php
+++ b/include/ajax/ajax_poste.php
@@ -61,8 +61,8 @@ case "sf":
     $str_poste=$it->input();
     $str_submit=HtmlInput::submit('sf',_('Recherche'),"","smallbutton");
     $r='';
-       $r=HtmlInput::anchor_close('search_account');
-    $r.='<div> '.h2(_('Poste Comptable'),' class="title"').'</div>';
+    $r.=HtmlInput::title_box(_('Poste 
Comptable'),'search_account',"close","","y");
+    
 
     $r.='<form id="sp" method="get" 
onsubmit="'.$attr.'search_get_poste(this);return false;">';
     ob_start();
@@ -145,8 +145,9 @@ case "sf":
     require_once NOALYSS_TEMPLATE.'/account_result.php';
     $r.=ob_get_contents();
     ob_end_clean();
-
+    
     $html=$r;
+    $html.=HtmlInput::button_close("search_account");
     break;
 }
 $xml=escape_xml($html);



reply via email to

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