Update propal.php
This commit is contained in:
parent
a2760aeacb
commit
add5328d8f
@ -1978,10 +1978,10 @@ if ($action == 'create') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Bank Account
|
// Bank Account
|
||||||
print '<tr><td class="nowrap">';
|
print '<tr><td">';
|
||||||
print '<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
|
print '<table width="100%" class="nobordernopadding"><tr><td>';
|
||||||
print $langs->trans('BankAccount');
|
print $langs->trans('BankAccount');
|
||||||
print '<td>';
|
print '</td>';
|
||||||
if ($action != 'editbankaccount' && $user->rights->propal->creer)
|
if ($action != 'editbankaccount' && $user->rights->propal->creer)
|
||||||
print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editbankaccount&id='.$object->id.'">'.img_edit($langs->trans('SetBankAccount'),1).'</a></td>';
|
print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editbankaccount&id='.$object->id.'">'.img_edit($langs->trans('SetBankAccount'),1).'</a></td>';
|
||||||
print '</tr></table>';
|
print '</tr></table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user