nobuttons parameter moet ook gelden voor grafieken 'Naar plaatje' knop
svn path=/Website/branches/v2017.1/; revision=34753
This commit is contained in:
@@ -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);
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user