From 07a69910a96b6c18636d1baa0b62fbfd4bc89e04 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Thu, 24 Nov 2016 12:49:38 +0000 Subject: [PATCH] FSN#35094 Opfrissen icon-set font-awesome svn path=/Website/trunk/; revision=31663 --- APPL/RES/res_reservering.asp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/APPL/RES/res_reservering.asp b/APPL/RES/res_reservering.asp index d3dfebb8d5..7508996677 100644 --- a/APPL/RES/res_reservering.asp +++ b/APPL/RES/res_reservering.asp @@ -546,7 +546,11 @@ if (options.length > 1) { buttons.push({ icon: "magnifier.png", title: L("lcl_res_bez_oproepscherm"), action: "res_oproep()" }); if (rrr.rsv_ruimte_verwijder == null && buttons.length) + { + %>
<% CreateButtons(buttons, { showIcons: true} ); + %>
<% + } //====================================== %><% }