Return-Path: Delivered-To: apmail-incubator-ofbiz-commits-archive@locus.apache.org Received: (qmail 69795 invoked from network); 3 Jan 2007 16:35:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2007 16:35:47 -0000 Received: (qmail 84320 invoked by uid 500); 3 Jan 2007 16:35:54 -0000 Delivered-To: apmail-incubator-ofbiz-commits-archive@incubator.apache.org Received: (qmail 84241 invoked by uid 500); 3 Jan 2007 16:35:54 -0000 Mailing-List: contact ofbiz-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ofbiz-dev@incubator.apache.org Delivered-To: mailing list ofbiz-commits@incubator.apache.org Received: (qmail 84232 invoked by uid 99); 3 Jan 2007 16:35:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 08:35:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 08:35:46 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id C3C4D1A981D; Wed, 3 Jan 2007 08:34:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r492201 - in /ofbiz/trunk: applications/manufacturing/webapp/manufacturing/bom/ applications/manufacturing/webapp/manufacturing/jobshopmgt/ applications/manufacturing/webapp/manufacturing/mrp/ applications/manufacturing/webapp/manufacturing... Date: Wed, 03 Jan 2007 16:34:49 -0000 To: ofbiz-commits@incubator.apache.org From: jacopoc@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070103163449.C3C4D1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jacopoc Date: Wed Jan 3 08:34:48 2007 New Revision: 492201 URL: http://svn.apache.org/viewvc?view=rev&rev=492201 Log: Misc cleanups to the css styles and html of the manufacturing component. As part of issue OFBIZ-588 I've also added the style information from the div.tabletext element to the body element in the css file. Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/EditProductionRun.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunDeclaration.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendarWeek.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/FindCalendar.ftl ofbiz/trunk/framework/images/webapp/images/maincss.css Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl Wed Jan 3 08:34:48 2007 @@ -59,7 +59,7 @@   - Lookup + Lookup ${uiLabelMap.ManufacturingShowBOMAssocs} @@ -71,7 +71,7 @@   - Lookup + Lookup ${uiLabelMap.ManufacturingCopyBOMAssocs} @@ -108,7 +108,7 @@   - Lookup + Lookup @@ -116,18 +116,16 @@   - Lookup + Lookup
${uiLabelMap.CommonFromDate}:
  -
- - Calendar - (${uiLabelMap.ManufacturingWillBeSetToNow}) -
+ + Calendar + (${uiLabelMap.ManufacturingWillBeSetToNow}) <#else> @@ -163,10 +161,8 @@
${uiLabelMap.CommonThruDate}:
  -
value="${productAssoc.thruDate?if_exists}"<#else>value="${(request.getParameter("thruDate"))?if_exists}" size="30" maxlength="30"/> '${request.getParameter("thruDate")}'<#else>'${nowTimestampString}');">Calendar -
@@ -175,7 +171,7 @@ value="${(productAssoc.sequenceNum)?if_exists}"<#else>value="${(request.getParameter("sequenceNum"))?if_exists}" size="5" maxlength="10"/> -
${uiLabelMap.ManufacturingReason}:
+
${uiLabelMap.ManufacturingReason}:
  value="${(productAssoc.reason)?if_exists}"<#else>value="${(request.getParameter("reason"))?if_exists}" size="60" maxlength="255"/> @@ -239,17 +235,17 @@ - - - - - - - - - - - + + + + + + + + + + + <#list assocFromProducts as assocFromProduct> <#assign listToProduct = assocFromProduct.getRelatedOneCache("AssocProduct")> @@ -261,11 +257,11 @@ ${(assocFromProduct.fromDate)?if_exists}  - - - - - + + + + +
${uiLabelMap.ProductProductId}
${uiLabelMap.ProductProductName}
${uiLabelMap.CommonFromDate}
${uiLabelMap.CommonThruDate}
${uiLabelMap.CommonSequenceNum}
${uiLabelMap.CommonQuantity}
${uiLabelMap.ManufacturingScrapFactor}
${uiLabelMap.ManufacturingFormula}
${uiLabelMap.ManufacturingRoutingTask}
 
 
${uiLabelMap.ProductProductId}${uiLabelMap.ProductProductName}${uiLabelMap.CommonFromDate}${uiLabelMap.CommonThruDate}${uiLabelMap.CommonSequenceNum}${uiLabelMap.CommonQuantity}${uiLabelMap.ManufacturingScrapFactor}${uiLabelMap.ManufacturingFormula}${uiLabelMap.ManufacturingRoutingTask}  
style="color: red;"> ${(assocFromProduct.thruDate)?if_exists} 
 ${(assocFromProduct.sequenceNum)?if_exists}
 ${(assocFromProduct.quantity)?if_exists}
 ${(assocFromProduct.scrapFactor)?if_exists}
 ${(assocFromProduct.estimateCalcMethod)?if_exists}
 ${(assocFromProduct.routingWorkEffortId)?if_exists}
 ${(assocFromProduct.sequenceNum)?if_exists} ${(assocFromProduct.quantity)?if_exists} ${(assocFromProduct.scrapFactor)?if_exists} ${(assocFromProduct.estimateCalcMethod)?if_exists} ${(assocFromProduct.routingWorkEffortId)?if_exists} " class="buttontext"> ${uiLabelMap.CommonDelete} @@ -282,12 +278,12 @@

