Fix: Use correct style for left tables
This commit is contained in:
parent
037292f5ab
commit
27ede66991
@ -22,7 +22,7 @@
|
||||
* \brief File of class to manage widget boxes
|
||||
* \author Rodolphe Qiedeville
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: boxes.php,v 1.55 2011/08/01 13:26:21 hregis Exp $
|
||||
* \version $Id: boxes.php,v 1.56 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ function printBoxesArea($user,$areacode)
|
||||
print '<table width="100%" style="border-collapse: collapse; border: 0px; margin: 0px; padding: 0px;"><tr>';
|
||||
|
||||
// Affichage colonne gauche
|
||||
print '<td width="50%" valign="top" style="padding-right: 4px;">'."\n";
|
||||
print '<td width="50%" valign="top" class="notopnoleft" style="padding-right: 8px;">'."\n";
|
||||
|
||||
print "\n<!-- Box left container -->\n";
|
||||
print '<div id="left" class="connectedSortable">'."\n";
|
||||
@ -87,7 +87,7 @@ function printBoxesArea($user,$areacode)
|
||||
|
||||
print "</td>\n";
|
||||
// Affichage colonne droite
|
||||
print '<td width="50%" valign="top" style="padding-right: 2px;">';
|
||||
print '<td width="50%" valign="top">';
|
||||
|
||||
print "\n<!-- Box right container -->\n";
|
||||
print '<div id="right" class="connectedSortable">'."\n";
|
||||
|
||||
@ -15,14 +15,14 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* $Id: index.php,v 1.11 2011/07/31 22:23:31 eldy Exp $
|
||||
* $Id: index.php,v 1.12 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/compta/param/comptes/index.php
|
||||
\ingroup compta
|
||||
\brief Page acceuil zone parametrages
|
||||
\version $Revision: 1.11 $
|
||||
\version $Revision: 1.12 $
|
||||
*/
|
||||
|
||||
require("../../../main.inc.php");
|
||||
@ -66,7 +66,7 @@ print "</table></form><br>";
|
||||
|
||||
|
||||
|
||||
print '</td><td valign="top" width="70%" class="notopnoleft">';
|
||||
print '</td><td valign="top" width="70%" class="notopnoleftnoright">';
|
||||
|
||||
|
||||
|
||||
@ -76,5 +76,5 @@ print '</table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:31 $ - $Revision: 1.11 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.12 $');
|
||||
?>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
\file htdocs/compta/param/index.php
|
||||
\ingroup compta
|
||||
\brief Page acceuil zone parametrage comptabilite
|
||||
\version $Id: index.php,v 1.12 2011/08/03 00:46:21 eldy Exp $
|
||||
\version $Id: index.php,v 1.13 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@ -62,7 +62,7 @@ print "</table></form><br>";
|
||||
|
||||
|
||||
|
||||
print '</td><td valign="top" width="70%" class="notopnoleft">';
|
||||
print '</td><td valign="top" width="70%" class="notopnoleftnoright">';
|
||||
|
||||
|
||||
|
||||
@ -72,5 +72,5 @@ print '</table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/03 00:46:21 $ - $Revision: 1.12 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.13 $');
|
||||
?>
|
||||
|
||||
@ -19,9 +19,9 @@
|
||||
|
||||
/**
|
||||
* \file htdocs/fourn/commande/index.php
|
||||
* \ingroup commande
|
||||
* \brief Page accueil commandes fournisseurs
|
||||
* \version $Revision: 1.43 $
|
||||
* \ingroup commande fournisseur
|
||||
* \brief Home page of supplier's orders area
|
||||
* \version $Revision: 1.44 $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@ -240,7 +240,7 @@ else
|
||||
}
|
||||
|
||||
|
||||
print '</td><td width="70%" valign="top" class="notopnoleft">';
|
||||
print '</td><td width="70%" valign="top" class="notopnoleftnoright">';
|
||||
|
||||
|
||||
/*
|
||||
@ -387,5 +387,5 @@ print '</td></tr></table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:57:02 $ - $Revision: 1.43 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:00 $ - $Revision: 1.44 $');
|
||||
?>
|
||||
|
||||
@ -20,8 +20,8 @@
|
||||
/**
|
||||
* \file htdocs/fourn/index.php
|
||||
* \ingroup fournisseur
|
||||
* \brief Page accueil de la zone fournisseurs
|
||||
* \version $Id: index.php,v 1.68 2011/07/31 23:57:03 eldy Exp $
|
||||
* \brief Home page of suppliers area
|
||||
* \version $Id: index.php,v 1.69 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
@ -223,7 +223,7 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire)
|
||||
}
|
||||
|
||||
print "</td>\n";
|
||||
print '<td valign="top" width="70%" class="notopnoleft">';
|
||||
print '<td valign="top" width="70%" class="notopnoleftnoright">';
|
||||
|
||||
/*
|
||||
* List last modified supliers
|
||||
@ -320,5 +320,5 @@ print "</table>\n";
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.68 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.69 $');
|
||||
?>
|
||||
|
||||
@ -16,14 +16,14 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* $Id: index.php,v 1.31 2011/07/31 23:24:01 eldy Exp $
|
||||
* $Id: index.php,v 1.32 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/product/stock/index.php
|
||||
* \ingroup stock
|
||||
* \brief Page accueil stocks produits
|
||||
* \version $Revision: 1.31 $
|
||||
* \brief Home page of stock area
|
||||
* \version $Revision: 1.32 $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@ -103,7 +103,7 @@ else
|
||||
dol_print_error($db);
|
||||
}
|
||||
|
||||
print '</td><td valign="top" width="70%" class="notopnoleft">';
|
||||
print '</td><td valign="top" width="70%" class="notopnoleftnoright">';
|
||||
|
||||
// Last movements
|
||||
$max=10;
|
||||
@ -163,5 +163,5 @@ print '</td></tr></table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.31 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.32 $');
|
||||
?>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
* \file htdocs/projet/activity/index.php
|
||||
* \ingroup projet
|
||||
* \brief Page activite perso du module projet
|
||||
* \version $Id: index.php,v 1.36 2011/07/31 23:23:39 eldy Exp $
|
||||
* \version $Id: index.php,v 1.37 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
require ("../../main.inc.php");
|
||||
@ -126,7 +126,7 @@ print "</table>";
|
||||
// TODO Do not use date_add function to be compatible with all database
|
||||
if ($db->type != 'pgsql')
|
||||
{
|
||||
|
||||
|
||||
/* Affichage de la liste des projets d'hier */
|
||||
print '<br><table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
@ -181,7 +181,7 @@ print "</table>";
|
||||
}
|
||||
|
||||
|
||||
print '</td><td width="70%" valign="top" class="notopnoleft">';
|
||||
print '</td><td width="70%" valign="top" class="notopnoleftright">';
|
||||
|
||||
// TODO Do not use week function to be compatible with all database
|
||||
if ($db->type != 'pgsql')
|
||||
@ -331,5 +331,5 @@ print '</td></tr></table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.36 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.37 $');
|
||||
?>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
* \file htdocs/projet/index.php
|
||||
* \ingroup projet
|
||||
* \brief Main project home page
|
||||
* \version $Id: index.php,v 1.75 2011/07/31 23:23:39 eldy Exp $
|
||||
* \version $Id: index.php,v 1.76 2011/08/08 15:28:01 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
@ -71,7 +71,7 @@ print '<tr><td width="30%" valign="top" class="notopnoleft">';
|
||||
|
||||
print_projecttasks_array($db,$socid,$projectsListId);
|
||||
|
||||
print '</td><td width="70%" valign="top" class="notopnoleft">';
|
||||
print '</td><td width="70%" valign="top" class="notopnoleftnoright">';
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
@ -130,5 +130,5 @@ print '</td></tr></table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.75 $');
|
||||
llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.76 $');
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user