Author: danydb
Date: 2013-12-07 20:16:46 +0100 (Sat, 07 Dec 2013)
New Revision: 5579

Modified:
   phpcompta/tags/rel670/include/class_html_input.php
Log:
bug #928 - Fen?\195?\170tre Journaux dans fen?\195?\170tre recherche est 
clipp?\195?\169 

Cosm?\195?\169tique
Task #928 - Fen?\195?\170tre Journaux dans fen?\195?\170tre recherche est 
clipp?\195?\169

Modified: phpcompta/tags/rel670/include/class_html_input.php
===================================================================
--- phpcompta/tags/rel670/include/class_html_input.php  2013-12-06 16:30:55 UTC 
(rev 5578)
+++ phpcompta/tags/rel670/include/class_html_input.php  2013-12-07 19:16:46 UTC 
(rev 5579)
@@ -318,6 +318,7 @@
         /* create a hidden div for the ledger */
         echo '<div id="div_jrn'.$div.'" >';
         echo HtmlInput::title_box("Journaux", $div."jrn_search");
+        echo '<div style="padding:5px">';
         echo '<form method="GET" id="'.$div.'search_frm" onsubmit="return 
hide_ledger_choice(\''.$div.'search_frm\')">';
         echo HtmlInput::hidden('nb_jrn', count($p_array));
         echo _('Filtre ').HtmlInput::filter_table($div.'tb_jrn', '0,1,2', 1);
@@ -339,7 +340,7 @@
             }
             $class=($e%2==0)?' class="even" ':' class="odd" ';
             echo '<tr '.$class.'>';
-            echo '<td >'.$r->input().$row['jrn_def_name'].'</td>';
+            echo '<td style="white-space: 
nowrap">'.$r->input().$row['jrn_def_name'].'</td>';
             echo '<td >'.$row['jrn_def_description'].'</td>';
             echo '<td >'.$row['jrn_def_type'].'</td>';
             echo '</tr>';
@@ -351,6 +352,7 @@
         echo HtmlInput::button_close($div."jrn_search");
         echo '</form>';
         echo '</div>';
+        echo '</div>';
         $ret=ob_get_contents();
         ob_end_clean();
         return $ret;



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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to