You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2007/12/29 07:55:00 UTC

svn commit: r607389 - in /ofbiz/trunk: specialpurpose/projectmgr/widget/TimeSheetScreens.xml startofbiz.sh

Author: hansbak
Date: Fri Dec 28 22:55:00 2007
New Revision: 607389

URL: http://svn.apache.org/viewvc?rev=607389&view=rev
Log:
more re-use of screen parts

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml
    ofbiz/trunk/startofbiz.sh

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml?rev=607389&r1=607388&r2=607389&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml Fri Dec 28 22:55:00 2007
@@ -85,12 +85,7 @@
                                 <include-form name="AddWeeklyTimesheet" location="component://projectmgr/widget/forms/TimeSheetForms.xml"/>
                             </container>
                         </container>
-                        <container style="screenlet">
-                            <container style="screenlet-title-bar"><label style="boxhead">${uiLabelMap.PageTitleTimesheets} ${uiLabelMap.CommonOf} ${partyNameView.firstName} ${partyNameView.middleName} ${partyNameView.lastName} </label></container>                                
-                            <container style="screenlet-body"> 
-                                <include-form name="ListTimeSheets" location="component://projectmgr/widget/forms/TimeSheetForms.xml"/>
-                            </container>
-                        </container>
+                        <include-screen name="ListTimesheets"/>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -185,12 +180,7 @@
                                 <include-form name="AddMyWeeklyTimesheet" location="component://projectmgr/widget/forms/TimeSheetForms.xml"/>
                             </container>
                         </container>
-                        <container style="screenlet">
-                            <container style="screenlet-title-bar"><label style="boxhead">${uiLabelMap.PageTitleMyTimesheets}</label></container>                                
-                            <container style="screenlet-body"> 
-                                <include-form name="ListTimeSheets" location="component://projectmgr/widget/forms/TimeSheetForms.xml"/>
-                            </container>
-                        </container>
+                        <include-screen name="ListTimesheets"/>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -257,5 +247,17 @@
                 </decorator-screen>
             </widgets>
         </section>
+    </screen>
+    <screen name="ListTimesheets">
+        <section>
+            <widgets>
+                <container style="screenlet">
+                    <container style="screenlet-title-bar"><label style="boxhead">${uiLabelMap.PageTitleTimesheets} ${uiLabelMap.CommonOf} ${partyNameView.firstName} ${partyNameView.middleName} ${partyNameView.lastName} </label></container>                                
+                    <container style="screenlet-body"> 
+                        <include-form name="ListTimeSheets" location="component://projectmgr/widget/forms/TimeSheetForms.xml"/>
+                    </container>
+                </container>
+            </widgets>
+        </section>
     </screen>
 </screens>

Modified: ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.sh?rev=607389&r1=607388&r2=607389&view=diff
==============================================================================
--- ofbiz/trunk/startofbiz.sh (original)
+++ ofbiz/trunk/startofbiz.sh Fri Dec 28 22:55:00 2007
@@ -32,7 +32,7 @@
 ADMIN="-Dofbiz.admin.port=$ADMIN_PORT -Dofbiz.admin.key=$ADMIN_KEY"
 #DEBUG="-Dsun.rmi.server.exceptionTrace=true"
 #RMIIF="-Djava.rmi.server.hostname=<set your IP address here>"
-MEMIF="-Xms128M -Xmx256M"
+MEMIF="-Xms256M -Xmx512M"
 LANGUAGE="-Duser.language=en"
 VMARGS="$MEMIF $DEBUG $RMIIF $ADMIN $LANGUAGE"