svn path=/Website/trunk/; revision=31534
This commit is contained in:
Peter Feij
2016-11-17 10:56:37 +00:00
parent 789f1efc00
commit 497ca41034

View File

@@ -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