css
This commit is contained in:
parent
5ef4aa78e9
commit
65982c1675
@ -723,7 +723,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||||||
// Add operation
|
// Add operation
|
||||||
print '<tr class="oddeven nodrag nodrop">';
|
print '<tr class="oddeven nodrag nodrop">';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $form->selectarray('operationtype', $arrayoftypes, '', 1, 0, 0, '', 1, 0, 0, '', 'maxwidth300', 1);
|
print $form->selectarray('operationtype', $arrayoftypes, '', 1, 0, 0, '', 1, 0, 0, '', 'minwidth150 maxwidth300', 1);
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
//print '<input type="text" name="operationparam">';
|
//print '<input type="text" name="operationparam">';
|
||||||
$htmltext = $langs->transnoentitiesnoconv("OperationParamDesc");
|
$htmltext = $langs->transnoentitiesnoconv("OperationParamDesc");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user