FCLT#56754 overal de juiste lcl's
svn path=/Website/trunk/; revision=41402
This commit is contained in:
@@ -281,7 +281,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
{ initKey: action_key,
|
||||
trclass:"primsearch noxd",
|
||||
label: L("lcl_action"),
|
||||
emptyOption: (action_key == -1? L("lcl_all") : null),
|
||||
emptyOption: (action_key == -1? L("lcl_search_generic") : null),
|
||||
readonly: action_key > -1
|
||||
}
|
||||
)
|
||||
|
||||
@@ -147,7 +147,7 @@ var betreft = getQParamArray("betreft", []); // Betreft module BES, CNT, FIN, ML
|
||||
{ initKey: betreft.length?betreft[0]:null,
|
||||
label: L("lcl_fac_betreft"),
|
||||
trclass: "primsearch",
|
||||
emptyOption: L("lcl_all"),
|
||||
emptyOption: L("lcl_search_generic"),
|
||||
emptyKey: ""
|
||||
});
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
sql,
|
||||
{ label: L("lcl_lcl_taal"),
|
||||
trclass: "primsearch",
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
})
|
||||
// dialect
|
||||
sql = "SELECT DISTINCT "
|
||||
@@ -79,7 +79,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
sql,
|
||||
{ label: L("lcl_lcl_dialect"),
|
||||
trclass: "primsearch",
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
})
|
||||
%>
|
||||
</table>
|
||||
|
||||
@@ -55,14 +55,14 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
sql,
|
||||
{ label: L("lcl_menugroep"),
|
||||
trclass: "primsearch",
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
})
|
||||
sql = "SELECT DISTINCT fac_menuitems_module, fac_menuitems_module FROM fac_menuitems ORDER BY 2";
|
||||
|
||||
FCLTselector("mmodule",
|
||||
sql,
|
||||
{ label: L("lcl_menu_module"),
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
});
|
||||
RWFIELDTR("tekst", "fldsearch", L("lcl_menulabel"), "", { trclass: "primsearch" });
|
||||
%>
|
||||
|
||||
@@ -75,7 +75,7 @@ var module = getQParam("module", "");
|
||||
sql,
|
||||
{ label: L("lcl_fac_module")
|
||||
, trclass: "primsearch"
|
||||
, emptyOption: L("lcl_all")
|
||||
, emptyOption: L("lcl_search_generic")
|
||||
})
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user