Skip to content
Snippets Groups Projects
Commit e89db114 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Modifications esthétiques mineures

parent efa825a9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment