|
Author: erwan
Date: Thu Oct 11 19:40:39 2012 New Revision: 1397256 URL: http://svn.apache.org/viewvc?rev=1397256&view=rev Log: two more icons in icons properties, for diff between two objects and for help Modified: ofbiz/branches/20120329_portletWidget/framework/common/config/CommonUiLabels.xml ofbiz/branches/20120329_portletWidget/framework/common/config/iconsPurpose.properties ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/example/ExampleForms.xml Modified: ofbiz/branches/20120329_portletWidget/framework/common/config/CommonUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/framework/common/config/CommonUiLabels.xml?rev=1397256&r1=1397255&r2=1397256&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/framework/common/config/CommonUiLabels.xml (original) +++ ofbiz/branches/20120329_portletWidget/framework/common/config/CommonUiLabels.xml Thu Oct 11 19:40:39 2012 @@ -12948,6 +12948,10 @@ <value xml:lang="zh_CN">ç»è</value> <value xml:lang="zh_TW">詳細</value> </property> + <property key="IconsTooltips_Diff"> + <value xml:lang="en">Difference between two </value> + <value xml:lang="fr">Différence entre deux </value> + </property> <property key="IconsTooltips_Disabled"><!-- copy from CommonDisabled but changed in french --> <value xml:lang="ar">ØºÙØ± شغاÙ</value> <value xml:lang="de">Deaktiviert</value> Modified: ofbiz/branches/20120329_portletWidget/framework/common/config/iconsPurpose.properties URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/framework/common/config/iconsPurpose.properties?rev=1397256&r1=1397255&r2=1397256&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/framework/common/config/iconsPurpose.properties (original) +++ ofbiz/branches/20120329_portletWidget/framework/common/config/iconsPurpose.properties Thu Oct 11 19:40:39 2012 @@ -52,6 +52,7 @@ Date=/images/icons/famfamfam/date.png Deactivate=/images/icons/famfamfam/clock_delete.png Delete=/images/icons/famfamfam/bin.png Details=/images/icons/famfamfam/application_view_list.png +Diff=/images/icons/famfamfam/table_relationship.png Disabled=/images/icons/famfamfam/cross.png Docfusion=/images/icons/famfamfam/page_white_gear.png Done=/images/icons/famfamfam/clock.png @@ -70,6 +71,7 @@ Gantt=/images/icons/famfamfam/shape_alig GeoLoc=/images/icons/famfamfam/map.png Grants=/images/icons/famfamfam/key.png Group=/images/icons/famfamfam/group.png +Help=/images/icons/famfamfam/help.png Hierarchy=/images/icons/famfamfam/page_white_stack.png HideHistory=/images/icons/famfamfam/time_delete.png History=/images/icons/famfamfam/time.png Modified: ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/example/ExampleForms.xml?rev=1397256&r1=1397255&r2=1397256&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/example/ExampleForms.xml (original) +++ ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/example/ExampleForms.xml Thu Oct 11 19:40:39 2012 @@ -335,6 +335,10 @@ under the License. <field name="Details2" title="${uiLabelMap.IconsTooltips_Details}" position="2"> <hyperlink target="" image-location="${iconsPurpose.Details}" image-title="${uiLabelMap.IconsTooltips_Details}" /> </field> + <field name="Diff"><display also-hidden="false" description=" " size="1"/></field> + <field name="Diff2" title="${uiLabelMap.IconsTooltips_Diff}" position="2"> + <hyperlink target="" image-location="${iconsPurpose.Diff}" image-title="${uiLabelMap.IconsTooltips_Diff}" /> + </field> <field name="Docfusion"><display also-hidden="false" description=" " size="1"/></field> <field name="Docfusion2" title="${uiLabelMap.IconsTooltips_Docfusion}" position="2"> <hyperlink target="" image-location="${iconsPurpose.Docfusion}" image-title="${uiLabelMap.IconsTooltips_Docfusion}" /> @@ -399,6 +403,10 @@ under the License. <field name="Group2" title="${uiLabelMap.IconsTooltips_Group}" position="2"> <hyperlink target="" image-location="${iconsPurpose.Group}" image-title="${uiLabelMap.IconsTooltips_Group}" /> </field> + <field name="Help"><display also-hidden="false" description=" " size="1"/></field> + <field name="Help2" title="${uiLabelMap.CommonHelp}" position="2"> + <hyperlink target="" image-location="${iconsPurpose.Help}" image-title="${uiLabelMap.CommonHelp}" also-hidden="false" /> + </field> <field name="Hierarchy"><display also-hidden="false" description=" " size="1"/></field> <field name="Hierarchy2" title="${uiLabelMap.BestPractice_IconHierarchy}" position="2"> <hyperlink target="" image-location="${iconsPurpose.Hierarchy}" image-title="${uiLabelMap.IconsTooltips_Hierarchy}" also-hidden="false" /> @@ -609,8 +617,10 @@ under the License. <sort-field name="Filter"/><sort-field name="Filter2"/> <sort-field name="View"/><sort-field name="View2"/> <sort-field name="Save"/><sort-field name="Save2"/> + <sort-field name="Help"/><sort-field name="Help2"/> <sort-field name="Switch"/><sort-field name="Switch2"/> <sort-field name="Synchronize"/><sort-field name="Synchronize2"/> + <sort-field name="Diff"/><sort-field name="Diff2"/> </field-group> <field-group> <sort-field name="Run"/><sort-field name="Run2"/> |
| Free forum by Nabble | Edit this page |
