phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4546 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4546 - phpcompta/trunk/include
Date: Fri, 2 Dec 2011 13:58:26 +0100 (CET)

Author: danydb
Date: 2011-12-02 13:58:23 +0100 (Fri, 02 Dec 2011)
New Revision: 4546

Modified:
   phpcompta/trunk/include/action.common.inc.php
   phpcompta/trunk/include/adm.inc.php
   phpcompta/trunk/include/client.inc.php
   phpcompta/trunk/include/supplier.inc.php
Log:
Fix cosmetic bug for IE7 : span float replace by div

Modified: phpcompta/trunk/include/action.common.inc.php
===================================================================
--- phpcompta/trunk/include/action.common.inc.php       2011-12-02 00:03:15 UTC 
(rev 4545)
+++ phpcompta/trunk/include/action.common.inc.php       2011-12-02 12:58:23 UTC 
(rev 4546)
@@ -299,7 +299,7 @@
        </div>
 
        <div class="content" >
-       <span style="float:left">
+       <div>
        <form  method="get" action="do.php">
        <?php echo dossier::hidden();
   ?>
@@ -355,7 +355,7 @@
 
 
              </form>
-             </span>
+             </div>
 
              <?php
              // show the  action in

Modified: phpcompta/trunk/include/adm.inc.php
===================================================================
--- phpcompta/trunk/include/adm.inc.php 2011-12-02 00:03:15 UTC (rev 4545)
+++ phpcompta/trunk/include/adm.inc.php 2011-12-02 12:58:23 UTC (rev 4546)
@@ -72,7 +72,7 @@
 
     ?>
     <div class="content">
-                           <span  style="position:float;float:left">
+                           <div>
                                         <form method="get" action="<?php echo 
$href; ?>">
                                                                   <?php
                                                                   echo 
dossier::hidden();
@@ -92,7 +92,7 @@
     <input type="submit" class="button" name="submit_query" 
value="<?=_('recherche')?>">
         <input type="hidden" name="p_action" value="adm">
                                                                      </form>
-                                                                     </span>
+                                                                     </div>
                                                                      <?php
                                                                      $adm=new 
Admin($cn);
     $search=(isset($_GET['query']))?$_GET['query']:"";

Modified: phpcompta/trunk/include/client.inc.php
===================================================================
--- phpcompta/trunk/include/client.inc.php      2011-12-02 00:03:15 UTC (rev 
4545)
+++ phpcompta/trunk/include/client.inc.php      2011-12-02 12:58:23 UTC (rev 
4546)
@@ -69,7 +69,7 @@
 {
     ?>
     <div class="content">
-        <span  style="position:float;float:left">
+        <div>
        <form method="get" action="<?php echo $href;?>">
                <?php
                echo dossier::hidden();
@@ -90,7 +90,7 @@
            <input type="submit" class="button" name="submit_query" value="<?= 
_('recherche')?>">
            <input type="hidden" name="ac" value="<?= $_REQUEST['ac']?>">
        </form>
-        </span>
+        </div>
        <?php
        $client = new Customer($cn);
        $search = (isset($_GET['query'])) ? $_GET['query'] : "";

Modified: phpcompta/trunk/include/supplier.inc.php
===================================================================
--- phpcompta/trunk/include/supplier.inc.php    2011-12-02 00:03:15 UTC (rev 
4545)
+++ phpcompta/trunk/include/supplier.inc.php    2011-12-02 12:58:23 UTC (rev 
4546)
@@ -70,7 +70,7 @@
 
     ?>
     <div class="content">
-                           <span  style="position:float;float:left">
+                           <div>
                                         <form method="get" action="<?php echo 
$href; ?>">
                                                                   <?php
                                                                   echo 
dossier::hidden();
@@ -92,7 +92,7 @@
     <input type="submit" class="button" name="submit_query" 
value="<?=_('recherche')?>">
                                            <input type="hidden" name="ac" 
value="<?=$_REQUEST['ac']?>">
                                                                      </form>
-                                                                     </span>
+                                                                     </div>
                                                                      <?php
                                                                      
$supplier=new Supplier($cn);
     $search=(isset($_GET['query']))?$_GET['query']:"";




reply via email to

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