Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 9, 2018
1 parent a231074 commit 54a86dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/compta/bank/card.php
Expand Up @@ -803,15 +803,15 @@
print '<input type="hidden" name="action" value="update">';
print '<input type="hidden" name="id" value="'.$_REQUEST["id"].'">'."\n\n";

dol_fiche_head('');
dol_fiche_head(array(), 0, '' ,0);

print '<div class="underbanner clearboth"></div>';
//print '<div class="underbanner clearboth"></div>';

print '<table class="border" width="100%">';

// Ref
print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("Ref").'</td>';
print '<td><input size="8" type="text" class="flat" name="ref" value="'.(isset($_POST["ref"])?GETPOST("ref"):$object->ref).'"></td></tr>';
print '<td><input type="text" class="flat maxwidth200" name="ref" value="'.(isset($_POST["ref"])?GETPOST("ref"):$object->ref).'"></td></tr>';

// Label
print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td>';
Expand Down

0 comments on commit 54a86dc

Please sign in to comment.