You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/08/10 18:28:19 UTC

svn commit: r684548 [4/4] - in /ofbiz/trunk: applications/content/template/survey/ applications/content/webapp/content/cms/ applications/content/webapp/content/contentsetup/ applications/ecommerce/templates/email/ applications/ecommerce/templates/surve...

Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl Sun Aug 10 09:28:14 2008
@@ -28,31 +28,31 @@
         <table border="0" cellpadding="2" cellspacing="0" class="basic-table">
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductShipmentId}</td>
-            <td width="80%" align="left">${shipment.shipmentId}</td>
+            <td width="80%">${shipment.shipmentId}</td>
           </tr>    
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductShipmentType}</td>
-            <td width="80%" align="left">${(shipmentType.get("description",locale))?default(shipment.shipmentTypeId?if_exists)}</td>
+            <td width="80%">${(shipmentType.get("description",locale))?default(shipment.shipmentTypeId?if_exists)}</td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductStatus}</td>
-            <td width="80%" align="left">${(statusItem.get("description",locale))?default(shipment.statusId?if_exists)}</td>
+            <td width="80%">${(statusItem.get("description",locale))?default(shipment.statusId?if_exists)}</td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductPrimaryOrderId}</td>
-            <td width="80%" align="left"><#if shipment.primaryOrderId?exists><a href="/ordermgr/control/orderview?orderId=${shipment.primaryOrderId}" class="buttontext">${shipment.primaryOrderId}</a></#if></td>
+            <td width="80%"><#if shipment.primaryOrderId?exists><a href="/ordermgr/control/orderview?orderId=${shipment.primaryOrderId}" class="buttontext">${shipment.primaryOrderId}</a></#if></td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductPrimaryReturnId}</td>
-            <td width="80%" align="left"><#if shipment.primaryReturnId?exists><a href="/ordermgr/control/returnMain?returnId=${shipment.primaryReturnId}" class="buttontext">${shipment.primaryReturnId}</a></#if></td>
+            <td width="80%"><#if shipment.primaryReturnId?exists><a href="/ordermgr/control/returnMain?returnId=${shipment.primaryReturnId}" class="buttontext">${shipment.primaryReturnId}</a></#if></td>
           </tr>          
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductPrimaryShipGroupSeqId}</td>
-            <td width="80%" align="left">${shipment.primaryShipGroupSeqId?if_exists}</td>
+            <td width="80%">${shipment.primaryShipGroupSeqId?if_exists}</td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductEstimatedDates}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <span>
                 <span>${uiLabelMap.CommonReady}:&nbsp;</span>${(shipment.estimatedReadyDate.toString())?if_exists}
                 <span>${uiLabelMap.ProductEstimatedShipDate}:&nbsp;</span>${(shipment.estimatedShipDate.toString())?if_exists}
@@ -62,15 +62,15 @@
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductLatestCancelDate}</td>
-            <td width="80%" align="left">${(shipment.latestCancelDate.toString())?if_exists}</td>
+            <td width="80%">${(shipment.latestCancelDate.toString())?if_exists}</td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductEstimatedShipCost}</td>
-            <td width="80%" align="left">${(shipment.estimatedShipCost)?if_exists}</td>
+            <td width="80%">${(shipment.estimatedShipCost)?if_exists}</td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductAdditionalShippingCharge}</td>
-            <td width="80%" align="left">
+            <td width="80%">
                 <#if shipment.additionalShippingCharge?exists>
                     <@ofbizCurrency amount=shipment.additionalShippingCharge isoCode=shipment.currencyUomId?if_exists />
                 </#if>
