svn commit: r1130211 - /ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1130211 - /ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml

erwan
Author: erwan
Date: Wed Jun  1 16:34:38 2011
New Revision: 1130211

URL: http://svn.apache.org/viewvc?rev=1130211&view=rev
Log:
Better header when displaying a task in projectmgr

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

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=1130211&r1=1130210&r2=1130211&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Wed Jun  1 16:34:38 2011
@@ -142,10 +142,12 @@ under the License.
                                     <widgets>
                                         <include-menu name="TaskSubTabBar" location="component://projectmgr/widget/ProjectMenus.xml"/>
                                         <container style="clear"/>
-                                        <label style="h1" text="${uiLabelMap.ProjectMgrTaskCurrent}: ${workEffort.workEffortName}[${workEffort.workEffortId}] ${uiLabelMap.ProjectMgrPhaseName}: ${phaseName} ${uiLabelMap.ProjectMgrProjectName}: ${projectName}"/>
-                                        <link style="h1" text="[${projectId}]" target="projectView">
-                                            <parameter param-name="projectId"/>
-                                        </link>
+                                        <label style="h1" text="${uiLabelMap.ProjectMgrTaskCurrent}: ${workEffort.workEffortName} [${workEffort.workEffortId}]"/>
+                                        <label style="h1" text="${uiLabelMap.ProjectMgrPhaseName}: ${phaseName}"/>
+                                        <container style="h1">
+                                            <label text="${uiLabelMap.ProjectMgrProjectName}: ${projectName}"/>
+                                            <link text="[${projectId}]" target="projectView"><parameter param-name="projectId"/></link>
+                                        </container>
                                     </widgets>
                                 </section>
                                 <decorator-section-include name="body"/>