File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/main/webapp/WEB-INF/templates/blocks/survey Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 </ h:commandLink >
1919 </ f:facet >
2020
21+ < p:column headerText ="#{msg.date} ">
22+ < h:outputText value ="#{result.createdAt} ">
23+ < f:convertDateTime timeZone ="#{userBean.timeZone} " type ="localDateTime "/>
24+ </ h:outputText >
25+ </ p:column >
2126 < p:column headerText ="#{msg.username} " rendered ="#{not empty result.userId and result.userId > 0} ">
22- < h:outputLink id ="print_user " value ="survey/answer.jsf ">
23- < h:outputText value ="#{result.user.displayName} "/>
24- < f:param name ="resource_id " value ="#{res.id} "/>
25- < f:param name ="user_id " value ="#{result.userId} "/>
26- </ h:outputLink >
27+ < h:outputText value ="#{result.user.displayName} "/>
2728 </ p:column >
2829 < p:column headerText ="#{msg.student_id} ">
2930 < h:outputText value ="#{result.user.studentId} "/>
You can’t perform that action at this time.
0 commit comments