From 497ca4103413d0c83fe09d3eda13a79b6f4918b7 Mon Sep 17 00:00:00 2001 From: Peter Feij Date: Thu, 17 Nov 2016 10:56:37 +0000 Subject: [PATCH] FSN#35094 nieuwe icons svn path=/Website/trunk/; revision=31534 --- APPL/FAC/fac_reportx.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/FAC/fac_reportx.asp b/APPL/FAC/fac_reportx.asp index 61c77eea27..1ab04dbd84 100644 --- a/APPL/FAC/fac_reportx.asp +++ b/APPL/FAC/fac_reportx.asp @@ -16,7 +16,7 @@ <% var reportsx = new model_reportsx(); - var show_buttons = [{ title: L("lcl_usrrap_show"), action: "show_report", icon: "doc_text_image.png" }]; + var show_buttons = [{ title: L("lcl_usrrap_show"), action: "show_report", icon: "fa-file-text" }]; if (S("fac_usrrap_mode") == 1) show_buttons.push({ title: L("lcl_usrrap_clone"), action: "clone_report", icon: "copy.png" }); else