Fixing style errors.
This commit is contained in:
parent
5d9cfaa823
commit
150a21820f
@ -1296,7 +1296,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
//print $form->select_company(0, 'name', '(s.client = 1 OR s.client = 3) AND status=1', ' ');
|
//print $form->select_company(0, 'name', '(s.client = 1 OR s.client = 3) AND status=1', ' ');
|
||||||
//print "<script> $(document).ready(function () { $('#name').select2({ tags: true}); });</script>";
|
//print "<script> $(document).ready(function () { $('#name').select2({ tags: true}); });</script>";
|
||||||
print '<select class="name" name="name" id="name" style="min-width:400px"></select>';
|
print '<select class="name" name="name" id="name" style="min-width:400px"></select>';
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#name').select2({
|
$('#name').select2({
|
||||||
@ -1376,7 +1376,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!empty($conf->global->SOCIETE_USEPREFIX)) { // Old not used prefix field
|
if (!empty($conf->global->SOCIETE_USEPREFIX)) { // Old not used prefix field
|
||||||
print '<td>'.$langs->trans('Prefix').'</td><td><input type="text" size="5" maxlength="5" name="prefix_comm" value="'.dol_escape_htmltag($object->prefix_comm).'"></td>';
|
print '<td>'.$langs->trans('Prefix').'</td><td><input type="text" size="5" maxlength="5" name="prefix_comm" value="'.dol_escape_htmltag($object->prefix_comm).'"></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user