svn commit: r772914 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp

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

svn commit: r772914 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp

jleroux@apache.org
Author: jleroux
Date: Fri May  8 10:15:54 2009
New Revision: 772914

URL: http://svn.apache.org/viewvc?rev=772914&view=rev
Log:
A patch from BJ Freeman "Explaination of where the data is in ModelInduceFromDb.jsp" (https://issues.apache.org/jira/browse/OFBIZ-2432) - OFBIZ-2432

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp?rev=772914&r1=772913&r2=772914&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp Fri May  8 10:15:54 2009
@@ -30,7 +30,10 @@
     <input type=SUBMIT value='Induce!'>
 </form>
 It's the datasource name. It doesn't need to be associated with a
- delegator, just defined in entityengine.xml.
+ delegator, just defined in entityengine.xml.<br>
+   <b> Use the browser to view the source and see the entities that were created.</b>
+
+
 
 
 
@@ -54,7 +57,7 @@
       if(newEntList != null) {
         String title = "Entity of an Apache Open For Business Project (Apache OFBiz) Component";
         String description = "None";
-        String copyright = "Copyright 2001-2008 The Apache Software Foundation";
+        String copyright = "Copyright 2001-2009 The Apache Software Foundation";
         String author = "None";
         String version = "1.0";
 %><?xml version="1.0" encoding="UTF-8"?>
@@ -143,3 +146,4 @@
   %>ERROR: You do not have permission to use this page (ENTITY_MAINT needed)<%
 }
 %>
+