|
@@ -21,6 +21,8 @@ if (empty($conf) || !is_object($conf)) {
|
|
|
exit;
|
|
|
}
|
|
|
|
|
|
+print '<!-- linesalesrepresentative.tpl.php -->';
|
|
|
+
|
|
|
// Sale representative
|
|
|
print '<tr><td>';
|
|
|
print '<table class="nobordernopadding" width="100%"><tr><td>';
|
|
@@ -45,7 +47,7 @@ if ($action == 'editsalesrepresentatives') {
|
|
|
$arrayselected = $object->getSalesRepresentatives($user, 1);
|
|
|
}
|
|
|
print $form->multiselectarray('commercial', $userlist, $arrayselected, null, null, null, null, "90%");
|
|
|
- print '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'" />';
|
|
|
+ print '<input type="submit" class="button valignmiddle small" value="'.$langs->trans("Modify").'" />';
|
|
|
print '</form>';
|
|
|
} else {
|
|
|
$listsalesrepresentatives = $object->getSalesRepresentatives($user);
|