@@ -78,18 +78,18 @@
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductHandlingInstructions}</td>
-            <td width="80%" align="left">${shipment.handlingInstructions?if_exists}</td>
+            <td width="80%">${shipment.handlingInstructions?if_exists}</td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductFacilities}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <div>${uiLabelMap.ProductOrigin}:&nbsp;${(originFacility.facilityName)?if_exists}&nbsp;[${(shipment.originFacilityId?if_exists)}]</div>
               <div>${uiLabelMap.ProductDestination}:&nbsp;${(destinationFacility.facilityName)?if_exists}&nbsp;[${(shipment.destinationFacilityId?if_exists)}]</div>
             </td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.PartyParties}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <span>
                 <span>${uiLabelMap.CommonTo}:&nbsp;${(toPerson.firstName)?if_exists} ${(toPerson.middleName)?if_exists} ${(toPerson.lastName)?if_exists} ${(toPartyGroup.groupName)?if_exists} [${shipment.partyIdTo?if_exists}]
                 <span>${uiLabelMap.CommonFrom}:&nbsp;${(fromPerson.firstName)?if_exists} ${(fromPerson.middleName)?if_exists} ${(fromPerson.lastName)?if_exists} ${(fromPartyGroup.groupName)?if_exists} [${shipment.partyIdFrom?if_exists}]
@@ -98,27 +98,27 @@
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductAddresses}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <div>${uiLabelMap.ProductOrigin}:&nbsp;${shipment.originContactMechId?if_exists}&nbsp;<#if originPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${originPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${originPostalAddress.attnName?if_exists}, ${originPostalAddress.address1?if_exists}, ${originPostalAddress.address2?if_exists}, ${originPostalAddress.city?if_exists}, ${originPostalAddress.stateProvinceGeoId?if_exists}, ${originPostalAddress.postalCode?if_exists}, ${originPostalAddress.countryGeoId?if_exists}]</#if></div>
               <div>${uiLabelMap.ProductDestination}:&nbsp;${shipment.destinationContactMechId?if_exists}&nbsp;<#if destinationPostalAddress?has_content>[${uiLabelMap.CommonTo} : ${destinationPostalAddress.toName?if_exists}, ${uiLabelMap.CommonAttn} : ${destinationPostalAddress.attnName?if_exists}, ${destinationPostalAddress.address1?if_exists}, ${destinationPostalAddress.address2?if_exists}, ${destinationPostalAddress.city?if_exists}, ${destinationPostalAddress.stateProvinceGeoId?if_exists}, ${destinationPostalAddress.postalCode?if_exists}, ${destinationPostalAddress.countryGeoId?if_exists}]</#if></div>
             </td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.ProductPhoneNumbers}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <div>${uiLabelMap.ProductOrigin}:&nbsp;${shipment.originTelecomNumberId?if_exists}&nbsp;<#if originTelecomNumber?has_content>[${originTelecomNumber.countryCode?if_exists}  ${originTelecomNumber.areaCode?if_exists} ${originTelecomNumber.contactNumber?if_exists}]</#if></div>
               <div>${uiLabelMap.ProductDestination}:&nbsp;${shipment.destinationTelecomNumberId?if_exists}&nbsp;<#if destinationTelecomNumber?has_content>[${destinationTelecomNumber.countryCode?if_exists}  ${destinationTelecomNumber.areaCode?if_exists} ${destinationTelecomNumber.contactNumber?if_exists}]</#if></div>
             </td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.CommonCreated}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <div>${uiLabelMap.CommonBy} [${shipment.createdByUserLogin?if_exists}] ${uiLabelMap.CommonOn} ${(shipment.createdDate.toString())?if_exists}</div>
             </td>
           </tr>
           <tr>
             <td width="20%" align="right" class="label">${uiLabelMap.CommonLastUpdated}</td>
-            <td width="80%" align="left">
+            <td width="80%">
               <div>${uiLabelMap.CommonBy} [${shipment.lastModifiedByUserLogin?if_exists}] ${uiLabelMap.CommonOn} ${(shipment.lastModifiedDate.toString())?if_exists}</div>
             </td>
           </tr>

Modified: ofbiz/trunk/framework/images/webapp/images/ecommain.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/ecommain.css?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/ecommain.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/ecommain.css Sun Aug 10 09:28:14 2008
@@ -662,14 +662,6 @@
 }
 
 /* ===== Misc/General Styles ===== */
