Un peu d'uniformisation du look des pages de l'espace compta.
This commit is contained in:
parent
8f01a2f0d2
commit
f9dc471fc6
@ -45,7 +45,10 @@ function valeur($sql)
|
||||
|
||||
print_titre("Bilan");
|
||||
|
||||
print "<table class=\"noborder\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="2">';
|
||||
print "<tr class=\"liste_titre\">";
|
||||
echo '<td colspan="2">Résumé</td>';
|
||||
print "</tr>\n";
|
||||
|
||||
$var=!$var;
|
||||
$sql = "SELECT sum(amount) FROM ".MAIN_DB_PREFIX."paiement";
|
||||
|
||||
@ -66,7 +66,7 @@ if (! isset($_GET["num"]))
|
||||
|
||||
print_barre_liste("Relevés bancaires, compte : <a href=\"account.php?account=".$acct->id."\">".$acct->label."</a>", $page, $PHP_SELF,"&account=$account",$sortfield,$sortorder,'',$numrows);
|
||||
|
||||
print '<table class="border" width="100%" cellspacing="0" cellpadding="2">';
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="2">';
|
||||
print "<tr class=\"liste_titre\">";
|
||||
print "<td>Relevé</td></tr>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user