Look: Modifications esthtiques mineures

This commit is contained in:
Laurent Destailleur 2005-09-10 12:24:36 +00:00
parent efa825a9e3
commit e89db11480
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire)
if ($num)
{
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("BillsCustomersUnpayed").' ('.$num.')</td>';
print '<tr class="liste_titre"><td colspan="2"><a href="'.DOL_URL_ROOT.'/compta/facture/impayees.php">'.$langs->trans("BillsCustomersUnpayed",min($conf->liste_limit,$num)).' ('.$num.')</a></td>';
print '<td align="right">'.$langs->trans("AmountHT").'</td><td align="right">'.$langs->trans("AmountTTC").'</td><td align="right">'.$langs->trans("Received").'</td></tr>';
$var = True;
$total_ttc = $totalam = $total = 0;

View File

@ -359,7 +359,7 @@ if ($_GET["action"] == 'create' || $_POST["action"] == 'add_paiement')
/*
*
*/
print '<tr><td colspan="3" align="center"><input type="submit" value="'.$langs->trans("Save").'"></td></tr>';
print '<tr><td colspan="3" align="center"><input type="submit" class="button" value="'.$langs->trans("Save").'"></td></tr>';
print "</table>";
print "</form>\n";
}