phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5194 - phpcompta/tags/rel650/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r5194 - phpcompta/tags/rel650/html
Date: Wed, 27 Mar 2013 20:17:51 +0100 (CET)

Author: danydb
Date: 2013-03-27 20:17:51 +0100 (Wed, 27 Mar 2013)
New Revision: 5194

Modified:
   phpcompta/tags/rel650/html/ajax_ledger.php
Log:
cosmetic : ajout bouton fermeture si d?\195?\169tail non disponible

Modified: phpcompta/tags/rel650/html/ajax_ledger.php
===================================================================
--- phpcompta/tags/rel650/html/ajax_ledger.php  2013-03-27 19:08:09 UTC (rev 
5193)
+++ phpcompta/tags/rel650/html/ajax_ledger.php  2013-03-27 19:17:51 UTC (rev 
5194)
@@ -71,6 +71,7 @@
 {
     ob_start();
     require_once ('template/ledger_detail_forbidden.php');
+       echo HtmlInput::button_close($div);
     $html=ob_get_contents();
     ob_end_clean();
     $html=escape_xml($html);
@@ -97,6 +98,7 @@
     ob_start();
        echo HtmlInput::title_box(_("Information"), $div);
     require_once ('template/ledger_detail_forbidden.php');
+       echo HtmlInput::button_close($div);
     $html=ob_get_contents();
     ob_end_clean();
 
@@ -118,9 +120,9 @@
     ob_start();
        echo HtmlInput::title_box(_("Information"), $div);
     require_once ('template/ledger_detail_forbidden.php');
+       echo HtmlInput::button_close($div);
     $html=ob_get_contents();
     ob_end_clean();
-
     $html=escape_xml($html);
     header('Content-type: text/xml; charset=UTF-8');
     echo <<<EOF



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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