Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Tue Feb 12 11:30:09 2008 @@ -34,12 +34,12 @@ <if-has-permission permission="EXAMPLE" action="_VIEW"/> </condition> <widgets> - <container><label style="head1">${uiLabelMap.${titleProperty}}</label></container> + <container><label style="h1">${uiLabelMap.${titleProperty}}</label></container> <container style="button-bar"><link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/></container> <include-form name="ListExamples" location="component://example/widget/example/ExampleForms.xml"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ExampleViewPermissionError}</label> + <label style="h3">${uiLabelMap.ExampleViewPermissionError}</label> </fail-widgets> </section> </decorator-section> Modified: ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml (original) +++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml Tue Feb 12 11:30:09 2008 @@ -34,20 +34,20 @@ <if-has-permission permission="EXAMPLE" action="_VIEW"/> </condition> <widgets> - <container style="head1"><label>${uiLabelMap.${titleProperty}}</label></container> + <container style="h1"><label>${uiLabelMap.${titleProperty}}</label></container> <container style="screenlet-body"> - <container style="button-bar"><label style="head2">Date/Time fields</label></container> + <container style="button-bar"><label style="h2">Date/Time fields</label></container> <container style="screenlet-body"> - <label style="head3">Source Code</label> + <label style="h3">Source Code</label> <label> - see the form definition with name "DateTimeFieldsExampleForm" in the file: </label> <link target="http://svn.apache.org/repos/asf/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml" url-mode="plain" target-window="svnPage" text="framework/example/widget/example/FormWidgetExampleForms.xml" style="buttontext"/> <include-form name="DateTimeFieldsExampleForm" location="component://example/widget/example/FormWidgetExampleForms.xml"/> </container> </container> <container style="screenlet-body"> - <container style="button-bar"><label style="head2">Drop down fields</label></container> + <container style="button-bar"><label style="h2">Drop down fields</label></container> <container style="screenlet-body"> - <label style="head3">Source Code</label> + <label style="h3">Source Code</label> <label> - see the form definition with name "DropDownFieldsExampleForm" in the file: </label> <link target="http://svn.apache.org/repos/asf/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml" url-mode="plain" target-window="svnPage" text="framework/example/widget/example/FormWidgetExampleForms.xml" style="buttontext"/> </container> @@ -55,7 +55,7 @@ </container> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ExampleViewPermissionError}</label> + <label style="h3">${uiLabelMap.ExampleViewPermissionError}</label> </fail-widgets> </section> </decorator-section> Modified: ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml (original) +++ ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml Tue Feb 12 11:30:09 2008 @@ -56,14 +56,14 @@ <widgets> <include-menu name="EditExample" location="component://exampleext/widget/example/ExampleMenus.xml"/> <container style="button-bar"><link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/></container> - <container style="button-bar"><label style="head1">${uiLabelMap.${titleProperty}}</label><label style="head2"> ${uiLabelMap.CommonFor} "${example.exampleName}" [${exampleId}]</label></container> + <container style="button-bar"><label style="h1">${uiLabelMap.${titleProperty}}</label><label style="h2"> ${uiLabelMap.CommonFor} "${example.exampleName}" [${exampleId}]</label></container> </widgets> </section> <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ExampleViewPermissionError}</label> + <label style="h3">${uiLabelMap.ExampleViewPermissionError}</label> </fail-widgets> </section> </decorator-section> Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/maincss.css (original) +++ ofbiz/trunk/framework/images/webapp/images/maincss.css Tue Feb 12 11:30:09 2008 @@ -116,27 +116,27 @@ margin: 0.1em; } -h1, .head1 { +h1, .h1 { font-size: 1.6em; font-weight: bold; } -h2, .head2 { +h2, .h2 { font-size: 1.3em; font-weight: bold; } -h3, .head3 { +h3, .h3 { font-size: 1.1em; font-weight: bold; } /* <h> element colors deprecated */ -h1, .head1 { +h1, .h1 { color: #000099; } -h2, .head2, h3, .head3 { +h2, .h2, h3, .h3 { color: #000000; } @@ -1203,9 +1203,9 @@ height: 1%; /* IE fix */ } -.screenlet-title-bar .head1, -.screenlet-title-bar .head2, -.screenlet-title-bar .head3, +.screenlet-title-bar .h1, +.screenlet-title-bar .h2, +.screenlet-title-bar .h3, .screenlet-title-bar .head4, .screenlet-title-bar h1, .screenlet-title-bar h2, @@ -1234,27 +1234,27 @@ .screenlet-title-bar ul h1, .screenlet-title-bar ul h2, .screenlet-title-bar ul h3, -.screenlet-title-bar ul .head1, -.screenlet-title-bar ul .head2, -.screenlet-title-bar ul .head3 { +.screenlet-title-bar ul .h1, +.screenlet-title-bar ul .h2, +.screenlet-title-bar ul .h3 { border-left: none; float: left; } -.screenlet-title-bar .head1 { +.screenlet-title-bar .h1 { font-size: 1.6em; } -.screenlet-title-bar .head2 { +.screenlet-title-bar .h2 { font-size: 1.3em; } -.screenlet-title-bar .head3, +.screenlet-title-bar .h3, .screenlet-title-bar .head4 { font-size: 1.1em; } -.screenlet-title-bar .head3 a { +.screenlet-title-bar .h3 a { color: #ffff66; display: inline; } @@ -1295,9 +1295,9 @@ min-width: 1em; } -.screenlet-title-bar ul .head1:hover, -.screenlet-title-bar ul .head2:hover, -.screenlet-title-bar ul .head3:hover { +.screenlet-title-bar ul .h1:hover, +.screenlet-title-bar ul .h2:hover, +.screenlet-title-bar ul .h3:hover { background-color: #000099; background-image: url(/images/gradient_sub_uns.gif); } Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl Tue Feb 12 11:30:09 2008 @@ -228,7 +228,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3">${uiLabelMap.WebtoolsRelatedEntity}: ${relation.title}${relation.relatedTable} (${relation.type})</li> + <li class="h3">${uiLabelMap.WebtoolsRelatedEntity}: ${relation.title}${relation.relatedTable} (${relation.type})</li> <li><a href="<@ofbizUrl>FindGeneric?${relation.encodeRelatedEntityFindString}&find=true</@ofbizUrl>">${uiLabelMap.CommonFind}</a></li> <#if relation.valueRelated?has_content> <li><a href="<@ofbizUrl>ViewGeneric?${relation.encodeRelatedEntityFindString}</@ofbizUrl>">${uiLabelMap.CommonView}</a></li> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl Tue Feb 12 11:30:09 2008 @@ -43,7 +43,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3">${uiLabelMap.WebtoolsMainPage}</li> + <li class="h3">${uiLabelMap.WebtoolsMainPage}</li> <li class="disabled">${delegator.getDelegatorName()}</li> </ul> <br class="clear"/> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/period/EditCustomTimePeriod.ftl Tue Feb 12 11:30:09 2008 @@ -34,7 +34,7 @@ <div class="screenlet-title-bar"> <#if currentCustomTimePeriod?has_content> <ul> - <li class="head3">${uiLabelMap.WebtoolsCurrentCustomTimePeriod}</li> + <li class="h3">${uiLabelMap.WebtoolsCurrentCustomTimePeriod}</li> <li><a href="<@ofbizUrl>EditCustomTimePeriod?findOrganizationPartyId=${findOrganizationPartyId?if_exists}</@ofbizUrl>">${uiLabelMap.WebtoolsClearCurrent}</a></li> </ul> <br class="clear" /> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl Tue Feb 12 11:30:09 2008 @@ -39,7 +39,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3">${uiLabelMap.WebtoolsService}: ${selectedServiceMap.serviceName}</li> + <li class="h3">${uiLabelMap.WebtoolsService}: ${selectedServiceMap.serviceName}</li> <li><a href='<@ofbizUrl>${url}</@ofbizUrl>'>${uiLabelMap.CommonListAll}</a></li> <li><a href='<@ofbizUrl>/scheduleJob?SERVICE_NAME=${selectedServiceMap.serviceName}</@ofbizUrl>'>${uiLabelMap.WebtoolsSchedule}</a></li> <li><a href='<@ofbizUrl>/setSyncServiceParameters?SERVICE_NAME=${selectedServiceMap.serviceName}&POOL_NAME=pool&_RUN_SYNC_=Y</@ofbizUrl>'>${uiLabelMap.PageTitleRunService}</a></li> Modified: ofbiz/trunk/framework/webtools/widget/CacheScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CacheScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/CacheScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/CacheScreens.xml Tue Feb 12 11:30:09 2008 @@ -42,7 +42,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -73,7 +73,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -104,7 +104,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </decorator-section> Modified: ofbiz/trunk/framework/webtools/widget/EntityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntityScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/EntityScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/EntityScreens.xml Tue Feb 12 11:30:09 2008 @@ -46,7 +46,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -71,7 +71,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -97,7 +97,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -123,7 +123,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -149,7 +149,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -172,7 +172,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -196,7 +196,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -220,7 +220,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -244,7 +244,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -270,7 +270,7 @@ </section> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -298,7 +298,7 @@ </section> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -324,7 +324,7 @@ </section> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> @@ -367,7 +367,7 @@ </decorator-screen> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </screen> Modified: ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml Tue Feb 12 11:30:09 2008 @@ -32,7 +32,7 @@ <section> <widgets> <container style="button-bar"> - <label style="head1">${uiLabelMap.${labelTitleProperty}}</label> + <label style="h1">${uiLabelMap.${labelTitleProperty}}</label> </container> <container style="button-bar"> <link target="EntitySyncStatus" style="smallSubmit" text="${uiLabelMap.CommonRefresh}"/> @@ -42,7 +42,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ProductCatalogViewPermissionError}</label> + <label style="h3">${uiLabelMap.ProductCatalogViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -63,7 +63,7 @@ <decorator-section name="body"> <include-form name="EntitySyncStatus" location="component://webtools/widget/EntitySyncForms.xml"/> <container style="button-bar"> - <label style="head1">${uiLabelMap.WebtoolsLoadOfflineData}</label> + <label style="h1">${uiLabelMap.WebtoolsLoadOfflineData}</label> </container> <include-form name="EntitySyncLoadOffline" location="component://webtools/widget/EntitySyncForms.xml"/> </decorator-section> Modified: ofbiz/trunk/framework/webtools/widget/LogScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/LogScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/LogScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/LogScreens.xml Tue Feb 12 11:30:09 2008 @@ -37,7 +37,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -58,7 +58,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <label style="head3">${uiLabelMap.WebtoolsDebuggingLevelFormDescription}</label> + <label style="h3">${uiLabelMap.WebtoolsDebuggingLevelFormDescription}</label> </container> <container style="screenlet-body"> <include-form name="LevelSwitch" location="component://webtools/webapp/webtools/log/LogForms.xml"/> @@ -66,7 +66,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <label style="head3">${uiLabelMap.WebtoolsAddLoggerFormDescription}</label> + <label style="h3">${uiLabelMap.WebtoolsAddLoggerFormDescription}</label> </container> <container style="screenlet-body"> <include-form name="AddLogger" location="component://webtools/webapp/webtools/log/LogForms.xml"/> @@ -74,7 +74,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <label style="head3">${uiLabelMap.WebtoolsLoggerListFormDescription}</label> + <label style="h3">${uiLabelMap.WebtoolsLoggerListFormDescription}</label> </container> <container> <include-form name="LoggerList" location="component://webtools/webapp/webtools/log/LogForms.xml"/> @@ -100,7 +100,7 @@ <decorator-screen name="log-decorator"> <decorator-section name="body"> <container> - <label style="head1">${uiLabelMap.WebtoolsViewLog}</label> + <label style="h1">${uiLabelMap.WebtoolsViewLog}</label> </container> <container style="button-bar"> <link target="LogView" text="${uiLabelMap.CommonRefresh}" style="buttontext"/> Modified: ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml Tue Feb 12 11:30:09 2008 @@ -43,7 +43,7 @@ </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.WebtoolsPermissionError}</label> + <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -89,7 +89,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <label style="head3">${uiLabelMap.PageTitleJobList}</label> + <label style="h3">${uiLabelMap.PageTitleJobList}</label> </container> <container style="screenlet-body"> <include-form name="JobList" location="component://webtools/webapp/webtools/service/ServiceForms.xml"/> @@ -128,7 +128,7 @@ <widgets> <decorator-screen name="CommonServiceDecorator"> <decorator-section name="body"> - <label style="head1">${uiLabelMap.WebtoolsMessage11}</label> + <label style="h1">${uiLabelMap.WebtoolsMessage11}</label> <include-form name="scheduleJob" location="component://webtools/webapp/webtools/service/ServiceForms.xml"/> </decorator-section> </decorator-screen> @@ -161,7 +161,7 @@ <widgets> <decorator-screen name="CommonServiceDecorator"> <decorator-section name="body"> - <label style="head1">${uiLabelMap.WebtoolsMessage12}</label> + <label style="h1">${uiLabelMap.WebtoolsMessage12}</label> <platform-specific> <html><html-template location="component://webtools/webapp/webtools/service/setServiceParameter.ftl"/></html> </platform-specific> Modified: ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml (original) +++ ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml Tue Feb 12 11:30:09 2008 @@ -34,7 +34,7 @@ </menu> <menu name="FindJobsTitleBar" type="simple" menu-container-style="screenlet-title-bar"> - <menu-item name="screenletTitle" align-style="head3"> + <menu-item name="screenletTitle" align-style="h3"> <link text="${uiLabelMap.PageTitleFindJob}"/> </menu-item> <menu-item name="hideFields" title="${uiLabelMap.CommonHideFields}"> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Tue Feb 12 11:30:09 2008 @@ -32,7 +32,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleFindFixedAssetMaints}"/> </container> </container> @@ -49,7 +49,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleFindFixedAssetMaints}"/> </container> </container> @@ -101,7 +101,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.FixedAssetMaintWorkEffortName}"/> </container> </container> @@ -114,7 +114,7 @@ <container style="button-bar"><label/></container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.AccountingNewFixedAssetMaint}"/> </container> </container> @@ -146,7 +146,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditFixedAssetMaintenance}"/> </container> </container> @@ -156,7 +156,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditFixedAssetMaintenance}"/> </container> </container> @@ -187,7 +187,7 @@ <widgets> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditWorkEffort}"/> </container> </container> @@ -199,7 +199,7 @@ <fail-widgets> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditWorkEffort}"/> </container> </container> @@ -209,7 +209,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleChildWorkEfforts}"/> </container> </container> @@ -219,7 +219,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleChildWorkEfforts}"/> </container> </container> @@ -254,7 +254,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleListWorkEffortTimeEntries}"/> </container> </container> @@ -264,7 +264,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleAddWorkEffortTimeEntry}"/> </container> </container> @@ -297,7 +297,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleListWorkEffortNotes}"/> </container> </container> @@ -307,7 +307,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleAddWorkEffortNotes}"/> </container> </container> @@ -341,7 +341,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleListItemIssuance}"/> </container> </container> @@ -351,7 +351,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleAddItemIssuance}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml Tue Feb 12 11:30:09 2008 @@ -65,7 +65,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3" text="${uiLabelMap.AssetMaintViewPermissionError}"/> + <label style="h3" text="${uiLabelMap.AssetMaintViewPermissionError}"/> </fail-widgets> </section> </decorator-section> @@ -91,16 +91,16 @@ <condition><not><if-empty field-name="maintHistSeqId"/></not></condition> <widgets> <include-menu name="FixedAssetMaintTabBar" location="component://assetmaint/widget/Menus.xml"/> - <label style="head1" text="${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: ${fixedAsset.fixedAssetName} [${fixedAssetId}] ${${extraFunctionName}}"/> + <label style="h1" text="${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: ${fixedAsset.fixedAssetName} [${fixedAssetId}] ${${extraFunctionName}}"/> </widgets> <fail-widgets> - <label style="head1" text="${uiLabelMap.${labelTitleProperty}}"/> + <label style="h1" text="${uiLabelMap.${labelTitleProperty}}"/> </fail-widgets> </section> <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3" text="${uiLabelMap.AssetMaintViewPermissionError}"/> + <label style="h3" text="${uiLabelMap.AssetMaintViewPermissionError}"/> </fail-widgets> </section> </decorator-section> @@ -136,12 +136,12 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ProductErrorFacilityIdNotFound}</label> + <label style="h3">${uiLabelMap.ProductErrorFacilityIdNotFound}</label> </fail-widgets> </section> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.AssetMaintViewPermissionError}</label> + <label style="h3">${uiLabelMap.AssetMaintViewPermissionError}</label> </fail-widgets> </section> </decorator-section> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/FacilityScreens.xml Tue Feb 12 11:30:09 2008 @@ -35,7 +35,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleFindFacility}"/> </container> </container> @@ -81,8 +81,8 @@ <decorator-section name="body"> <container> - <label style="head1">${uiLabelMap.PageTitleEditFacilityInventoryItems} ${uiLabelMap.CommonFor}:</label> - <label style="head2">${facility.facilityName} [${uiLabelMap.CommonId}:${facilityId}]</label> + <label style="h1">${uiLabelMap.PageTitleEditFacilityInventoryItems} ${uiLabelMap.CommonFor}:</label> + <label style="h2">${facility.facilityName} [${uiLabelMap.CommonId}:${facilityId}]</label> </container> <container> <link target="EditFacilityInventoryItems?facilityId=${facilityId}" text="${uiLabelMap.ProductInventoryItems}" style="buttontext"/> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml Tue Feb 12 11:30:09 2008 @@ -31,7 +31,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.AccountingFindFixedAsset}"/> </container> </container> @@ -48,7 +48,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.AccountingFindFixedAsset}"/> </container> </container> @@ -86,7 +86,7 @@ <widgets> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.AccountingEditFixedAsset} ${uiLabelMap.CommonFor} ${fixedAsset.fixedAssetName} [${fixedAsset.fixedAssetId}] ${${extraFunctionName}}"/> </container> </container> @@ -105,7 +105,7 @@ <fail-widgets> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.AccountingNewFixedAsset}"/> </container> </container> @@ -141,7 +141,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.AccountingFixedAssetChildren} ${uiLabelMap.CommonFor} ${fixedAsset.fixedAssetName} [${fixedAsset.fixedAssetId}] ${${extraFunctionName}}"/> </container> </container> @@ -183,7 +183,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditFixedAssetStdCost} ${uiLabelMap.CommonFor} ${fixedAsset.fixedAssetName} [${fixedAsset.fixedAssetId}] ${${extraFunctionName}}"/> </container> </container> @@ -197,7 +197,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditFixedAssetStdCost}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/LookupScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/LookupScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/LookupScreens.xml Tue Feb 12 11:30:09 2008 @@ -42,7 +42,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PartyLookupPartyPerson}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/ProductScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/ProductScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/ProductScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/ProductScreens.xml Tue Feb 12 11:30:09 2008 @@ -42,7 +42,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleLookupProduct}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml (original) +++ ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml Tue Feb 12 11:30:09 2008 @@ -49,7 +49,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.BusinessIntelligenceReportBuilderSelectStarSchema}"/> </container> </container> @@ -78,7 +78,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.BusinessIntelligenceReportBuilderSelectStarSchemaFields}"/> </container> </container> @@ -109,7 +109,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.BusinessIntelligenceReportBuilderRenderStarSchemaReport}"/> </container> </container> @@ -141,7 +141,7 @@ <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <container> - <label style="head1">${uiLabelMap.BusinessIntelligenceIntegratedFramework}</label> + <label style="h1">${uiLabelMap.BusinessIntelligenceIntegratedFramework}</label> </container> <container> <label> @@ -180,7 +180,7 @@ </label> </container> <container> - <label style="head3"> + <label style="h3"> ${uiLabelMap.BusinessIntelligenceCurrentStatus} </label> </container> @@ -203,7 +203,7 @@ </label> </container> <container> - <label style="head3"> + <label style="h3"> ${uiLabelMap.BusinessIntelligenceQuickStartGuide} </label> </container> Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Tue Feb 12 11:30:09 2008 @@ -65,7 +65,7 @@ <html><html-template location="component://product/webapp/catalog/product/ProductTabBar.ftl"/></html> </platform-specific> <container> - <label style="head1">${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: ${product.internalName} [${uiLabelMap.CommonId}:${productId}] ${${extraFunctionName}}</label> + <label style="h1">${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: ${product.internalName} [${uiLabelMap.CommonId}:${productId}] ${${extraFunctionName}}</label> <image src="${product.smallImageUrl}" height="40" width="40" url-mode="content"/> </container> @@ -82,7 +82,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ProductCatalogViewPermissionError}</label> + <label style="h3">${uiLabelMap.ProductCatalogViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -106,7 +106,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.EbayViewPermissionError}</label> + <label style="h3">${uiLabelMap.EbayViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -180,7 +180,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEbayProductsExportToEbay}"/> </container> </container> @@ -214,7 +214,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.EbayImportOrdersSearchFromEbay}"/> </container> </container> @@ -228,7 +228,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.EbayImportOrdersFromEbay}"/> </container> </container> @@ -261,7 +261,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditProduct}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml Tue Feb 12 11:30:09 2008 @@ -65,7 +65,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.GoogleBaseViewPermissionError}</label> + <label style="h3">${uiLabelMap.GoogleBaseViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -99,7 +99,7 @@ <html><html-template location="component://product/webapp/catalog/product/ProductTabBar.ftl"/></html> </platform-specific> <container> - <label style="head1">${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: ${product.internalName} [${uiLabelMap.CommonId}:${productId}] ${${extraFunctionName}}</label> + <label style="h1">${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: ${product.internalName} [${uiLabelMap.CommonId}:${productId}] ${${extraFunctionName}}</label> <image src="${product.smallImageUrl}" height="40" width="40" url-mode="content"/> </container> @@ -116,7 +116,7 @@ <decorator-section-include name="body"/> </widgets> <fail-widgets> - <label style="head3">${uiLabelMap.ProductCatalogViewPermissionError}</label> + <label style="h3">${uiLabelMap.ProductCatalogViewPermissionError}</label> </fail-widgets> </section> </decorator-section> @@ -182,7 +182,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleGoogleBaseProductsExportToGoogle}"></label> </container> </container> @@ -214,7 +214,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.PageTitleEditProduct}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml Tue Feb 12 11:30:09 2008 @@ -49,7 +49,7 @@ <decorator-screen name="CommonDecorator"> <decorator-section name="body"> <container> - <label style="head2">${parameters.facility.facilityName}</label> + <label style="h2">${parameters.facility.facilityName}</label> </container> <decorator-section-include name="body"/> </decorator-section> @@ -90,7 +90,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Goods Receipt</label> + <label style="h1">Goods Receipt</label> </container> <platform-specific><html><html-template location="component://hhfacility/webapp/hhfacility/receipt.ftl"/></html></platform-specific> </decorator-section> @@ -105,7 +105,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">PO Receipt</label> + <label style="h1">PO Receipt</label> </container> <include-form name="POEnter" location="component://hhfacility/webapp/hhfacility/forms/FacilityForms.xml"/> </decorator-section> @@ -120,7 +120,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">PO Line Receipt</label> + <label style="h1">PO Line Receipt</label> </container> </decorator-section> </decorator-screen> @@ -137,7 +137,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Product Receipt</label> + <label style="h1">Product Receipt</label> </container> <include-form name="ProductEnter" location="component://hhfacility/webapp/hhfacility/forms/FacilityForms.xml"/> <platform-specific><html><html-template location="component://hhfacility/webapp/hhfacility/setFocusOnField.ftl"/></html></platform-specific> @@ -171,7 +171,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Movement</label> + <label style="h1">Movement</label> </container> </decorator-section> </decorator-screen> @@ -185,7 +185,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Picking</label> + <label style="h1">Picking</label> </container> </decorator-section> </decorator-screen> @@ -199,7 +199,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Packing</label> + <label style="h1">Packing</label> </container> </decorator-section> </decorator-screen> @@ -217,7 +217,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Find Product Stocktake</label> + <label style="h1">Find Product Stocktake</label> </container> <include-form name="FindProductStock" location="component://hhfacility/webapp/hhfacility/forms/FacilityForms.xml"/> <platform-specific><html><html-template location="component://hhfacility/webapp/hhfacility/stocktake.ftl"/></html></platform-specific> @@ -238,7 +238,7 @@ <decorator-screen name="FacilityDecorator"> <decorator-section name="body"> <container> - <label style="head1">Stocktake</label> + <label style="h1">Stocktake</label> </container> <include-form name="ProductStocktake" location="component://hhfacility/webapp/hhfacility/forms/FacilityForms.xml"/> <include-form name="UpdateProductStocktake" location="component://hhfacility/webapp/hhfacility/forms/FacilityForms.xml"/> Modified: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml Tue Feb 12 11:30:09 2008 @@ -31,7 +31,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.OagisListMessageInfo}"/> </container> </container> @@ -49,7 +49,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.OagisListMessageInfo}"/> </container> </container> @@ -83,7 +83,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.OagisEditMessageInfo}"/> </container> </container> @@ -112,7 +112,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.OagisListMessageErrorInfo}"/> </container> </container> @@ -130,7 +130,7 @@ </container> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.OagisListMessageErrorInfo}"/> </container> </container> @@ -165,7 +165,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-title-bar"> - <container style="head3"> + <container style="h3"> <label text="${uiLabelMap.OagisEditMessageErrorInfo}"/> </container> </container> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/EditTimeEntry.ftl Tue Feb 12 11:30:09 2008 @@ -19,7 +19,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3"> ${uiLabelMap.PageTitleAddTimeEntry}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddTimeEntry}</li> </ul> <br class="clear" /> </div> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editProjectskills.ftl Tue Feb 12 11:30:09 2008 @@ -20,7 +20,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3"> ${uiLabelMap.PageTitleAddSkill}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddSkill}</li> </ul> <br class="clear" /> </div> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editprojectandassoc.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editprojectandassoc.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editprojectandassoc.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editprojectandassoc.ftl Tue Feb 12 11:30:09 2008 @@ -21,9 +21,9 @@ <div class="screenlet-title-bar"> <ul> <#if project?has_content> - <li class="head3"> ${uiLabelMap.PageTitleEditSubProject} #${project.workEffortName?if_exists} ${uiLabelMap.CommonInformation}</li> + <li class="h3"> ${uiLabelMap.PageTitleEditSubProject} #${project.workEffortName?if_exists} ${uiLabelMap.CommonInformation}</li> <#else> - <li class="head3"> ${uiLabelMap.PageTitleAddSubProject}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddSubProject}</li> </#if> </ul> <br class="clear" /> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl Tue Feb 12 11:30:09 2008 @@ -21,9 +21,9 @@ <div class="screenlet-title-bar"> <ul> <#if task?has_content> - <li class="head3"> ${uiLabelMap.PageTitleEditTask} #${project.workEffortId?if_exists} ${uiLabelMap.CommonInformation}</li> + <li class="h3"> ${uiLabelMap.PageTitleEditTask} #${project.workEffortId?if_exists} ${uiLabelMap.CommonInformation}</li> <#else> - <li class="head3"> ${uiLabelMap.PageTitleAddTask}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddTask}</li> </#if> </ul> <br class="clear"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklist.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklist.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklist.ftl Tue Feb 12 11:30:09 2008 @@ -21,9 +21,9 @@ <div class="screenlet-title-bar"> <ul> <#if task?has_content> - <li class="head3"> ${uiLabelMap.PageTitleEditTask} #${task.workEffortId?if_exists} ${uiLabelMap.CommonInformation}</li> + <li class="h3"> ${uiLabelMap.PageTitleEditTask} #${task.workEffortId?if_exists} ${uiLabelMap.CommonInformation}</li> <#else> - <li class="head3"> ${uiLabelMap.PageTitleAddTask}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddTask}</li> </#if> </ul> <br class="clear" /> @@ -47,7 +47,7 @@ </tr> <#if task?has_content> <tr> - <td><div class="head1">${uiLabelMap.PageTitleAddTask}</div></td> + <td><div class="h1">${uiLabelMap.PageTitleAddTask}</div></td> <td><div class="headtext">${uiLabelMap.WorkEffortAssociatedFromParentToChild}</div></td> </tr> <tr> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklistandassoc.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklistandassoc.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklistandassoc.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittasklistandassoc.ftl Tue Feb 12 11:30:09 2008 @@ -21,9 +21,9 @@ <div class="screenlet-title-bar"> <ul> <#if task?has_content> - <li class="head3"> ${uiLabelMap.PageTitleEditSubTask} #${project.workEffortId?if_exists} ${uiLabelMap.CommonInformation}</li> + <li class="h3"> ${uiLabelMap.PageTitleEditSubTask} #${project.workEffortId?if_exists} ${uiLabelMap.CommonInformation}</li> <#else> - <li class="head3"> ${uiLabelMap.PageTitleAddSubTask}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddSubTask}</li> </#if> </ul> <br class="clear" /> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskskills.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskskills.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskskills.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskskills.ftl Tue Feb 12 11:30:09 2008 @@ -19,7 +19,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3"> ${uiLabelMap.PageTitleAddSkill}</li> + <li class="h3"> ${uiLabelMap.PageTitleAddSkill}</li> </ul> <br class="clear" /> </div> 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=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/findtasks.ftl Tue Feb 12 11:30:09 2008 @@ -31,7 +31,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3">Find Task</li> + <li class="h3">Find Task</li> </ul> <br class="clear" /> </div> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listTimeSheetByDateRange.ftl Tue Feb 12 11:30:09 2008 @@ -20,7 +20,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3"> Find TimeSheet</li> + <li class="h3"> Find TimeSheet</li> </ul> <br class="clear" /> </div> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl?rev=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/listprojectsbydaterange.ftl Tue Feb 12 11:30:09 2008 @@ -20,7 +20,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3"> ${uiLabelMap.PageTitleFindProject}</li> + <li class="h3"> ${uiLabelMap.PageTitleFindProject}</li> </ul> <br class="clear" /> </div> 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=627051&r1=627050&r2=627051&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl Tue Feb 12 11:30:09 2008 @@ -21,7 +21,7 @@ <div class="screenlet"> <div class="screenlet-title-bar"> <ul> - <li class="head3"> ${uiLabelMap.WorkEffortNotes}</li> + <li class="h3"> ${uiLabelMap.WorkEffortNotes}</li> <#--if project?has_content> <li><a href="<@ofbizUrl>newNotesForProject?workEffortId=${project.workEffortId?if_exists}&showForm=Y</@ofbizUrl>">${uiLabelMap.ProjectMgrNotesCreateNew}</a></li> <#else> @@ -83,7 +83,7 @@ <#if parameters.showForm?exists> <div class="screenlet-title-bar"> <ul> - <li class="head3"> ${uiLabelMap.OrderAddNote}</li> + <li class="h3"> ${uiLabelMap.OrderAddNote}</li> </ul> <br class="clear" /> </div> @@ -103,7 +103,7 @@ <tr> <td width="26%" align="right"><div class="tabletext">${uiLabelMap.OrderNote}</div></td> <td width="54%"> - <textarea name="noteInfo" class="textAreaBox" rows="5" cols="70"></textarea> + <textarea name="noteInfo" rows="5" cols="70"></textarea> </td> </tr> <tr> |
Free forum by Nabble | Edit this page |