Author: jacopoc
Date: Wed Mar 28 09:25:05 2007 New Revision: 523393 URL: http://svn.apache.org/viewvc?view=rev&rev=523393 Log: Misc layout cleanups. Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunTasksInfo.ftl ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl?view=diff&rev=523393&r1=523392&r2=523393 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl Wed Mar 28 09:25:05 2007 @@ -72,7 +72,7 @@ </#list> <#else> <tr> - <td colspan='4'><div class='head3'>${uiLabelMap.CommonNoElementFound}.</div></td> + <th colspan="4">${uiLabelMap.CommonNoElementFound}.</th> </tr> </#if> </table> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl?view=diff&rev=523393&r1=523392&r2=523393 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunCosts.ftl Wed Mar 28 09:25:05 2007 @@ -21,9 +21,7 @@ <#list taskCosts as taskCost> <#assign task = taskCost.task> <#assign costsForm = taskCost.costsForm> - <div> - <span class="head2">${task.workEffortName?if_exists} [${task.workEffortId}]</span> - </div> + <h2>${task.workEffortName?if_exists} [${task.workEffortId}]</h2> ${costsForm.renderFormString(context)} <br/> -</#list> \ No newline at end of file +</#list> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunTasksInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunTasksInfo.ftl?view=diff&rev=523393&r1=523392&r2=523393 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunTasksInfo.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunTasksInfo.ftl Wed Mar 28 09:25:05 2007 @@ -21,9 +21,7 @@ <#list taskInfos as taskInfo> <#assign task = taskInfo.task> <#assign taskForm = taskInfo.taskForm> - <div> - <span class="head2">${task.workEffortName?if_exists} [${task.workEffortId}]</span> - </div> + <h2>${task.workEffortName?if_exists} [${task.workEffortId}]</h2> ${taskForm.renderFormString(context)} <br/> </#list> 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=523393&r1=523392&r2=523393 ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl Wed Mar 28 09:25:05 2007 @@ -58,7 +58,7 @@ <td width='5%'> </td> <td> <input type='text' size='25' name='productId' value='${requestParameters.productId?if_exists}'/> - <span class='tabletext'> + <span> <a href="javascript:call_fieldlookup2(document.lookupinventory.productId,'LookupProduct');"> <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/> </a> @@ -172,39 +172,37 @@ <#assign additionalErrorMessage = "No QOH information found, assuming 0."> </#if> <tr bgcolor="lightblue"> - <td align="left"> - <div class='tabletext'> + <th align="left"> <b>[${inven.productId}]</b> ${product.internalName?if_exists} - </div> - </td> + </th> <td align="left"> <#if productFacility != null && productFacility?has_content> - <div class='tabletext'> + <div> <b>${uiLabelMap.ProductFacility}:</b> ${productFacility.facilityId?if_exists} </div> - <div class='tabletext'> + <div> <b>${uiLabelMap.ProductMinimumStock}:</b> ${productFacility.minimumStock?if_exists} </div> - <div class='tabletext'> + <div> <b>${uiLabelMap.ProductReorderQuantity}:</b> ${productFacility.reorderQuantity?if_exists} </div> - <div class='tabletext'> + <div> <b>${uiLabelMap.ProductDaysToShip}:</b> ${productFacility.daysToShip?if_exists} </div> </#if> </td> <td colspan="5" align="right"> - <big><b><div class='tabletext'>${quantityAvailableAtDate}</div></b></big> + <big><b><div>${quantityAvailableAtDate}</div></b></big> </td> </tr> <#if additionalErrorMessage?has_content> <tr> - <td colspan="7"><div class="tableheadtext"><font color="red">${additionalErrorMessage}</font></div></td> + <th colspan="7"><font color="red">${additionalErrorMessage}</font></th> </tr> </#if> <#list errorEvents as errorEvent> <tr> - <td colspan="7"><div class="tableheadtext"><font color="red">${errorEvent.eventName?if_exists}</font></div></td> + <th colspan="7"><font color="red">${errorEvent.eventName?if_exists}</font></td> </tr> </#list> </#if> @@ -212,15 +210,13 @@ <#assign productTmp = product> <#assign inventoryEventPlannedType = inven.getRelatedOne("InventoryEventPlannedType")> <tr class="${rowClass}"> - <td><div class='tabletext'>${inventoryEventPlannedType.get("description",locale)}</div></td> + <td>${inventoryEventPlannedType.get("description",locale)}</td> <td> </td> <td>${inven.eventName?if_exists}</td> - <td><div class='tabletext'><font <#if inven.isLate?default("N") == "Y">color='red'</#if>>${inven.getString("eventDate")}</font></div></td> + <td><font <#if inven.isLate?default("N") == "Y">color='red'</#if>>${inven.getString("eventDate")}</font></td> <td> </td> - <td><div class='tabletext'align="right"> ${inven.getString("eventQuantity")}</div></td> - <td align="right"> - <div class='tabletext'>${quantityAvailableAtDate?if_exists}</div> - </td> + <td align="right">${inven.getString("eventQuantity")}</td> + <td align="right">${quantityAvailableAtDate?if_exists}</td> </tr> <#assign count=count+1> </#list> |
Free forum by Nabble | Edit this page |