File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 21162116 </ p:dialog >
21172117 < p:dialog id ="curationStatusHistoryDialog " header ="#{bundle['dataset.curationStatusHistory']} "
21182118 widgetVar ="curationStatusHistoryDialog " modal ="true " responsive ="true ">
2119- < h:form id ="curationStatusHistoryForm ">
2120- < p:dataTable value ="#{DatasetPage.workingVersion.curationStatuses} " var ="status "
2119+ < p:dataTable value ="#{DatasetPage.workingVersion.curationStatuses} " var ="status "
21212120 styleClass ="margin-bottom-half " rowIndexVar ="index ">
21222121 < p:column headerText ="#{bundle['dataset.curationStatus']} ">
21232122 < h:outputText value ="#{status.label} "/>
21302129 < p:column headerText ="#{bundle['dataset.curationAssigner']} ">
21312130 < h:outputText value ="#{status.authenticatedUser.name} "/>
21322131 </ p:column >
2133- </ p:dataTable >
2134- </ h:form >
2132+ </ p:dataTable >
21352133 </ p:dialog >
21362134 < p:dialog id ="versionNoteId " styleClass ="smallPopUp " header ="#{bundle['dataset.versionNote.header']} " widgetVar ="editVersionNoteDialog " modal ="true ">
21372135 < p:fragment id ="noteHelpPanel " rendered ="#{versionNoteEnabled} ">
You can’t perform that action at this time.
0 commit comments