-HR.sepbar {
-font-size: xx-small;
-width: 100%;
-height: 1px;
-background: #999999;
-border-width: 0px;
-}
-
 .errorMessage {
 font-size: 8pt;
 font-weight: bold;

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/UomReport.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/UomReport.xml?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/UomReport.xml (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/UomReport.xml Sun Aug 10 09:28:14 2008
@@ -54,17 +54,17 @@
 		<field id="2" type="text">
 		    <text><![CDATA[Abbreviation]]></text>
 		    <bounds x="69.0" y="1.0" width="78.0" height="16.0" />
-		    <format size="11.0" bold="true" underline="true" align="left" />
+		    <format size="11.0" bold="true" underline="true" />
 		</field>
 		<field id="4" type="text">
 		    <text><![CDATA[Description]]></text>
 		    <bounds x="150.0" y="1.0" width="120.0" height="16.0" />
-		    <format size="11.0" bold="true" underline="true" align="left" />
+		    <format size="11.0" bold="true" underline="true" />
 		</field>
 		<field id="6" type="text">
 		    <text><![CDATA[Uom_id]]></text>
 		    <bounds x="7.0" y="0.0" width="61.0" height="16.0" />
-		    <format size="11.0" bold="true" underline="true" align="left" />
+		    <format size="11.0" bold="true" underline="true" />
 		</field>
 	    </section>
 	</headers>
@@ -81,7 +81,7 @@
 		<section height="18.0">
 		    <field id="11" type="column" value="UOM_TYPE.UOM_TYPE_ID">
 			<bounds x="68.0" y="0.0" width="176.0" height="18.0" />
-			<format size="11.0" bold="true" align="left" />
+			<format size="11.0" bold="true" />
 		    </field>
 		    <field id="12" type="text">
 			<text><![CDATA[UOM Type:]]></text>
@@ -103,7 +103,7 @@
 	<section height="15.0">
 	    <field id="1" type="column" value="UOM.ABBREVIATION">
 		<bounds x="69.0" y="0.0" width="80.0" height="15.0" />
-		<format size="9.0" align="left" format="" />
+		<format size="9.0" format="" />
 		<border>
 		    <edge location="top" number="0" thickness="1.0" style="line" />
 		    <edge location="bottom" number="0" thickness="1.0" style="line" />
@@ -113,7 +113,7 @@
 	    </field>
 	    <field id="3" type="column" value="UOM.DESCRIPTION">
 		<bounds x="151.0" y="0.0" width="355.0" height="15.0" />
-		<format size="9.0" bold="true" align="left" format="" />
+		<format size="9.0" bold="true" format="" />
 		<border>
 		    <edge location="top" number="0" thickness="1.0" style="line" />
 		    <edge location="bottom" number="0" thickness="1.0" style="line" />
@@ -123,7 +123,7 @@
 	    </field>
 	    <field id="5" type="column" value="UOM.UOM_ID">
 		<bounds x="6.0" y="0.0" width="63.0" height="15.0" />
-		<format size="9.0" bold="true" align="left" format="" />
+		<format size="9.0" bold="true" format="" />
 		<border>
 		    <edge location="top" number="0" thickness="1.0" style="line" />
 		    <edge location="bottom" number="0" thickness="1.0" style="line" />

Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/login.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/login.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/login.ftl (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/login.ftl Sun Aug 10 09:28:14 2008
@@ -55,7 +55,7 @@
                         <td align="right">
                           <span>Username&nbsp;</span>
                         </td>
-                        <td align="left">
+                        <td>
                           <input type="text" name="USERNAME" value="${username}" size="20">
                         </td>
                       </tr>
@@ -63,7 +63,7 @@
                         <td align="right">
                           <span>Password&nbsp;</span>
                         </td>
-                        <td align="left">
+                        <td>
                           <input type="password" name="PASSWORD" value="" size="20">
                         </td>
                       </tr>

Modified: ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl (original)
+++ ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl Sun Aug 10 09:28:14 2008
@@ -35,8 +35,8 @@
     </div>   
     <div class="screenlet-body">
       <table class="basic-table" cellspacing="0">
-        <tr align="left" valign="bottom" class="header-row">
-          <td width="10%" align="left"><b>${uiLabelMap.EcommerceProduct}</b></td>               
+        <tr valign="bottom" class="header-row">
+          <td width="10%"><b>${uiLabelMap.EcommerceProduct}</b></td>               
           <td width="10%" align="center"><b>${uiLabelMap.OagisInventoryLevelDateTime}</b></td>
           <td width="10%" align="right"><b>${uiLabelMap.OrderReturnItemInventoryStatus}</b></td>
           <td width="10%" align="right"><b>${uiLabelMap.OrderQuantity} (Inventory)</b></td>
@@ -47,7 +47,7 @@
         <#assign alt_row = false>
         <#list inventoryMapList as inventoryMap>
           <tr valign="middle"<#if alt_row> class="alternate-row"</#if>>
-            <td align="left" valign="top"> ${inventoryMap.productId?if_exists}</td>   
+            <td valign="top"> ${inventoryMap.productId?if_exists}</td>   
             <td align="right" valign="top"> ${inventoryMap.timestamp?if_exists?if_exists}</td>
             <td align="right" valign="top"> ${inventoryMap.statusId?if_exists?if_exists}</td>                        
             <td align="center" valign="top"> ${inventoryMap.quantityOnHandTotal?if_exists?if_exists}</td>   

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl Sun Aug 10 09:28:14 2008
@@ -64,14 +64,14 @@
         </tr>        
         <tr>
           <td>&nbsp;</td>
-          <td align="left">
+          <td>
             <a href="javascript:document.lookupTask.submit()" class="buttontext">${uiLabelMap.CommonFind}</a>
           </td>
         </tr>
         <tr><td>&nbsp;</td></tr>
         <tr>
           <td>
-            <div class='tableheadtext'>${uiLabelMap.ProjectMgrFilterOn} ${uiLabelMap.ProjectMgrTaskNotAssignedPhase}</div>
+            <div class='label'>${uiLabelMap.ProjectMgrFilterOn} ${uiLabelMap.ProjectMgrTaskNotAssignedPhase}</div>
           </td>          
           <td>            
             <input type="checkbox" name="filterTaskNotAssigned" value="Y" onclick="javascript:lookupTasks(true);"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl Sun Aug 10 09:28:14 2008
@@ -38,11 +38,11 @@
             <table width="100%" border="0" cellpadding="1">
               <#list workEffortNoteandDetails as note>
                 <tr>
-                  <td align="left" valign="top" width="35%">
+                  <td valign="top" width="35%">
                     <div>&nbsp;<b>${uiLabelMap.CommonBy}: </b>${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, note.noteParty, true)}</div>
                     <div>&nbsp;<b>${uiLabelMap.CommonAt}: </b>${Static["org.ofbiz.base.util.UtilDateTime"].timeStampToString(note.noteDateTime?if_exists,"dd-MM-yyyy HH:mm",Static["java.util.TimeZone"].getDefault(),context.get("locale"))}</div>
                   </td>
-                  <td align="left" valign="top" width="50%">
+                  <td valign="top" width="50%">
                     <div>${note.noteInfo?if_exists}</div>
                   </td>
                   <td align="right" valign="top" width="15%">

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/main.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/main.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/main.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/main.ftl Sun Aug 10 09:28:14 2008
@@ -22,7 +22,7 @@
     <td width="100%">
       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxtop">
         <tr>
-          <td align="left" width="90%" >
+          <td width="90%" >
             <div class="boxhead">&nbsp;${uiLabelMap.SharkMainPage}</div>
           </td>        
         </tr>

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processDetailList.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processDetailList.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processDetailList.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processDetailList.ftl Sun Aug 10 09:28:14 2008
@@ -37,8 +37,8 @@
     </tr>
     <#list processes as proc>
       <tr>
-        <td align="left"><div>${proc.key()}</div></td>
-        <td align="left"><div>${proc.state()}</div></td>
+        <td><div>${proc.key()}</div></td>
+        <td><div>${proc.state()}</div></td>
         <td align="center"><div>${proc.priority()}</div></td>
         <td align="center"><div>${proc.how_many_step()}</div></td>
         <#if proc.state() != "open.not_running.not_started">

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processHistory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processHistory.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processHistory.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processHistory.ftl Sun Aug 10 09:28:14 2008
@@ -29,8 +29,8 @@
     <#list historyList as history>
       <#assign time = history.time_stamp().getTime()>
       <tr>
-        <td align="left"><div>${Static["org.ofbiz.base.util.UtilDateTime"].getTimestamp(time)}</div></td>
-        <td align="left">
+        <td><div>${Static["org.ofbiz.base.util.UtilDateTime"].getTimestamp(time)}</div></td>
+        <td>
           <div>
             <#assign eventType = history.event_type()>
             ${eventType}

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processList.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processList.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processList.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processList.ftl Sun Aug 10 09:28:14 2008
@@ -34,9 +34,9 @@
     <#list processMgrs as mgr>
       <#assign state = mgr.process_mgr_state().value()>
       <tr>
-        <td align="left"><div>${mgr.name()}</div></td>
-        <td align="left"><div>${mgr.version()}</div></td>
-        <td align="left"><div>${mgr.category()}</div></td>
+        <td><div>${mgr.name()}</div></td>
+        <td><div>${mgr.version()}</div></td>
+        <td><div>${mgr.category()}</div></td>
         <td align="center"><div><#if state == enabledCode>Y<#else>N</#if></div></td>
         <td align="center"><div>${mgr.how_many_process()}</div></td>
         <#if state == enabledCode>

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processSteps.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processSteps.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processSteps.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/process/processSteps.ftl Sun Aug 10 09:28:14 2008
@@ -36,11 +36,11 @@
     <#list steps as step>
       <#assign time = step.last_state_time().getTime()>
       <tr>
-        <td align="left"><div>${step.key()}</div></td>
-        <td align="left"><div>${step.name()}</div></td>
-        <td align="left"><div>${step.description()}</div></td>
-        <td align="left"><div>${step.state()}</div></td>
-        <td align="left"><div>${Static["org.ofbiz.base.util.UtilDateTime"].getTimestamp(time)}</div></td>
+        <td><div>${step.key()}</div></td>
+        <td><div>${step.name()}</div></td>
+        <td><div>${step.description()}</div></td>
+        <td><div>${step.state()}</div></td>
+        <td><div>${Static["org.ofbiz.base.util.UtilDateTime"].getTimestamp(time)}</div></td>
         <td align="center"><div>${step.priority()}</div></td>
         <td align="center"><div>${step.how_many_assignment()}</div></td>
       </tr>

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl Sun Aug 10 09:28:14 2008
@@ -40,8 +40,8 @@
         </#if>
 
         <tr>
-          <td align="left"><div>${packageId?default("??")}</div>
-          <td align="left"><div>${version?default("??")}</div></td>
+          <td><div>${packageId?default("??")}</div>
+          <td><div>${version?default("??")}</div></td>
           <td align="center"><div><#if open>Y<#else>N</#if></div>
           <td align="center"><a href="<@o...@ofbizUrl>" class="buttontext">Remove</a>
           <td align="center"><a href="<@ofbizUrl>repository?<#if open>close=${packageId}&version=${version}<#e...@ofbizUrl>" class="buttontext"><#if open>Close<#else>Open</#if></a>

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/tasklist/worklist.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/tasklist/worklist.ftl?rev=684548&r1=684547&r2=684548&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/tasklist/worklist.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/tasklist/worklist.ftl Sun Aug 10 09:28:14 2008
@@ -48,16 +48,16 @@
           <input type="hidden" name="resource" value="${assignm.assignee().resource_key()}">
           <input type="hidden" name="mode" value="accept">
 
-          <td align="left"><div>${assignm.assignee().resource_key()}</div></td>
-          <td align="left"><div>${assignm.activity().name()}</div></td>
-          <td align="left"><div>${assignm.activity().key()}</div></td>
+          <td><div>${assignm.assignee().resource_key()}</div></td>
+          <td><div>${assignm.activity().name()}</div></td>
+          <td><div>${assignm.activity().key()}</div></td>
           <td align="center">
             <input type="checkbox" name="accept" onclick="javascript:document.assignmentChange${formNumber}.submit();" value="Y" <#if assignm.get_accepted_status()>checked</#if>>
           </td>
           <td align="center"><div>${assignm.activity().priority()}</div></td>
-          <td align="left"><div>${assignm.activity().state()}</div></td>
+          <td><div>${assignm.activity().state()}</div></td>
           <#if (time > 0)>
-            <td align="left"><div>${Static["org.ofbiz.base.util.UtilDateTime"].getTimestamp(time)}</div></td>
+            <td><div>${Static["org.ofbiz.base.util.UtilDateTime"].getTimestamp(time)}</div></td>
           <#else>
             <td align="center"><div>N/A</div></td>
           </#if>