Added: ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties?view=auto&rev=545461 ============================================================================== --- ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties (added) +++ ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties Fri Jun 8 02:06:47 2007 @@ -0,0 +1,26 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### +ExampleType.description.REAL_WORLD=Real World +ExampleType.description.MADE_UP=Made Up +ExampleType.description.CONTRIVED=Contrived +ExampleType.description.INSPIRED=Inspired + +ExampleFeatureApplType.description.REQUIRED=Required +ExampleFeatureApplType.description.DESIRED=Desired +ExampleFeatureApplType.description.NOT_ALLOWED=Not Allowed \ No newline at end of file Propchange: ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/example/config/ExampleEntityLabels.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties?view=auto&rev=545461 ============================================================================== --- ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties (added) +++ ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties Fri Jun 8 02:06:47 2007 @@ -0,0 +1,26 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### +ExampleType.description.REAL_WORLD=Mondo Reale +ExampleType.description.MADE_UP=Composto +ExampleType.description.CONTRIVED=Contrived +ExampleType.description.INSPIRED=Inspirato + +ExampleFeatureApplType.description.REQUIRED=Richiesto +ExampleFeatureApplType.description.DESIRED=Desiderato +ExampleFeatureApplType.description.NOT_ALLOWED=Non Permesso \ No newline at end of file Propchange: ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/framework/example/config/ExampleEntityLabels_it.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/framework/example/config/ExampleUiLabels.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/config/ExampleUiLabels.properties?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/example/config/ExampleUiLabels.properties (original) +++ ofbiz/trunk/framework/example/config/ExampleUiLabels.properties Fri Jun 8 02:06:47 2007 @@ -33,6 +33,8 @@ ExampleFeatureSource=Feature Source ExampleExampleFeature=Example Feature ExampleExampleFeatureId=Example Feature ID +ExampleExplicitOption=Explicit Option +ExampleMainPage=Example Main Page ExampleMessage=For something interesting make sure you are logged in, try username:admin, password:ofbiz. ExampleNewExample=New Example ExampleNewExampleFeature=New Example Feature @@ -59,3 +61,5 @@ FormFieldTitle_comments=Comments FormFieldTitle_exampleSize=Example Size FormFieldTitle_exampleDate=Example Date +FormFieldTitle_anotherDate=Another Date +FormFieldTitle_anotherText=Another Text \ No newline at end of file Modified: ofbiz/trunk/framework/example/config/ExampleUiLabels_it.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/config/ExampleUiLabels_it.properties?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/example/config/ExampleUiLabels_it.properties (original) +++ ofbiz/trunk/framework/example/config/ExampleUiLabels_it.properties Fri Jun 8 02:06:47 2007 @@ -33,6 +33,8 @@ ExampleFeatureSource=Caratteristica Origine ExampleExampleFeature=Caratteristica Esempio ExampleExampleFeatureId=Codice Caratteristica Esempio +ExampleExplicitOption=Opzione Esplicita +ExampleMainPage=Pagina Principale Esempi ExampleMessage=Per qualsiasi interesse devi essere sicuro di essere entrato, provare nome utente:admin, password:ofbiz. ExampleNewExample=Nuovo Esempio ExampleNewExampleFeature=Nuova Caratteristica Esempio @@ -58,3 +60,5 @@ FormFieldTitle_comments=Commenti FormFieldTitle_exampleSize=Esempio Taglia FormFieldTitle_exampleDate=Esempio Data +FormFieldTitle_anotherDate=Altra Data +FormFieldTitle_anotherText=Altro Testo \ No newline at end of file Modified: ofbiz/trunk/framework/example/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/entitydef/entitymodel.xml?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/example/entitydef/entitymodel.xml (original) +++ ofbiz/trunk/framework/example/entitydef/entitymodel.xml Fri Jun 8 02:06:47 2007 @@ -103,7 +103,10 @@ <key-map field-name="exampleId"/> </view-link> </view-entity> - <entity entity-name="ExampleType" package-name="org.ofbiz.example.example" title="Example Type Entity"> + <entity entity-name="ExampleType" + package-name="org.ofbiz.example.example" + default-resource-name="ExampleEntityLabels" + title="Example Type Entity"> <field name="exampleTypeId" type="id-ne"></field> <field name="parentTypeId" type="id"></field> <field name="description" type="description"></field> @@ -152,6 +155,7 @@ </entity> <entity entity-name="ExampleFeatureApplType" package-name="org.ofbiz.example.feature" + default-resource-name="ExampleEntityLabels" title="Example Feature Application Type Entity"> <field name="exampleFeatureApplTypeId" type="id-ne"></field> <field name="parentTypeId" type="id"></field> Modified: ofbiz/trunk/framework/example/widget/example/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/CommonScreens.xml?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/example/widget/example/CommonScreens.xml (original) +++ ofbiz/trunk/framework/example/widget/example/CommonScreens.xml Fri Jun 8 02:06:47 2007 @@ -132,7 +132,7 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-header"> - <label style="boxhead" text="Example Main Page"/> + <label style="boxhead" text="${uiLabelMap.ExampleMainPage}"/> </container> <container style="screenlet-body"> <section> Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Fri Jun 8 02:06:47 2007 @@ -75,7 +75,7 @@ <field name="anotherText"> <drop-down allow-empty="true"> - <option key="Explicit Option" description="Explicit Option"/> + <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/> <entity-options entity-name="ProductType" description="${description}" key-field-name="description"> <entity-order-by field-name="description"/> </entity-options> Modified: ofbiz/trunk/framework/exampleext/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/exampleext/ofbiz-component.xml?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/exampleext/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/exampleext/ofbiz-component.xml Fri Jun 8 02:06:47 2007 @@ -23,6 +23,6 @@ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <webapp name="exampleext" title="Example Ext" server="default-server" location="webapp/exampleext" + <webapp name="exampleext" title="ExampleExt" server="default-server" location="webapp/exampleext" base-permission="OFBTOOLS" mount-point="/exampleext"/> </ofbiz-component> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl Fri Jun 8 02:06:47 2007 @@ -17,7 +17,7 @@ under the License. --> <#if tobrowser?exists && tobrowser> -<h1>XML Export from DataSource(s)</h1> +<h1>${uiLabelMap.WebtoolsExportFromDataSource}</h1> <br /> <p>This page can be used to export data from the database. The exported documents will have a root tag of "<entity-engine-xml>".</p> <hr/> @@ -29,77 +29,79 @@ <#else> <#macro displayButtonBar> <div class="button-bar"> - <input type="submit" value="Export"/> - <a href="<@ofbizUrl>xmldsdump?checkAll=true</@ofbizUrl>" class="smallSubmit">Check All</a> - <a href="<@ofbizUrl>xmldsdump</@ofbizUrl>" class="smallSubmit">Un-Check All</a> + <input type="submit" value="${uiLabelMap.WebtoolsExport}"/> + <a href="<@ofbizUrl>xmldsdump?checkAll=true</@ofbizUrl>" class="smallSubmit">${uiLabelMap.WebtoolsCheckAll}</a> + <a href="<@ofbizUrl>xmldsdump</@ofbizUrl>" class="smallSubmit">${uiLabelMap.WebtoolsUnCheckAll}</a> </div> </#macro> -<h1>XML Export from DataSource(s)</h1> +<h1>${uiLabelMap.PageTitleEntityExport}</h1> <br /> -<p>This page can be used to export data from the database. The exported documents will have a root tag of "<entity-engine-xml>".</p> - +<p> ${uiLabelMap.WebtoolsMessage1}. + ${uiLabelMap.WebtoolsMessage2}. + ${uiLabelMap.WebtoolsMessage3}. +</p> <hr/> <#if security.hasPermission("ENTITY_MAINT", session)> - <h2>Results:</h2> + <h2>${uiLabelMap.WebtoolsResults}:</h2> <#if Static["org.ofbiz.base.util.UtilValidate"].isNotEmpty(parameters.filename) && (numberOfEntities?number > 0)> - <p>Wrote XML for all data in ${numberOfEntities} entities.</p> - <p>Wrote ${numberWritten} records to XML file ${parameters.filename}</p> + <p>${uiLabelMap.WebtoolsMessage19} ${numberOfEntities} ${uiLabelMap.WebtoolsEntities}.</p> + <p>${uiLabelMap.WebtoolsMessage20} ${numberWritten} ${uiLabelMap.WebtoolsMessage21} ${parameters.filename}</p> <#elseif Static["org.ofbiz.base.util.UtilValidate"].isNotEmpty(parameters.outpath) && (numberOfEntities?number > 0)> <#list results as result> <p>${result}</p> </#list> <#else> - <p>No filename specified or no entity names specified, doing nothing.</p> + <p>${uiLabelMap.WebtoolsMessage22}</p> </#if> <hr/> - <h2>Export:</h2> + <h2>${uiLabelMap.WebtoolsExport}:</h2> <form method="post" action="<@ofbizUrl>xmldsdump</@ofbizUrl>" name="entityExport"> <table class="basic-table"> <tr> - <td class="label">Output Directory</td> + <td class="label">${uiLabelMap.WebtoolsOutputDirectory}</td> <td><input type="text" size="60" name="outpath" value="${parameters.outpath?if_exists}"/></td> </tr> <tr> - <td class="label">Max Records Per File</td> + <td class="label">${uiLabelMap.WebtoolsMaxRecordsPerFile}</td> <td><input type="text" size="10" name="maxrecords"/></td> </tr> <tr> - <td class="label">Single Filename</td> + <td class="label">${uiLabelMap.WebtoolsSingleFilename}</td> <td><input type="text" size="60" name="filename" value="${parameters.filename?if_exists}"/></td> </tr> <tr> - <td class="label">Records Updated Since</td> + <td class="label">${uiLabelMap.WebtoolsRecordsUpdatedSince}</td> <td><input type="text" size="25" name="entityFrom" /> <a href="javascript:call_cal(document.entityExport.entityFrom, null);" title="View Calendar"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="View Calendar"></a></td> </tr> <tr> - <td class="label">Records Updated Before </td> + <td class="label">${uiLabelMap.WebtoolsRecordsUpdatedBefore} </td> <td><input type="text" size="25" name="entityThru" /> <a href="javascript:call_cal(document.entityExport.entityThru, null);" title="View Calendar"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="View Calendar"></a></td> </tr> <tr> - <td class="label">OR Out to Browser</td> + <td class="label">${uiLabelMap.WebtoolsOutToBrowser}</td> <td><input type="checkbox" name="tobrowser"<#if tobrowser?has_content> checked="checked"</#if>></td> </tr> </table> <br/> - <p>Entity Names:</p> + <p>${uiLabelMap.WebtoolsEntityNames}:</p> <@displayButtonBar/> - <div>Entity Sync Dump: + <div>${uiLabelMap.WebtoolsEntitySyncDump}: <input name="entitySyncId" size="30" value="${entitySyncId?if_exists}"/> </div> - Pre-configured set: + ${uiLabelMap.WebtoolsPreConfiguredSet}: <select name="preConfiguredSetName"> - <option value="">None</option> - <option value="CatalogExport">Catalog Export</option> - <option value="Product1">Product Part 1</option> - <option value="Product2">Product Part 2</option> - <option value="Product3">Product Part 3</option> - <option value="Product4">Product Part 4</option> + <option value="">${uiLabelMap.CommonNone}</option> + <option value="CatalogExport">${uiLabelMap.WebtoolsPreConfiguredSet1}</option> + <option value="Product1">${uiLabelMap.WebtoolsPreConfiguredSet2}</option> + <option value="Product2">${uiLabelMap.WebtoolsPreConfiguredSet3}</option> + <option value="Product3">${uiLabelMap.WebtoolsPreConfiguredSet4}</option> + <option value="Product4">${uiLabelMap.WebtoolsPreConfiguredSet5}</option> </select> <br/> @@ -120,6 +122,6 @@ <@displayButtonBar/> </form> <#else> - <div>You do not have permission to use this page (ENTITY_MAINT needed)</div> + <div>${uiLabelMap.WebtoolsPermissionMaint}</div> </#if> </#if> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl Fri Jun 8 02:06:47 2007 @@ -49,8 +49,7 @@ <h3>${uiLabelMap.WebtoolsGeneralJavaThreads}</h3> </div> <br /> -<p>This thread: <b>${Static["java.lang.Thread"].currentThread().getName()} (${Static["java.lang.Thread"].currentThread().getId()})</b> -<p>Note: certain things only work in Java 5. Java Version is ${javaVer}; is Java 5? ${isJava5?string}}<p> +<p>${uiLabelMap.WebtoolsThisThread}: <b>${Static["java.lang.Thread"].currentThread().getName()} (${Static["java.lang.Thread"].currentThread().getId()})</b> <p>${uiLabelMap.WebtoolsNote4} ${javaVer}; ${uiLabelMap.WebtoolsNote5}? ${isJava5?string}}<p> <br /> <table class="basic-table" cellspacing="0"> Modified: ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.properties?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.properties (original) +++ ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.properties Fri Jun 8 02:06:47 2007 @@ -20,6 +20,7 @@ fr=French de=German nl=Dutch +it=Italian # Override Page and Label title Added: ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties?view=auto&rev=545461 ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties (added) +++ ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties Fri Jun 8 02:06:47 2007 @@ -0,0 +1,90 @@ +##################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +##################################################################### +en=Inglese +fr=Francese +de=Tedesco +nl=Olandese +it=Italiano + +# Override Page and Label title + +AssetMaintCompanyName=Azienda OFBiz +AssetMaintCompanySubtitle=Manutenzione Dipartimento + +PageTitleFindFixedAssets=Ricerca Cespite +LabelTitleFindFixedAssets=Ricerca Cespite +PageTitleEditFixedAsset=Aggiorna Cespite +LabelTitleEditFixedAsset = Aggiorna Cespite +LabelTitleFixedAssetChildren=Figli Cespite + +PageTitleFindFixedAssetMaints=Ricerca Manutenzioni + +PageTitleEditWorkEffort=Aggiorna Compito +PageTitleChildWorkEfforts=Compito Breakdown +PageTitleListItemIssuance=Lista Soggetti +PageTitleAddItemIssuance=Aggiungi Riga Prelievo + +# Override UiLabels defined in accounting component. Give them more specialized Labels. +AccountingNewFixedAsset=Nuova Cespite +AccountingEditFixedAsset=Aggiorna Cespite +AccountingFixedAssetEdit=Crea/Aggiorna Cespite +AccountingNewFixedAssetIdentsType=Crea Tipo Identificazione Cespite +AccountingFindFixedAsset=Ricerca Cespite + +AccountingFixedAssets=Cespite +AccountingFixedAsset=Cespite +AccountingFixedAssetId=Codice Cespite +AccountingFixedAssetName=Descrizione +AccountingFixedAssetIdent=Identificazione +AccountingFixedAssetIdents=Identificazioni +AccountingNewFixedAssetIdent=Crea Identificazione +AccountingFixedAssetIdentTypeId=Codice Tipo Identificazione Cespite +AccountingFixedAssetIdentIdValue=Valore +AccountingFixedAssetParent=Gruppo Cespite +AccountingFixedAssetChildren=Figlio +AccountingFixedAssetMaintSeqId=Sequenza Manutenzione +AccountingFixedAssetMaintIntervalQuantity=Lettura Contachilometri +AccountingFixedAssetMaintIntervalUom=Udm Contachilometri +AccountingFixedAssetMaintIntervalMeterType=Tipo Contachilometri +AccountingInstanceOfProductId=Codice Prodotto Produttore +AccountingFixedAssets=Cespiti + +AssetEquipmentStdCosts = Costo Standard + +AccountingFacilityId=Posizione +AccountingFixedAssetClassEnumId=Classe Cespite +AccountingFixedAssetStdCosts = Costi Standard + +ProductWarehouse=Magazzino + +WorkEffortActualStartDate=Data Inizio +WorkEffortActualCompletionDate=Data Termine +WorkEffortAllTasks=Compiti +WorkEffortSummary=Sommario Schedulazione +WorkEffortWorkEffortAssocTypeId=Tipo Associazione +WorkEffortWorkEffortPurposeTypeId=Funzione + +FixedAssetMaintWorkEffortName=Manutenzione di un Cespite +FixedAssetMaintItemIssuance=Parti + +AccountingFixedAssetIdRequiredError=Codice Cespite \u00e8 un campo richiesto, Perfavore inserire e provare nuovamente. +AccountingFixedAssetIdInvalidError=Codice Cespite non \u00e8 valido. Perfavore usare la ricerca dei Cespiti per trovare un cespite valido + +AssetMaintInvalidPartProductIdError="Codice Parte ${productId} fornito non \u00e8 valido perfavore controllare e provare nuovamente" +AssetMaintLowPartInventoryError="Livello Inventario Disponibile per ${productId} \u00e8 ${quantity}" Propchange: ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels_it.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FacilityForms.xml?view=diff&rev=545461&r1=545460&r2=545461 ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FacilityForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FacilityForms.xml Fri Jun 8 02:06:47 2007 @@ -22,10 +22,10 @@ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> <form name="ListFacilities" type="list" list-name="facilities"> - <field name="facilityId" title="ID" widget-style="buttontext"> + <field name="facilityId" widget-style="buttontext"> <hyperlink also-hidden="false" description="${facilityId}" target="EditFacility?facilityId=${facilityId}"/> </field> - <field name="facilityName" title="Name"><display/></field> - <field name="description" title="Description"><display/></field> + <field name="facilityName"><display/></field> + <field name="description"><display/></field> </form> </forms> |
Free forum by Nabble | Edit this page |