Author: jleroux
Date: Tue Mar 31 20:06:09 2009 New Revision: 760581 URL: http://svn.apache.org/viewvc?rev=760581&view=rev Log: Securing URLs, link element in screens and menus : 2st set + content label Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=760581&r1=760580&r2=760581&view=diff ============================================================================== --- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original) +++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Tue Mar 31 20:06:09 2009 @@ -438,6 +438,10 @@ <value xml:lang="fr">Créer un nouvel article</value> <value xml:lang="it">Creare nuovo articolo</value> </property> + <property key="ContentCreateNewRootCompDocTemplate"> + <value xml:lang="en">Create New Root CompDoc Template</value> + <value xml:lang="fr">Créer une nouvelle racine de modèle de document composite</value> + </property> <property key="ContentDataBaseText"> <value xml:lang="en">DataBase Text</value> <value xml:lang="fr">Texte de base de données</value> Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml?rev=760581&r1=760580&r2=760581&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml (original) +++ ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml Tue Mar 31 20:06:09 2009 @@ -417,8 +417,22 @@ <decorator-screen name="commonCompDocDecorator" location="component://content/widget/CommonScreens.xml"> <decorator-section name="body"> <container> - <link target="FindCompDoc?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&rootTemplateContentId=${rootTemplateContentId}&rootTemplateRevSeqId=${rootTemplateRevSeqId}&rootInstanceContentId=${rootInstanceContentId}&rootInstanceRevSeqId=${rootInstanceRevSeqId}" text="${uiLabelMap.CommonFind}" style="buttontext"/> - <link target="AddRootCompDocTemplate?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&rootTemplateContentId=${rootTemplateContentId}&rootTemplateRevSeqId=${rootTemplateRevSeqId}&rootInstanceContentId=${rootInstanceContentId}&rootInstanceRevSeqId=${rootInstanceRevSeqId}" text="Create New Root CompDoc Template" style="buttontext"/> + <link target="FindCompDoc" style="buttontext" text="${uiLabelMap.CommonFind"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/> + <parameter param-name="rootTemplateContentId" from-field="rootTemplateContentId"/> + <parameter param-name="rootTemplateRevSeqId" from-field="rootTemplateRevSeqId"/> + <parameter param-name="rootInstanceContentId" from-field="rootInstanceContentId"/> + <parameter param-name="rootInstanceRevSeqId" from-field="rootInstanceRevSeqId}"/> + </link> + <link target="AddRootCompDocTemplate" text="${ContentCreateNewRootCompDocTemplate}" style="buttontext"> + <parameter param-name="contentId" from-field="contentId"/> + <parameter param-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/> + <parameter param-name="rootTemplateContentId" from-field="rootTemplateContentId"/> + <parameter param-name="rootTemplateRevSeqId" from-field="rootTemplateRevSeqId"/> + <parameter param-name="rootInstanceContentId" from-field="rootInstanceContentId"/> + <parameter param-name="rootInstanceRevSeqId" from-field="rootInstanceRevSeqId"/> + </link> </container> </decorator-section> </decorator-screen> |
Free forum by Nabble | Edit this page |