This commit is contained in:
Alexandre SPANGARO 2020-09-02 23:43:47 +02:00
parent 853bacd545
commit b3cd9688d5

View File

@ -122,7 +122,7 @@ class FormFile
$out .= '<input type="hidden" name="sortorder" value="'.GETPOST('sortorder', 'aZ09').'">'; $out .= '<input type="hidden" name="sortorder" value="'.GETPOST('sortorder', 'aZ09').'">';
} }
$out .= '<table class="nobordernopadding cenpercent">'; $out .= '<table class="nobordernopadding centpercent">';
$out .= '<tr>'; $out .= '<tr>';
if (!empty($options)) $out .= '<td>'.$options.'</td>'; if (!empty($options)) $out .= '<td>'.$options.'</td>';