${uiLabelMap.ManufacturingProductComponentOf}

- - - - - - + + + + + + <#list assocToProducts as assocToProduct> <#assign listToProduct = assocToProduct.getRelatedOneCache("MainProduct")> @@ -296,9 +292,9 @@ - - - + + +
${uiLabelMap.ProductProductId}
${uiLabelMap.ProductProductName}
${uiLabelMap.CommonFromDate}
${uiLabelMap.CommonThruDate}
${uiLabelMap.CommonQuantity}
 
${uiLabelMap.ProductProductId}${uiLabelMap.ProductProductName}${uiLabelMap.CommonFromDate}${uiLabelMap.CommonThruDate}${uiLabelMap.CommonQuantity} 
${(assocToProduct.productId)?if_exists} <#if listToProduct?exists>${(listToProduct.internalName)?if_exists}
${(assocToProduct.getTimestamp("fromDate"))?if_exists} 
${(assocToProduct.getTimestamp("thruDate"))?if_exists} 
${(assocToProduct.quantity)?if_exists} 
${(assocToProduct.getTimestamp("fromDate"))?if_exists} ${(assocToProduct.getTimestamp("thruDate"))?if_exists} ${(assocToProduct.quantity)?if_exists}  " class="buttontext"> ${uiLabelMap.CommonDelete} @@ -308,5 +304,5 @@

-
NOTE: Red date/time entries denote that the current time is before the From Date or after the Thru Date. If the From Date is red, association has not started yet; if Thru Date is red, association has expired (and should probably be deleted).
+ NOTE: Red date/time entries denote that the current time is before the From Date or after the Thru Date. If the From Date is red, association has not started yet; if Thru Date is red, association has expired (and should probably be deleted). Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/EditProductionRun.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/EditProductionRun.ftl?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/EditProductionRun.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/EditProductionRun.ftl Wed Jan 3 08:34:48 2007 @@ -18,7 +18,7 @@ <#if productionRunId?has_content> <#-- Mandatory work efforts --> <#if mandatoryWorkEfforts?has_content> -
+

${uiLabelMap.ManufacturingMandatoryProductionRuns}: <#list mandatoryWorkEfforts as mandatoryWorkEffortAssoc> <#assign mandatoryWorkEffort = mandatoryWorkEffortAssoc.getRelatedOne("FromWorkEffort")> @@ -32,11 +32,11 @@ -

+

<#-- Dependent work efforts --> <#if dependentWorkEfforts?has_content> -
+

${uiLabelMap.ManufacturingDependentProductionRuns}: <#list dependentWorkEfforts as dependentWorkEffortAssoc> <#assign dependentWorkEffort = dependentWorkEffortAssoc.getRelatedOne("ToWorkEffort")> @@ -50,7 +50,7 @@ -

+

@@ -172,7 +172,7 @@ - @@ -188,7 +188,7 @@
${uiLabelMap.ManufacturingListOfProductionRunRoutingTasks}
+
${uiLabelMap.ManufacturingAddRoutingTask}
- @@ -204,7 +204,7 @@
${uiLabelMap.ManufacturingListOfProductionRunComponents}
+
${uiLabelMap.ManufacturingAddProductionRunProductComponent}
- Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunDeclaration.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunDeclaration.ftl?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunDeclaration.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunDeclaration.ftl Wed Jan 3 08:34:48 2007 @@ -19,7 +19,7 @@ <#-- Mandatory work efforts --> <#if mandatoryWorkEfforts?has_content> -
+

${uiLabelMap.ManufacturingMandatoryProductionRuns}: <#list mandatoryWorkEfforts as mandatoryWorkEffortAssoc> <#assign mandatoryWorkEffort = mandatoryWorkEffortAssoc.getRelatedOne("FromWorkEffort")> @@ -33,11 +33,11 @@ -

+

<#-- Dependent work efforts --> <#if dependentWorkEfforts?has_content> -
+

${uiLabelMap.ManufacturingDependentProductionRuns}: <#list dependentWorkEfforts as dependentWorkEffortAssoc> <#assign dependentWorkEffort = dependentWorkEffortAssoc.getRelatedOne("ToWorkEffort")> @@ -51,7 +51,7 @@ -

