svn commit: r739574 - in /ofbiz/trunk: applications/accounting/webapp/accounting/fixedasset/ applications/party/webapp/partymgr/party/ applications/product/webapp/facility/facility/ framework/common/webcommon/WEB-INF/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r739574 - in /ofbiz/trunk: applications/accounting/webapp/accounting/fixedasset/ applications/party/webapp/partymgr/party/ applications/product/webapp/facility/facility/ framework/common/webcommon/WEB-INF/

jleroux@apache.org
Author: jleroux
Date: Sat Jan 31 16:22:41 2009
New Revision: 739574

URL: http://svn.apache.org/viewvc?rev=739574&view=rev
Log:
Reverted on Jacopo's advice

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetGeoLocation.ftl
    ofbiz/trunk/applications/party/webapp/partymgr/party/partygeolocation.ftl
    ofbiz/trunk/applications/product/webapp/facility/facility/FacilityLocationGeoLocation.ftl
    ofbiz/trunk/framework/common/webcommon/WEB-INF/geolocation.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetGeoLocation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetGeoLocation.ftl?rev=739574&r1=739573&r2=739574&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetGeoLocation.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetGeoLocation.ftl Sat Jan 31 16:22:41 2009
@@ -46,5 +46,5 @@
     </#if>  
   </#if>
 <#else>
-    <a href="<@ofbizUrl>PartyGeoLocation?partyId=DemoCustomer</@ofbizUrl>" class="button">${uiLabelMap.CommonNoGeolocationAvailable}</a>      
+  <h2>${uiLabelMap.CommonNoGeolocationAvailable}</h2>      
 </#if>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/partygeolocation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/partygeolocation.ftl?rev=739574&r1=739573&r2=739574&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/partygeolocation.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/partygeolocation.ftl Sat Jan 31 16:22:41 2009
@@ -46,5 +46,5 @@
     </#if>  
   </#if>
 <#else>
-  <a href="<@ofbizUrl>PartyGeoLocation?partyId=DemoCustomer</@ofbizUrl>" class="button">${uiLabelMap.CommonNoGeolocationAvailable}</a>
+  <h2>${uiLabelMap.CommonNoGeolocationAvailable}</h2>      
 </#if>

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FacilityLocationGeoLocation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityLocationGeoLocation.ftl?rev=739574&r1=739573&r2=739574&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityLocationGeoLocation.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityLocationGeoLocation.ftl Sat Jan 31 16:22:41 2009
@@ -46,6 +46,5 @@
     </#if>  
   </#if>
 <#else>
-    <a href="<@ofbizUrl>PartyGeoLocation?partyId=DemoCustomer</@ofbizUrl>" class="button">${uiLabelMap.CommonNoGeolocationAvailable}</a>
-      
+  <h2>${uiLabelMap.CommonNoGeolocationAvailable}</h2>      
 </#if>

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/geolocation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/geolocation.ftl?rev=739574&r1=739573&r2=739574&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/geolocation.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/geolocation.ftl Sat Jan 31 16:22:41 2009
@@ -44,6 +44,5 @@
     </#if>  
   </#if>
 <#else>
-    <a href="<@ofbizUrl>PartyGeoLocation?partyId=DemoCustomer</@ofbizUrl>" class="button">${uiLabelMap.CommonNoGeolocationAvailable}</a>
-      
+  <h2>${uiLabelMap.CommonNoGeolocationAvailable}</h2>      
 </#if>