Author: adrianc
Date: Mon Feb 27 14:10:20 2012
New Revision: 1294166
URL:
http://svn.apache.org/viewvc?rev=1294166&view=revLog:
Minor UI layout fixes in Find Facility Location screen.
Modified:
ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl?rev=1294166&r1=1294165&r2=1294166&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl Mon Feb 27 14:10:20 2012
@@ -17,12 +17,12 @@ specific language governing permissions
under the License.
-->
- <div class="button-bar">
- <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="buttontext create">${uiLabelMap.ProductNewFacility}</a>
- <a href="<@ofbizUrl>EditFacilityLocation?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="buttontext create">${uiLabelMap.ProductNewFacilityLocation}</a>
+ <div class="button-bar button-style-1">
+ <a href="<@ofbizUrl>EditFacility</@ofbizUrl>" class="create">${uiLabelMap.ProductNewFacility}</a>
+ <a href="<@ofbizUrl>EditFacilityLocation?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="create">${uiLabelMap.ProductNewFacilityLocation}</a>
</div>
- <form action="<@ofbizUrl>FindFacilityLocation</@ofbizUrl>" method="get" name="findFacilityLocation">
+ <form action="<@ofbizUrl>FindFacilityLocation</@ofbizUrl>" method="get" name="findFacilityLocation" class="basic-form">
<#if (facilityId?exists)>
<input type="hidden" name="facilityId" value="${facilityId}" />
</#if>
@@ -74,7 +74,7 @@ under the License.
<#if foundLocations?exists>
<#-- TODO: Put this in a screenlet - make it look more like the party find screen -->
<br />
- <h1>${uiLabelMap.CommonFound}: ${foundLocations.size()} ${uiLabelMap.ProductLocationsFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [ID:${facilityId?if_exists}]</h1>
+ <h3>${uiLabelMap.CommonFound}: ${foundLocations.size()} ${uiLabelMap.ProductLocationsFor} <#if facility?exists>${(facility.facilityName)?if_exists}</#if> [ID:${facilityId?if_exists}]</h3>
<br />
<table class="basic-table hover-bar" cellspacing="0">
<tr class="header-row-2">