Look: Correction du bug IE qui positionne mal les onglets dans certains cas.
This commit is contained in:
parent
8c86d1529a
commit
57bb94bbfb
@ -18,7 +18,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -111,7 +110,7 @@ if (sizeof($commandes)>0 && is_array($commandes))
|
|||||||
$total = $total + $commande->total_ht;
|
$total = $total + $commande->total_ht;
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<tr><td colspan="2">'.$i.' '.$langs->trans("Orders").'</td>';
|
print '<tr class="liste_total"><td colspan="2">'.$i.' '.$langs->trans("Orders").'</td>';
|
||||||
print '<td align="right">'.$langs->trans("TotalHT").': '.price($total).'</td>';
|
print '<td align="right">'.$langs->trans("TotalHT").': '.price($total).'</td>';
|
||||||
print '<td align="left">'.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
|
print '<td align="left">'.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
|
||||||
print "</table>";
|
print "</table>";
|
||||||
@ -119,6 +118,10 @@ if (sizeof($commandes)>0 && is_array($commandes))
|
|||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
// Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent
|
||||||
|
print '<div class="tabsAction">';
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date$ - $Revision$');
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -116,7 +115,7 @@ if (sizeof($factures)>0 && is_array($factures))
|
|||||||
$total = $total + $facture->total_ht;
|
$total = $total + $facture->total_ht;
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<tr><td colspan="2">'.$i.' '.$langs->trans("Bills").'</td>';
|
print '<tr class="liste_total"><td colspan="2">'.$i.' '.$langs->trans("Bills").'</td>';
|
||||||
print '<td align="right">'.$langs->trans("TotalHT").' : '.price($total).'</td>';
|
print '<td align="right">'.$langs->trans("TotalHT").' : '.price($total).'</td>';
|
||||||
print '<td align="left">'.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
|
print '<td align="left">'.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
|
||||||
print "</table>";
|
print "</table>";
|
||||||
@ -124,6 +123,10 @@ if (sizeof($factures)>0 && is_array($factures))
|
|||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
// Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent
|
||||||
|
print '<div class="tabsAction">';
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date$ - $Revision$');
|
||||||
|
|||||||
@ -18,14 +18,13 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/projet/fiche.php
|
\file htdocs/projet/fiche.php
|
||||||
\ingroup projet
|
\ingroup projet
|
||||||
\brief Fiche projet
|
\brief Fiche projet
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
@ -210,9 +209,10 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer)
|
|||||||
/*
|
/*
|
||||||
* Boutons actions
|
* Boutons actions
|
||||||
*/
|
*/
|
||||||
|
print '<div class="tabsAction">';
|
||||||
|
|
||||||
if ($user->rights->projet->creer == 1)
|
if ($user->rights->projet->creer == 1)
|
||||||
{
|
{
|
||||||
print '<div class="tabsAction">';
|
|
||||||
|
|
||||||
if ($_GET["action"] != "edit")
|
if ($_GET["action"] != "edit")
|
||||||
{
|
{
|
||||||
@ -220,9 +220,10 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer)
|
|||||||
print '<a class="butActionDelete" href="fiche.php?id='.$projet->id.'&action=delete">'.$langs->trans("Delete").'</a>';
|
print '<a class="butActionDelete" href="fiche.php?id='.$projet->id.'&action=delete">'.$langs->trans("Delete").'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</div>";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print "</div>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
@ -110,13 +110,17 @@ if (sizeof($propales)>0 && is_array($propales))
|
|||||||
$total = $total + $propale->price;
|
$total = $total + $propale->price;
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<tr><td colspan="2">'.$i.' '.$langs->trans("Proposal").'</td>';
|
print '<tr class="liste_total"><td colspan="2">'.$i.' '.$langs->trans("Proposal").'</td>';
|
||||||
print '<td align="right">'.$langs->trans("TotalHT").': '.price($total).'</td>';
|
print '<td align="right">'.$langs->trans("TotalHT").': '.price($total).'</td>';
|
||||||
print '<td align="left">'.$langs->trans("Currency".$conf->monnaie).'</td></tr></table>';
|
print '<td align="left">'.$langs->trans("Currency".$conf->monnaie).'</td></tr></table>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
// Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent
|
||||||
|
print '<div class="tabsAction">';
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date$ - $Revision$');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user