Merge pull request #2947 from aspangaro/develop-patch24

NEW Forms are using the tab look, even in creation mode
This commit is contained in:
Laurent Destailleur 2015-06-05 09:34:52 +02:00
commit a605040eac

View File

@ -163,7 +163,6 @@ if (GETPOST("action") == 'create')
$total = $don->amount; $total = $don->amount;
print_fiche_titre($langs->trans("DoPayment")); print_fiche_titre($langs->trans("DoPayment"));
print "<br>\n";
if ($mesg) if ($mesg)
{ {
@ -176,6 +175,8 @@ if (GETPOST("action") == 'create')
print '<input type="hidden" name="chid" value="'.$chid.'">'; print '<input type="hidden" name="chid" value="'.$chid.'">';
print '<input type="hidden" name="action" value="add_payment">'; print '<input type="hidden" name="action" value="add_payment">';
dol_fiche_head();
print '<table cellspacing="0" class="border" width="100%" cellpadding="2">'; print '<table cellspacing="0" class="border" width="100%" cellpadding="2">';
print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("Donation").'</td>'; print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("Donation").'</td>';
@ -232,7 +233,7 @@ if (GETPOST("action") == 'create')
print '</table>'; print '</table>';
print '<br>'; dol_fiche_end();
/* /*
* Autres charges impayees * Autres charges impayees