From ef61e60ca476f6e86a572e565f2141658661afd0 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Tue, 1 Nov 2016 08:44:23 +0000 Subject: [PATCH] icons hebben geen ../Pictures aanduiding nodig svn path=/Website/trunk/; revision=31302 --- APPL/RES/res_reservering.asp | 8 ++++---- APPL/RES/res_show_rsv_ruimte.asp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/APPL/RES/res_reservering.asp b/APPL/RES/res_reservering.asp index c3b4ee10a9..720c788d24 100644 --- a/APPL/RES/res_reservering.asp +++ b/APPL/RES/res_reservering.asp @@ -530,15 +530,15 @@ if (options.length > 1) { var buttons = []; if (this_res.couldCreate) { - buttons.push( {id: "repeatbutton", title: L("lcl_res_add_deelres"), icon: "../Pictures/resrepeat.png", action: "makeMulti()" } ); + buttons.push( {id: "repeatbutton", title: L("lcl_res_add_deelres"), icon: "resrepeat.png", action: "makeMulti()" } ); if (restype == "R") - buttons.push( {title: L("lcl_res_add_deelresruimte"), icon: "../Pictures/plus.png", action: "ruimteErbij('" + restype + "')" } ); + buttons.push( {title: L("lcl_res_add_deelresruimte"), icon: "plus.png", action: "ruimteErbij('" + restype + "')" } ); if (restype == "CV") - buttons.push( {title: L("lcl_res_add_deelresreservering"), icon: "../Pictures/plus.png", action: "ruimteErbij('" + restype + "')" } ); + buttons.push( {title: L("lcl_res_add_deelresreservering"), icon: "plus.png", action: "ruimteErbij('" + restype + "')" } ); } if (multiDeel && this_res.couldCreate) { - buttons.push({ title: L("lcl_res_multiple_save"), icon: "../Pictures/doc_page.png", action: "MultiSave()" }); + buttons.push({ title: L("lcl_res_multiple_save"), icon: "doc_page.png", action: "MultiSave()" }); buttons.push({ icon: "print.png", title: L("lcl_print"), action: 'res_print()' }); buttons.push({ icon: "email.png", title: L("lcl_noti_res_email"), action: "res_mail()" }); } diff --git a/APPL/RES/res_show_rsv_ruimte.asp b/APPL/RES/res_show_rsv_ruimte.asp index d31caf51eb..a43bc39122 100644 --- a/APPL/RES/res_show_rsv_ruimte.asp +++ b/APPL/RES/res_show_rsv_ruimte.asp @@ -350,7 +350,7 @@ FCLTHeader.Requires({plugins: ["jQuery"]}) // Hier (altijd) testen op user.checkAutorisation("WEB_FACFAC", true) vind ik te veel eer if ((user.oslogin() == "_FACILITOR") && S("mobile_enabled") && restype == "R") { - buttons.push( {title: "Touch", icon: "../Pictures/hand_point.png", action: "res_touch()" }); + buttons.push( {title: "Touch", icon: "hand_point.png", action: "res_touch()" }); } if (this_res.canChange || this_res.canChangeFEExtended)