+

${uiLabelMap.ManufacturingListOfProductionRunFixedAssets}
+
${uiLabelMap.ManufacturingAddProductionRunFixedAssetAssign}
@@ -250,8 +250,7 @@
- +
${uiLabelMap.ManufacturingListOfProductionRunComponents}
-
${ListProductionRunComponentsWrapper.renderFormString(context)} Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl Wed Jan 3 08:34:48 2007 @@ -33,7 +33,7 @@
-
+

<#if requestParameters.hideFields?default("N") == "Y"> ${uiLabelMap.CommonShowLookupFields} <#else> @@ -42,7 +42,7 @@ ${uiLabelMap.CommonLookup} -

+

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/EditCalendar.ftl Wed Jan 3 08:34:48 2007 @@ -28,24 +28,24 @@ <#if techDataCalendar?has_content> - + - + <#else> - + - + - +
${uiLabelMap.ManufacturingCalendarId}
${uiLabelMap.ManufacturingCalendarId}  
${techDataCalendar.calendarId?if_exists} (${uiLabelMap.CommonNotModifRecreat})
${techDataCalendar.calendarId?if_exists} (${uiLabelMap.CommonNotModifRecreat})
${uiLabelMap.ManufacturingCalendarId}
${uiLabelMap.ManufacturingCalendarId}  
${uiLabelMap.CommonDescription}
${uiLabelMap.CommonDescription}  
${uiLabelMap.ManufacturingCalendarWeekId}
${uiLabelMap.ManufacturingCalendarWeekId}   - + - + <#else>

${uiLabelMap.ManufacturingCreateCalendarWeek}

@@ -37,76 +37,76 @@
${uiLabelMap.ManufacturingCalendarWeekId}
${uiLabelMap.ManufacturingCalendarWeekId}  
${calendarWeek.calendarWeekId?if_exists} (${uiLabelMap.CommonNotModifRecreat})
${calendarWeek.calendarWeekId?if_exists} (${uiLabelMap.CommonNotModifRecreat})
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/FindCalendar.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/FindCalendar.ftl?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/FindCalendar.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/FindCalendar.ftl Wed Jan 3 08:34:48 2007 @@ -29,9 +29,9 @@ <#if techDataCalendars?has_content> <#list techDataCalendars as techDataCalendar> - - - + + +
${uiLabelMap.ManufacturingCalendarWeekId}
${uiLabelMap.ManufacturingCalendarWeekId}  
${uiLabelMap.CommonDescription}
${uiLabelMap.CommonDescription}  
${uiLabelMap.CommonMonday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonMonday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${uiLabelMap.CommonTuesday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonTuesday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${uiLabelMap.CommonWednesday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonWednesday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${uiLabelMap.CommonThursday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonThursday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${uiLabelMap.CommonFriday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonFriday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${uiLabelMap.CommonSaturday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonSaturday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${uiLabelMap.CommonSunday} ${uiLabelMap.ManufacturingStartTime}
${uiLabelMap.CommonSunday} ${uiLabelMap.ManufacturingStartTime}    
${uiLabelMap.ManufacturingCalendarCapacity}
${uiLabelMap.ManufacturingCalendarCapacity}  
${techDataCalendar.calendarId}
${techDataCalendar.get("description",locale)?if_exists}
${techDataCalendar.calendarWeekId?if_exists}
${techDataCalendar.calendarId}${techDataCalendar.get("description",locale)?if_exists}${techDataCalendar.calendarWeekId?if_exists} ${uiLabelMap.CommonEdit} ${uiLabelMap.CommonDelete} Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?view=diff&rev=492201&r1=492200&r2=492201 ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/maincss.css (original) +++ ofbiz/trunk/framework/images/webapp/images/maincss.css Wed Jan 3 08:34:48 2007 @@ -19,6 +19,9 @@ /* ===== General Styles ===== */ BODY { +font-size: 10px; +text-decoration: none; +font-family: Verdana, Arial, Helvetica, sans-serif; background: #D4D0C8; margin-top: 0px; margin-right: 0px; @@ -1070,30 +1073,33 @@ } /* ==== Styles For The Html Log === */ -.DEBUG{ +.DEBUG { font-size: 10px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; -color:gray; +color: gray; } -.WARN{ + +.WARN { font-size: 10px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; -font-weight:bold; -color:blue; +font-weight: bold; +color: blue; } + .INFO{ font-size: 10px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color:green; } -.ERROR{ + +.ERROR { font-size: 10px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; -font-weight:bold; -color:red; +font-weight: bold; +color: red; border: 2px solid red; }