svn commit: r1707947 - in /ofbiz/trunk/specialpurpose/example/widget/example: FormWidgetExampleForms.xml FormWidgetExampleScreens.xml

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

svn commit: r1707947 - in /ofbiz/trunk/specialpurpose/example/widget/example: FormWidgetExampleForms.xml FormWidgetExampleScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sun Oct 11 06:06:34 2015
New Revision: 1707947

URL: http://svn.apache.org/viewvc?rev=1707947&view=rev
Log:
Printing the Rupee symbol did not work there. Not sure why it did not, but at least this fixes it.

Modified:
    ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
    ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml

Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml?rev=1707947&r1=1707946&r2=1707947&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml Sun Oct 11 06:06:34 2015
@@ -400,7 +400,7 @@ under the License.
         <!-- ************************ -->
         <field name="emptyField0" title=" "><display/></field>
         <field name="newExample" title=" " widget-style="buttontext">
-            <hyperlink also-hidden="false" description="${uiLabelMap.ExampleNewExample}" target="EditExampleLayer" link-type="layered-modal"/>
+            <hyperlink also-hidden="false" description="${uiLabelMap.ExampleNewExample} (Layered-modal)" target="EditExampleLayer" link-type="layered-modal"/>
         </field>
     </form>
 </forms>

Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml?rev=1707947&r1=1707946&r2=1707947&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml Sun Oct 11 06:06:34 2015
@@ -142,9 +142,6 @@ under the License.
     </screen>
     <screen name="printExampleFOPFonts">
         <section>
-            <actions>
-                <property-to-field resource="fop.properties" field="defaultFontFamily" property="fop.font.family" default="NotoSans" />
-            </actions>
             <widgets>
                 <platform-specific><xsl-fo><html-template location="component://example/webapp/example/reports/fonts.fo.ftl"/></xsl-fo></platform-specific>
             </widgets>