[OFBiz] SVN: r4958 - trunk/specialized/opentravelsystem/webapp/hotelbackend/screens

hansbak at svn.ofbiz.org hansbak at svn.ofbiz.org
Thu May 5 00:10:08 EDT 2005


Author: hansbak
Date: 2005-05-04 23:10:00 -0500 (Wed, 04 May 2005)
New Revision: 4958

Modified:
   trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogScreens.xml
Log:
some more fixes

Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogScreens.xml
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogScreens.xml	2005-05-05 02:15:29 UTC (rev 4957)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogScreens.xml	2005-05-05 04:10:00 UTC (rev 4958)
@@ -672,9 +672,10 @@
             <actions>
                 <set field="layoutSettings.extraHead" value="&lt;link rel='stylesheet' href='/images/calendarTable.css' type='text/css'&gt;" global="true"/>
                 <set field="title" value="Edit Fixed Asset Calendar"/>
+                <set field="page.appTabButtonItem" value="Product"/>
+                <set field="page.headerItem" value="fixedassets"/>
+                <set field="page.tabButtonItem" value="ListFixedAssetCalendar"/>
                 <set field="titleProperty" value="PageTitleListFixedAssetCalendar"/>
-                <set field="page.headerItem" value="ListFixedAssets"/>
-                <set field="page.tabButtonItem" value="ListFixedAssetCalendar"/>
                 <set field="labelTitleProperty" value="Calendar"/>
                 <set field="nowTimestamp" value="UtilDateTime.nowTimestamp()"/>
                 <set field="fixedAssetId" from-field="parameters.fixedAssetId"/>
@@ -684,6 +685,9 @@
             <widgets>
                 <decorator-screen name="CommonCatalogDecorator">
                     <decorator-section name="body">
+                       <platform-specific>
+                           <html><html-template location="component://accounting/webapp/accounting/fixedasset/FixedAssetTabBar.ftl"/></html>
+                       </platform-specific>
                                 <container>
                                    <label style="head1">${uiLabelMap.AccountingFixedAsset}: ${fixedAsset.fixedAssetName} [${uiLabelMap.CommonId}:${fixedAssetId}]</label>
                                 </container>



More information about the Svn mailing list