Fix: W3C
This commit is contained in:
parent
fc62f6f7d6
commit
e5eb5492e9
@ -329,7 +329,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
// Show title
|
// Show title
|
||||||
if ($action != 'addline' && $action != 'delete')
|
if ($action != 'addline' && $action != 'delete')
|
||||||
{
|
{
|
||||||
print '<tr><td colspan="9" align="right">'.$navig.'</td></tr>';
|
print '<tr><td colspan="10" align="right">'.$navig.'</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form to add a transaction with no invoice
|
// Form to add a transaction with no invoice
|
||||||
@ -379,7 +379,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
print '<tr class="noborder"><td colspan="8"> </td></tr>'."\n";
|
print '<tr class="noborder"><td colspan="10"> </td></tr>'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user