Skip to content

Commit

Permalink
Update propal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Jul 24, 2014
1 parent a2760ae commit add5328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/comm/propal.php
Expand Up @@ -1978,10 +1978,10 @@
}

// Bank Account
print '<tr><td class="nowrap">';
print '<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
print '<tr><td">';
print '<table width="100%" class="nobordernopadding"><tr><td>';
print $langs->trans('BankAccount');
print '<td>';
print '</td>';
if ($action != 'editbankaccount' && $user->rights->propal->creer)
print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editbankaccount&amp;id='.$object->id.'">'.img_edit($langs->trans('SetBankAccount'),1).'</a></td>';
print '</tr></table>';
Expand Down

0 comments on commit add5328

Please sign in to comment.