FCLT#56754 Stiekem ook wat RES: teksten
svn path=/Website/trunk/; revision=41470
This commit is contained in:
@@ -490,7 +490,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
label: L("lcl_res_roomcat"),
|
||||
trclass: "primsearch",
|
||||
multi: true,
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
});
|
||||
}
|
||||
|
||||
@@ -528,7 +528,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
label: L("lcl_res_objcat"),
|
||||
multi: true,
|
||||
trclass: "secsearch",
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
});
|
||||
|
||||
// <!-- Verbruiksartikelen -->
|
||||
@@ -550,7 +550,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
onChange: 'updateArt("' + autfunction + '");',
|
||||
multi: true,
|
||||
xtrclass: "secsearch",
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
});
|
||||
|
||||
// <!-- Artikelen -->
|
||||
@@ -588,7 +588,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
{ initKey: article_arr.length? article_arr.join(",") : "-1", // Indien geen waarde meegegeven dan "Alles" selecteren (key = -1).
|
||||
multi: true,
|
||||
trclass: "secsearch",
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
});
|
||||
%>
|
||||
</div>
|
||||
@@ -609,7 +609,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
label: L("lcl_res_art_group"),
|
||||
multi: true,
|
||||
trclass: "secsearch",
|
||||
emptyOption: L("lcl_all"),
|
||||
emptyOption: L("lcl_search_generic"),
|
||||
initEmpty: true // Altijd lege waarde tonen, ook als er maar 1 waarde is.
|
||||
});
|
||||
} // backo || minfo
|
||||
|
||||
@@ -207,7 +207,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
label: L("lcl_res_roomcat"),
|
||||
trclass: "primsearch",
|
||||
multi: true,
|
||||
emptyOption: L("lcl_all")
|
||||
emptyOption: L("lcl_search_generic")
|
||||
}); %>
|
||||
|
||||
<!-- Groepering -->
|
||||
|
||||
Reference in New Issue
Block a user