nobuttons parameter moet ook gelden voor grafieken 'Naar plaatje' knop

svn path=/Website/branches/v2017.1/; revision=34753
This commit is contained in:
Jos Groot Lipman
2017-07-26 14:16:58 +00:00
parent 4fd4d6a33e
commit 45a1783144

View File

@@ -460,6 +460,8 @@ function fac_usrrap_list_graph (model, scf_params)
<%
var widget_height = getQParam("widget_height", null);
var mygraph_height = ((widget_height != null) ? parseInt(widget_height) : 500);
var buttons = [];
if(!nobuttons)
var buttons = [ { icon: "palette.png", title: L("lcl_openimage"), action: "toImg()" } ];
IFRAMER_HEADER(model.records_title, buttons);
%>