Skip to content
Snippets Groups Projects
Commit 2c1b3426 authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

No commit message

No commit message
parent d9ff1891
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 12 deletions
......@@ -21,7 +21,7 @@
<h:form id="addAllowedPolicyValueForm">
<ui:include src="allowedPolicyValueCreatePanelGrid.xhtml"/>
<ui:include src="private/allowedPolicyValueCreatePanelGrid.xhtml"/>
<p/>
<div class="actionButton">
......
......@@ -53,4 +53,4 @@ and open the template in the editor.
</p:column>
</p:dataTable>
<ui:include src="allowedPolicyValueDestroyDialog.xhtml"/>
</ui:composition>
</ui:composition>
\ No newline at end of file
......@@ -19,7 +19,7 @@
<h:form id="addExperimentForm">
<ui:include src="experimentCreatePanelGrid.xhtml"/>
<ui:include src="private/experimentCreatePanelGrid.xhtml"/>
<p/>
<div class="actionButton">
......
......@@ -25,16 +25,16 @@
<p:tab title="Experiment Properties" id="detailsTab" >
<div class="middleCenterLeftContent">
<ui:include src="experimentEditPanelGrid.xhtml"/>
<ui:include src="private/experimentEditPanelGrid.xhtml"/>
</div>
</p:tab>
<p:tab title="Experiment Policies">
<ui:include src="experimentPoliciesEditSelection.xhtml"/>
<ui:include src="private/experimentPoliciesEditSelection.xhtml"/>
</p:tab>
<p:tab title="Experiment Users" id="usersTab">
<ui:include src="experimentUsersEditDataTable.xhtml"/>
<ui:include src="private/experimentUsersEditDataTable.xhtml"/>
</p:tab>
</p:accordionPanel>
......@@ -44,8 +44,8 @@
<p:commandButton action="#{experimentController.prepareList()}" immediate="true" value="Return" alt="Return" icon="ui-icon-arrowreturnthick-1-w"/>
</div>
<ui:include src="experimentUserRemoveDialog.xhtml" />
<ui:include src="experimentPolicyRemoveDialog.xhtml" />
<ui:include src="private/experimentUserRemoveDialog.xhtml" />
<ui:include src="private/experimentPolicyRemoveDialog.xhtml" />
</h:form>
</ui:define>
</ui:composition>
......
......@@ -21,10 +21,10 @@
<ui:include src="../common/commonListActionButtons.xhtml"/>
<h:panelGroup>
<ui:include src="experimentListDataTable.xhtml"/>
<ui:include src="private/experimentListDataTable.xhtml"/>
</h:panelGroup>
<ui:include src="experimentDestroyDialog.xhtml"/>
<ui:include src="private/experimentDestroyDialog.xhtml"/>
</h:form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment