FSN#38708 bij Bezoek aanmelden zijn de icoontjes niet zichtbaar bij meer bezoekers en importeren (extra id op button)
svn path=/Website/trunk/; revision=31959
This commit is contained in:
@@ -305,9 +305,9 @@ function bez_edit_bezoekers(afspraak_key, afspraak_begin, afspraak_eind, loc_key
|
|||||||
<%
|
<%
|
||||||
if (!params.bezoeker_key)
|
if (!params.bezoeker_key)
|
||||||
{
|
{
|
||||||
buttons = [{ title: L("lcl_more_vis"), icon: "plus.png", action: "more_visit(" + S("vis_increment_number") + ")" }];
|
buttons = [{ title: L("lcl_more_vis"), icon: "plus.png", action: "more_visit(" + S("vis_increment_number") + ")", id:"btn_bez_morevis" }];
|
||||||
if (!params.contactonly)
|
if (!params.contactonly)
|
||||||
buttons.push({ title: L("lcl_bez_import_lijst"), icon: "bezimport.png", action: "import_visit()" })
|
buttons.push({ title: L("lcl_bez_import_lijst"), icon: "bezimport.png", action: "import_visit()", id:"btn_bez_import" })
|
||||||
%><div id="morebuttons"><%
|
%><div id="morebuttons"><%
|
||||||
if (!res_ruimte_extern)
|
if (!res_ruimte_extern)
|
||||||
CreateButtons(buttons, { showIcons: true });
|
CreateButtons(buttons, { showIcons: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user