Cosmetic bug : in detail operation the border were too closed
This commit is contained in:
parent
d016afc955
commit
3728b84471
2 changed files with 3 additions and 3 deletions
|
|
@ -281,7 +281,7 @@ function get_solde_detail($p_cond="") {
|
|||
$rep="";
|
||||
|
||||
echo '<h2 class="info">'.$this->id." ".$this->name.'</h2>';
|
||||
echo "<TABLE class=\"resultfooter\" width=\"100%\">";
|
||||
echo "<TABLE class=\"resultfooter\" style=\"border-collapse:separate;width:100%;border-spacing:5px\">";
|
||||
echo '<tbody>';
|
||||
echo "<TR>".
|
||||
"<TH> Code interne </TH>".
|
||||
|
|
|
|||
|
|
@ -1031,7 +1031,7 @@ av_text1=>'name'
|
|||
$rep="";
|
||||
$already_seen=array();
|
||||
echo '<h2 class="info">'.$this->id." ".$name.'</h2>';
|
||||
echo "<TABLE class=\"result\" width=\"100%\">";
|
||||
echo "<TABLE class=\"result\" style=\"width:100%;border-collapse:separate;border-spacing:5px\">";
|
||||
echo "<TR>".
|
||||
"<TH> Code interne </TH>".
|
||||
"<TH> Date</TH>".
|
||||
|
|
@ -1092,7 +1092,7 @@ av_text1=>'name'
|
|||
$rep="";
|
||||
|
||||
echo '<h2 class="info">'." ".$name.'</h2>';
|
||||
echo "<TABLE class=\"resultfooter\" width=\"100%\">";
|
||||
echo "<TABLE class=\"resultfooter\" style=\"width:100%;border-collapse:separate;border-spacing:5px\">";
|
||||
echo '<tbody>';
|
||||
echo "<TR>".
|
||||
"<TH>"._('Code interne')." </TH>".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue