phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4663 - phpcompta/trunk/include
Date: Wed, 4 Jan 2012 12:40:33 +0100 (CET)

Author: danydb
Date: 2012-01-04 12:40:33 +0100 (Wed, 04 Jan 2012)
New Revision: 4663

Modified:
   phpcompta/trunk/include/fiche.inc.php
Log:
Cosmetic : fiche div mal plac?\195?\169

Modified: phpcompta/trunk/include/fiche.inc.php
===================================================================
--- phpcompta/trunk/include/fiche.inc.php       2012-01-04 10:55:43 UTC (rev 
4662)
+++ phpcompta/trunk/include/fiche.inc.php       2012-01-04 11:40:33 UTC (rev 
4663)
@@ -354,7 +354,7 @@
     // Search a card
     if ( $action == "search" )
     {
-        echo '<DIV class="redcontent" style="float:top;width:auto;">';
+        echo '<DIV class="redcontent" style="width:auto;">';
         ShowRecherche();
         $sql="select distinct f_id,fd_id from fiche join fiche_detail using 
(f_id)
                  where
@@ -423,7 +423,7 @@
 {
     $g_user->can_request(FIC);
     ShowRecherche();
-    echo '<DIV class="redcontent">';
+    echo '<DIV class="redcontent" style="width:auto">';
     if ( $write ==0)
         echo "<h2 class=\"error\"> Pas d'accès </h2>";
     else
@@ -444,13 +444,13 @@
     $g_user->can_request(FICADD);
     if ( $write ==0)
     {
-        echo '<DIV class="redcontent">';
+        echo '<DIV class="redcontent" style="width:auto">';
         echo "<h2 class=\"error\"> Pas d'accès </h2>";
     }
     else
     {
         ShowRecherche();
-        echo '<DIV class="redcontent">';
+        echo '<DIV class="redcontent" style="width:auto">';
         $fiche=new Fiche($cn);
         $fiche->Save($_REQUEST['fiche']);
         $fiche_def=new Fiche_Def($cn,$_GET['fiche']);
@@ -466,7 +466,7 @@
 if ( isset ($_POST["update_fiche"])  )
 {
     $g_user->can_request(FIC);
-    echo '<DIV class="redcontent">';
+    echo '<DIV class="redcontent" style="width:auto">';
     if ( $write ==0)
         echo "<h2 class=\"error\"> Pas d'accès </h2>";
     else
@@ -489,7 +489,7 @@
 // Move a card to a new category
 if ( isset($_POST['move']))
 {
-    echo '<DIV class="redcontent">';
+    echo '<DIV class="redcontent" style="width:auto">';
     $fiche=new Fiche($cn,$_POST['f_id']);
     $fiche->move_to($_POST['move_to']);
     $fiche_def=new Fiche_Def($cn,$_GET['fiche']);




reply via email to

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