Advanced search: WIP POC, UI/UX.

SVN:b1162[5439]
This commit is contained in:
Guillaume Lajarige
2018-03-16 08:08:24 +00:00
parent 156cb03069
commit a1c6e32e28
11 changed files with 172 additions and 99 deletions

View File

@@ -252,7 +252,7 @@ function ReloadSearchForm(divId, sClassName, sBaseClass, sContext)
function FixSearchFormsDisposition()
{
// Fix search forms
$('.SearchDrawer').each(function() {
$('.search_box').each(function() {
var colWidth = 0;
var labelWidth = 0;
$('label:visible', $(this)).each( function() {