66 < div class ="imixs-panel ">
77 < h2 > #{message.workflow}</ h2 >
88
9-
109 <!-- **** Workflow Actions only visible if user is autor ***** -->
1110 < ui:fragment
1211 rendered ="#{empty workflowController.workitem.item['$lastevent'] or workflowController.workitem.item['$isauthor']} ">
2019 < h:commandButton value ="#{message.close} " action ="/pages/my_tasklist?faced-redirect=true "
2120 actionListener ="#{workflowController.close()} " />
2221
23-
24-
25-
26-
2722 < dl >
2823 <!-- ### Kommentar ### -->
2924 < dt class ="imixs-no-print ">
30- < h:outputLabel value ="#{message['comment']}: " />
25+ < h:outputText value ="#{message['comment']}: " />
3126 </ dt >
3227 < dd >
3328 < h:inputTextarea value ="#{workflowController.workitem.item['txtComment']} " />
3429 </ dd >
3530 </ dl >
3631
3732 < h:panelGrid columns ="3 ">
38- < h:outputLabel value ="#{message.created}: " />
33+ < h:outputText value ="#{message.created}: " />
3934 < h:outputText value ="#{workflowController.workitem.item['$created']} ">
4035 < f:convertDateTime timeZone ="CET " type ="both " dateStyle ="medium " />
4136 </ h:outputText >
4237 < h:outputText value =" #{message.by} #{workflowController.workitem.item['namcreator']} " />
43- < h:outputLabel value ="#{message.modified}: " />
38+ < h:outputText value ="#{message.modified}: " />
4439 < h:outputText value ="#{workflowController.workitem.item['$modified']} ">
4540 < f:convertDateTime timeZone ="CET " type ="both " dateStyle ="medium " />
4641 </ h:outputText >
4742 < h:outputText value =" #{message.by} #{workflowController.workitem.item['namcurrenteditor']} " />
4843 </ h:panelGrid >
4944
50-
51-
5245 < div class ="imixs-tabs ">
5346 < ul >
5447 < li > < a href ="#tab-1 "> Activities</ a > </ li >
5548 < li > < a href ="#tab-2 "> Documents</ a > </ li >
56-
5749 </ ul >
5850 < div id ="tab-1 ">
59-
6051 < ui:include src ="/pages/workitems/workitem_chronicle.xhtml " />
6152 </ div >
6253 < div id ="tab-2 ">
6354 < ui:include src ="/pages/workitems/sub_documents.xhtml " />
64-
65-
66-
6755 </ div >
6856
6957 </ div >
7058
71-
72-
7359 </ div >
7460
75-
76-
7761</ f:subview >
0 commit comments