|
@@ -389,7 +389,7 @@ if ($action == 'create') {
|
|
|
|
|
|
// Ref
|
|
|
print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("Ref").'</td>';
|
|
|
- print '<td><input size="8" type="text" class="flat" name="ref" value="'.dol_escape_htmltag(GETPOSTISSET('ref') ? GETPOST("ref", 'alpha') : $object->ref).'" maxlength="12" autofocus></td></tr>';
|
|
|
+ print '<td><input type="text" class="flat width100" name="ref" value="'.dol_escape_htmltag(GETPOSTISSET('ref') ? GETPOST("ref", 'alpha') : $object->ref).'" maxlength="12" autofocus></td></tr>';
|
|
|
|
|
|
// Label
|
|
|
print '<tr><td class="fieldrequired">'.$langs->trans("LabelBankCashAccount").'</td>';
|
|
@@ -643,7 +643,8 @@ if ($action == 'create') {
|
|
|
if ((GETPOST("id", 'int') || GETPOST("ref")) && $action != 'edit') {
|
|
|
// Show tabs
|
|
|
$head = bank_prepare_head($object);
|
|
|
- print dol_get_fiche_head($head, 'bankname', $langs->trans("FinancialAccount"), -1, 'account');
|
|
|
+
|
|
|
+ print dol_get_fiche_head($head, 'bankname', $langs->trans("FinancialAccount"), -1, 'account', 0, '', '', 0, '', 1);
|
|
|
|
|
|
$formconfirm = '';
|
|
|
|
|
@@ -665,7 +666,7 @@ if ($action == 'create') {
|
|
|
print '<div class="fichehalfleft">';
|
|
|
print '<div class="underbanner clearboth"></div>';
|
|
|
|
|
|
- print '<table class="border tableforfield" width="100%">';
|
|
|
+ print '<table class="border centpercent tableforfield">';
|
|
|
|
|
|
// Type
|
|
|
print '<tr><td class="titlefield">'.$langs->trans("AccountType").'</td>';
|