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 2007/12/13 07:48:44 UTC

svn commit: r603840 - /ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml

Author: hansbak
Date: Wed Dec 12 22:48:35 2007
New Revision: 603840

URL: http://svn.apache.org/viewvc?rev=603840&view=rev
Log:
add experimental help button to a page in confluence

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml?rev=603840&r1=603839&r2=603840&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Wed Dec 12 22:48:35 2007
@@ -30,7 +30,10 @@
         <menu-item name="SkillType" title="${uiLabelMap.ProjectMgrSkillType}"><link target="findSkillTypes"/></menu-item>
         <menu-item name="calendar" title="${uiLabelMap.WorkEffortCalendar}"><link target="day"/></menu-item>
         <menu-item name="request" title="${uiLabelMap.WorkEffortRequestList}"><link target="requestlist"/></menu-item>
-        
+        
+        <menu-item name="help" title="Help" align-style="col-right">
+            <link target="http://docs.ofbiz.org/display/OFBENDUSER/Project+Manager+Role?decorator=printable" url-mode="plain" target-window="new"/>
+        </menu-item>
         <menu-item name="Logout" title="Logout" align-style="col-right" widget-style="headerButtonRight" selected-style="headerButtonRightSelected">
             <condition><not><if-empty field-name="userLogin"/></not></condition>
             <link target="logout"/>



Re: svn commit: r603840 - /ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
This really interesting, and I wonder if we should not provide more convenient means to deal with that easiery. For instance we
could have http://docs.ofbiz.org/display as a parameter somewhere as we can expect that this may change in the futur (should not
Confluence been hosted on an Apache server ?). Though we may also consider using Confluence tiny urls which has the advantage of not
being changed if/when the page is moved (kind of relative URL, even if this last comparaison has not much sense). Of course I
suppose that this last trick will not work if we change the base URL... Ok maybe we should wait ...

Jacques

> Author: hansbak
> Date: Wed Dec 12 22:48:35 2007
> New Revision: 603840
>
> URL: http://svn.apache.org/viewvc?rev=603840&view=rev
> Log:
> add experimental help button to a page in confluence
>
> Modified:
>     ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
>
> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml?rev=603840&r1=603839&r2=603840&view=diff
> ==============================================================================
> --- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original)
> +++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Wed Dec 12 22:48:35 2007
> @@ -30,7 +30,10 @@
>          <menu-item name="SkillType" title="${uiLabelMap.ProjectMgrSkillType}"><link target="findSkillTypes"/></menu-item>
>          <menu-item name="calendar" title="${uiLabelMap.WorkEffortCalendar}"><link target="day"/></menu-item>
>          <menu-item name="request" title="${uiLabelMap.WorkEffortRequestList}"><link target="requestlist"/></menu-item>
> -
> +
> +        <menu-item name="help" title="Help" align-style="col-right">
> +            <link target="http://docs.ofbiz.org/display/OFBENDUSER/Project+Manager+Role?decorator=printable" url-mode="plain"
target-window="new"/>
> +        </menu-item>
>          <menu-item name="Logout" title="Logout" align-style="col-right" widget-style="headerButtonRight"
selected-style="headerButtonRightSelected">
>              <condition><not><if-empty field-name="userLogin"/></not></condition>
>              <link target="logout"/>
>
>