Fixed incorrect HTML
This commit is contained in:
parent
4842da5679
commit
63c4cfb609
@ -715,7 +715,7 @@ if ($id)
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Status
|
// Status
|
||||||
print '<tr><td nowrap>'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td><td colspan="3">';
|
print '<tr><td nowrap="nowrap">'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td><td colspan="3">';
|
||||||
$percent=GETPOST("percentage")?GETPOST("percentage"):$act->percentage;
|
$percent=GETPOST("percentage")?GETPOST("percentage"):$act->percentage;
|
||||||
print $htmlactions->form_select_status_action('formaction',$percent,1);
|
print $htmlactions->form_select_status_action('formaction',$percent,1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
@ -865,7 +865,7 @@ if ($id)
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Status
|
// Status
|
||||||
print '<tr><td nowrap>'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td><td colspan="2">';
|
print '<tr><td nowrap="nowrap">'.$langs->trans("Status").' / '.$langs->trans("Percentage").'</td><td colspan="2">';
|
||||||
print $act->getLibStatut(4);
|
print $act->getLibStatut(4);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user