svn commit: r1065018 - in /ofbiz/trunk/framework/webtools: config/WebtoolsUiLabels.xml widget/MiscScreens.xml

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

svn commit: r1065018 - in /ofbiz/trunk/framework/webtools: config/WebtoolsUiLabels.xml widget/MiscScreens.xml

buscob
Author: buscob
Date: Sat Jan 29 14:22:28 2011
New Revision: 1065018

URL: http://svn.apache.org/viewvc?rev=1065018&view=rev
Log:
Added other button styles in the Layout demo.
Added Italian localization.

Modified:
    ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
    ofbiz/trunk/framework/webtools/widget/MiscScreens.xml

Modified: ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml?rev=1065018&r1=1065017&r2=1065018&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml (original)
+++ ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml Sat Jan 29 14:22:28 2011
@@ -2444,9 +2444,11 @@
     </property>
     <property key="WebtoolsLayoutDemo">
         <value xml:lang="en">Layout Demo</value>
+        <value xml:lang="it">Dimostrazione Layout</value>
     </property>
     <property key="WebtoolsLayoutDemoText">
         <value xml:lang="en">Demonstrate layout best practices and provide a visual theme test page.</value>
+        <value xml:lang="it">Dimostrazione di come utilizzare gli stili e pagina per il test dei temi visuali.</value>
     </property>
     <property key="WebtoolsLeaveAllEntriesBlank">
         <value xml:lang="de">alle Einträge leer lassen</value>

Modified: ofbiz/trunk/framework/webtools/widget/MiscScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/MiscScreens.xml?rev=1065018&r1=1065017&r2=1065018&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/MiscScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/MiscScreens.xml Sat Jan 29 14:22:28 2011
@@ -111,6 +111,9 @@ under the License.
                                         <container style="button-bar button-style-1">
                                             <!-- Typically used for intra-app links -->
                                             <link target="${demoTargetUrl}" text="${uiLabelMap.CommonNew}" style="create"/>
+                                            <link target="${demoTargetUrl}" text="${uiLabelMap.CommonDelete}" style="delete"/>
+                                            <link target="${demoTargetUrl}" text="${uiLabelMap.CommonRefresh}" style="refresh"/>
+                                            <link target="${demoTargetUrl}" text="${uiLabelMap.CommonSearch}" style="search"/>
                                             <link target="${demoTargetUrl}" text="${uiLabelMap.CommonSelected}" style="selected"/>
                                             <link target="${demoTargetUrl}" text="${uiLabelMap.CommonEnabled}"/>
                                             <link text="${uiLabelMap.CommonDisabled}" style="disabled"/>
@@ -118,6 +121,9 @@ under the License.
                                         <container style="button-bar button-style-2">
                                             <!-- Typically used for inter-app links -->
                                             <link target="${demoTargetUrl}" text="${uiLabelMap.CommonNew}" style="create"/>
+                                            <link target="${demoTargetUrl}" text="${uiLabelMap.CommonDelete}" style="delete"/>
+                                            <link target="${demoTargetUrl}" text="${uiLabelMap.CommonRefresh}" style="refresh"/>
+                                            <link target="${demoTargetUrl}" text="${uiLabelMap.CommonSearch}" style="search"/>
                                             <link target="${demoTargetUrl}" text="${uiLabelMap.CommonSelected}" style="selected"/>
                                             <link target="${demoTargetUrl}" text="${uiLabelMap.CommonEnabled}"/>
                                             <link text="${uiLabelMap.CommonDisabled}" style="disabled"/>
@@ -127,12 +133,12 @@ under the License.
                                 <section name="h1-h6 Styles">
                                     <widgets>
                                         <horizontal-separator/>
-                                        <label style="h1" text="${demoText}"/>
-                                        <label style="h2" text="${demoText}"/>
-                                        <label style="h3" text="${demoText}"/>
-                                        <label style="h4" text="${demoText}"/>
-                                        <label style="h5" text="${demoText}"/>
-                                        <label style="h6" text="${demoText}"/>
+                                        <label style="h1" text="${demoText} (h1)"/>
+                                        <label style="h2" text="${demoText} (h2)"/>
+                                        <label style="h3" text="${demoText} (h3)"/>
+                                        <label style="h4" text="${demoText} (h4)"/>
+                                        <label style="h5" text="${demoText} (h5)"/>
+                                        <label style="h6" text="${demoText} (h6)"/>
                                     </widgets>
                                 </section>
                                 <section name="Form/List Styles">