# HG changeset patch # User Ingo Weinzierl # Date 1264182895 0 # Node ID 49898531c0b6178924f1370b47d0bf9b646f2648 # Parent 8e39c74f9fb6a1e4200b0ab8c2263e6cbeded36a Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links. gnv/trunk@607 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 8e39c74f9fb6 -r 49898531c0b6 gnv/ChangeLog --- a/gnv/ChangeLog Fri Jan 22 16:08:42 2010 +0000 +++ b/gnv/ChangeLog Fri Jan 22 17:54:55 2010 +0000 @@ -1,3 +1,9 @@ +2010-01-22 Ingo Weinzierl + + * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Add width, + height and the boolean value to adjust the visibility of points in charts + to the pdf and svg export links. + 2010-01-22 Ingo Weinzierl * src/main/resources/applicationMessages.properties, diff -r 8e39c74f9fb6 -r 49898531c0b6 gnv/src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp --- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp Fri Jan 22 16:08:42 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp Fri Jan 22 17:54:55 2010 +0000 @@ -84,12 +84,12 @@ <%}%> <%if (supportPDF) { %> - "> + "> <%}%> <%if (supportSVG) { %> - "> + "> <%}%>