|
Author: erwan
Date: Sun Sep 23 18:52:27 2012 New Revision: 1389114 URL: http://svn.apache.org/viewvc?rev=1389114&view=rev Log: miscellaneous corrections, re-add authorization error screen , spelling correction on help, remove a forgot CommonEmptyHeader Modified: ofbiz/branches/20120329_portletWidget/framework/common/widget/PortalPageScreens.xml ofbiz/branches/20120329_portletWidget/framework/webtools/widget/PortalAdmForms.xml ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel.xml ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel_FR.xml Modified: ofbiz/branches/20120329_portletWidget/framework/common/widget/PortalPageScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/framework/common/widget/PortalPageScreens.xml?rev=1389114&r1=1389113&r2=1389114&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/framework/common/widget/PortalPageScreens.xml (original) +++ ofbiz/branches/20120329_portletWidget/framework/common/widget/PortalPageScreens.xml Sun Sep 23 18:52:27 2012 @@ -241,4 +241,19 @@ under the License. </widgets> </section> </screen> + <!--#Bam# portletWidget --> + <screen name="PermissionErrorScreen"> + <section> + <widgets> + <decorator-screen name="uiLabelDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-section name="body"> + <screenlet title="${uiLabelMap.${titleLabel}}"> + <label style="h3" text="${uiLabelMap.CommonPermissionError}"/> + </screenlet> + </decorator-section> + </decorator-screen> + </widgets> + </section> + </screen> + <!--#Eam# portletWidget --> </screens> Modified: ofbiz/branches/20120329_portletWidget/framework/webtools/widget/PortalAdmForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/framework/webtools/widget/PortalAdmForms.xml?rev=1389114&r1=1389113&r2=1389114&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/framework/webtools/widget/PortalAdmForms.xml (original) +++ ofbiz/branches/20120329_portletWidget/framework/webtools/widget/PortalAdmForms.xml Sun Sep 23 18:52:27 2012 @@ -68,7 +68,7 @@ under the License. <field name="securityServiceName" tooltip="${context.securityServiceName}"><display/></field> <field name="securityPermission" tooltip="${context.securityPermission}"><display/></field> <field name="securityMainAction" tooltip="${context.securityMainAction}"><display/></field> -<!-- <field name="back" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">--> +<!-- <field name="back" title=" " widget-style="buttontext">--> <!-- <hyperlink target="ShowPortalPortlet" description="${uiLabelMap.CommonBack}"/>--> <!-- </field>--> <sort-order> Modified: ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel.xml?rev=1389114&r1=1389113&r2=1389114&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel.xml (original) +++ ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel.xml Sun Sep 23 18:52:27 2012 @@ -85,7 +85,7 @@ License. <listitem><para>Portlet: <itemizedlist> <listitem><para>Findxxxs: search form</para></listitem> - <listitem><para>Listxxxs: portlet that lists the record of the entity, often as result of the portlet xxxFind</para></listitem> + <listitem><para>Listxxxs: portlet that lists the record of the entity, often as result of the portlet Findxxxs</para></listitem> <listitem><para>xxxRecap: small or medium portlet, only on display, meant to be in a column (25% or 33%) in order to remind the object on which you are working</para></listitem> <listitem><para>xxxDetailsMenu: same contents as in xxxSummary, with a menu enabling to display the details of associated entities somewhere else on the screen</para></listitem> <listitem><para>xxxDetail: empty portlet that enables to define the slot (the container) where the details of associated entities will be displayed (see xxxMenuDetail)</para></listitem> Modified: ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel_FR.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel_FR.xml?rev=1389114&r1=1389113&r2=1389114&view=diff ============================================================================== --- ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel_FR.xml (original) +++ ofbiz/branches/20120329_portletWidget/specialpurpose/example/data/helpdata/HELP_EXAMPLE_devel_FR.xml Sun Sep 23 18:52:27 2012 @@ -68,7 +68,7 @@ <listitem><para>Portlet : <itemizedlist> <listitem><para>Findxxxs : formulaire de recherche</para></listitem> - <listitem><para>Listxxxs : portlet listant l'enregistrement de l'entité, souvent en tant que résultat de la portlet xxxFind</para></listitem> + <listitem><para>Listxxxs : portlet listant l'enregistrement de l'entité, souvent en tant que résultat de la portlet Findxxxs</para></listitem> <listitem><para>xxxSummary : portlet de petite ou moyenne taille uniquement en affichage, destinée à être dans une colonne (25% ou 33%) pour rappeler l'objet sur lequel on travaille</para></listitem> <listitem><para>xxxDetailsMenu : contenu identique à xxxSummary avec un menu permettant d'afficher dans un autre emplacement de l'écran le détail d'entités associés</para></listitem> <listitem><para>xxxDetail : portlet vide permettant de définir l'emplacement (le container) où s'affiche le détail d'entités associés (cf xxxMenuDetail)</para></listitem> |
| Free forum by Nabble | Edit this page |
