Search field in correct column

This commit is contained in:
Laurent Destailleur 2018-02-13 15:47:17 +01:00
parent 8a32ae6935
commit 35aece060c

View File

@ -1289,13 +1289,13 @@ class FormFile
} }
} }
print ajax_autoselect('downloadlink');
if (GETPOST('action','aZ09') == 'editfile' && $permtoeditline) if (GETPOST('action','aZ09') == 'editfile' && $permtoeditline)
{ {
print '</form>'; print '</form>';
} }
print ajax_autoselect('downloadlink');
return $nboffiles; return $nboffiles;
} }
} }
@ -1344,8 +1344,8 @@ class FormFile
if (! empty($addfilterfields)) if (! empty($addfilterfields))
{ {
print '<tr class="liste_titre nodrag nodrop">'; print '<tr class="liste_titre nodrag nodrop">';
print '<td><input type="text" class="maxwidth100onsmartphone" name="search_doc_ref" value="'.dol_escape_htmltag($search_doc_ref).'"></td>';
print '<td></td>'; print '<td></td>';
print '<td><input type="text" class="maxwidth100onsmartphone" name="search_doc_ref" value="'.dol_escape_htmltag($search_doc_ref).'"></td>';
print '<td></td>'; print '<td></td>';
print '<td></td>'; print '<td></td>';
// Action column // Action column