You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/08/10 16:12:14 UTC

svn commit: r802802 - in /ofbiz/trunk: framework/common/widget/PortalPageForms.xml themes/bizznesstime/includes/header.ftl themes/flatgrey/includes/header.ftl

Author: hansbak
Date: Mon Aug 10 14:12:13 2009
New Revision: 802802

URL: http://svn.apache.org/viewvc?rev=802802&view=rev
Log:
better show edit screen to easy add comments by users.

Modified:
    ofbiz/trunk/framework/common/widget/PortalPageForms.xml
    ofbiz/trunk/themes/bizznesstime/includes/header.ftl
    ofbiz/trunk/themes/flatgrey/includes/header.ftl

Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=802802&r1=802801&r2=802802&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original)
+++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Mon Aug 10 14:12:13 2009
@@ -122,7 +122,7 @@
             <set field="portletHelp" value="${groovy:helpUrlsMap.get(&quot;PORTLET_&quot;.concat(portalPortletId)).equals(&quot;PORTLET_&quot;.concat(portalPortletId))?helpUrlsMap.MYPORTAL_showPortalPage:helpUrlsMap.(&quot;PORTLET_&quot;.concat(portalPortletId))}"/>
         </row-actions>
         <field name="portletName">
-            <hyperlink also-hidden="false" target-type="plain" target="${parameters.helpUrlPrefix}${portletHelp}${parameters.helpUrlSuffix}?decorator=printable" description="${portletName}" ></hyperlink>
+            <hyperlink also-hidden="false" target-type="plain" target="${parameters.helpUrlPrefix}${portletHelp}${parameters.helpUrlSuffix}" description="${portletName}" ></hyperlink>
         </field>
         <field name="description"><display/></field>
     </form>

Modified: ofbiz/trunk/themes/bizznesstime/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/includes/header.ftl?rev=802802&r1=802801&r2=802802&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bizznesstime/includes/header.ftl Mon Aug 10 14:12:13 2009
@@ -129,7 +129,7 @@
               <#if parameters.portalPageId?exists && helpTopic == "MYPORTAL_showPortalPage">
                 <span><a href="<@o...@ofbizUrl>?portalPageId=${parameters.portalPageId}&helpUrlPrefix=${helpUrlPrefix}&helpUrlSuffix=${helpUrlSuffix}" target="_blank">${uiLabelMap.CommonHelp}</a></span>
               <#else>
-                <span><a href="${helpUrlPrefix}${helpUrlTopic}${helpUrlSuffix}?decorator=printable" target="_blank">${uiLabelMap.CommonHelp}</a></span>
+                <span><a href="${helpUrlPrefix}${helpUrlTopic}${helpUrlSuffix}" target="_blank">${uiLabelMap.CommonHelp}</a></span>
               </#if>
             </#if>
         </div>

Modified: ofbiz/trunk/themes/flatgrey/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/includes/header.ftl?rev=802802&r1=802801&r2=802802&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/includes/header.ftl (original)
+++ ofbiz/trunk/themes/flatgrey/includes/header.ftl Mon Aug 10 14:12:13 2009
@@ -185,7 +185,7 @@
               <#if parameters.portalPageId?exists && helpTopic == "MYPORTAL_showPortalPage">
                 <li><a href="<@o...@ofbizUrl>?portalPageId=${parameters.portalPageId}&helpUrlPrefix=${helpUrlPrefix}&helpUrlSuffix=${helpUrlSuffix}" target="_blank">${uiLabelMap.CommonHelp}</a></li>
               <#else>
-                <li><a href="${helpUrlPrefix}${helpUrlTopic}${helpUrlSuffix}?decorator=printable" target="_blank">${uiLabelMap.CommonHelp}</a></li>
+                <li><a href="${helpUrlPrefix}${helpUrlTopic}${helpUrlSuffix}" target="_blank">${uiLabelMap.CommonHelp}</a></li>
               </#if>
            </#if>
           </ul>