svn commit: r604120 - /ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r604120 - /ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl

lektran
Author: lektran
Date: Thu Dec 13 23:37:03 2007
New Revision: 604120

URL: http://svn.apache.org/viewvc?rev=604120&view=rev
Log:
Add the required div for the gantt chart, reported by Hans Bakker OFBIZ-1508

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl?rev=604120&r1=604119&r2=604120&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/gantChart.ftl Thu Dec 13 23:37:03 2007
@@ -24,6 +24,7 @@
 </header>
 <body>
 <script language="javascript" src="/projectmgr/js/gantt.js" type="text/javascript"></script>
+<div id="chartTest1"/>
 </body>
 </html>