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 14 additions and 14 deletions
...@@ -23,14 +23,14 @@ ...@@ -23,14 +23,14 @@
<p:accordionPanel multiple="true" activeIndex="0,1,2" > <p:accordionPanel multiple="true" activeIndex="0,1,2" >
<p:tab title="Experiment Properties"> <p:tab title="Experiment Properties">
<div class="middleCenterLeftContent"> <div class="middleCenterLeftContent">
<ui:include src="experimentViewPanelGrid.xhtml"/> <ui:include src="private/experimentViewPanelGrid.xhtml"/>
</div> </div>
</p:tab> </p:tab>
<p:tab title="Experiment Policies"> <p:tab title="Experiment Policies">
<ui:include src="experimentPoliciesViewListDataTable.xhtml"/> <ui:include src="private/experimentPoliciesViewListDataTable.xhtml"/>
</p:tab> </p:tab>
<p:tab title="Experiment Users"> <p:tab title="Experiment Users">
<ui:include src="experimentUsersListDataTable.xhtml"/> <ui:include src="private/experimentUsersListDataTable.xhtml"/>
</p:tab> </p:tab>
</p:accordionPanel> </p:accordionPanel>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<h:form id="addExperimentTypeForm"> <h:form id="addExperimentTypeForm">
<ui:include src="experimentTypeCreatePanelGrid.xhtml"/> <ui:include src="private/experimentTypeCreatePanelGrid.xhtml"/>
<p/> <p/>
<div class="actionButton"> <div class="actionButton">
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<h1>Edit Experiment Type</h1> <h1>Edit Experiment Type</h1>
</div> </div>
<ui:include src="experimentTypeEditPanelGrid.xhtml"/> <ui:include src="private/experimentTypeEditPanelGrid.xhtml"/>
<p/> <p/>
<div class="actionButton"> <div class="actionButton">
<p:commandButton action="#{experimentTypeController.update()}" value="Save" alt="Save" icon="ui-icon-check"/> <p:commandButton action="#{experimentTypeController.update()}" value="Save" alt="Save" icon="ui-icon-check"/>
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
<ui:include src="../common/commonListActionButtons.xhtml"/> <ui:include src="../common/commonListActionButtons.xhtml"/>
<h:panelGroup> <h:panelGroup>
<ui:include src="experimentTypeListDataTable.xhtml"/> <ui:include src="private/experimentTypeListDataTable.xhtml"/>
</h:panelGroup> </h:panelGroup>
<ui:include src="experimentTypeDestroyDialog.xhtml"/> <ui:include src="private/experimentTypeDestroyDialog.xhtml"/>
</h:form> </h:form>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<h1>Experiment Type Details</h1> <h1>Experiment Type Details</h1>
</div> </div>
<ui:include src="experimentTypeViewPanelGrid.xhtml"/> <ui:include src="private/experimentTypeViewPanelGrid.xhtml"/>
<p/> <p/>
<ui:param name="experimentTypeObject" value="#{experimentTypeController.selected}"/> <ui:param name="experimentTypeObject" value="#{experimentTypeController.selected}"/>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<p:commandButton action="#{experimentTypeController.prepareList()}" value="Return" alt="Return" icon="ui-icon-arrowreturnthick-1-w"/> <p:commandButton action="#{experimentTypeController.prepareList()}" value="Return" alt="Return" icon="ui-icon-arrowreturnthick-1-w"/>
</div> </div>
<ui:include src="experimentTypeDestroyDialog.xhtml"/> <ui:include src="private/experimentTypeDestroyDialog.xhtml"/>
</div> </div>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<h:form id="addPolicyPropertyForm"> <h:form id="addPolicyPropertyForm">
<ui:include src="policyPropertyCreatePanelGrid.xhtml"/> <ui:include src="private/policyPropertyCreatePanelGrid.xhtml"/>
<p/> <p/>
<div class="actionButton"> <div class="actionButton">
......
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
<p:accordionPanel multiple="true" activeIndex="0,1" > <p:accordionPanel multiple="true" activeIndex="0,1" >
<p:tab title="Policy Property Description"> <p:tab title="Policy Property Description">
<div class="middleCenterLeftContent"> <div class="middleCenterLeftContent">
<ui:include src="policyPropertyEditPanelGrid.xhtml"/> <ui:include src="private/policyPropertyEditPanelGrid.xhtml"/>
</div> </div>
</p:tab> </p:tab>
<p:tab title="Allowed Policy Values"> <p:tab title="Allowed Policy Values">
<ui:include src="../allowedPolicyValue/allowedPolicyValueListEditDataTable.xhtml"/> <ui:include src="../allowedPolicyValue/private/allowedPolicyValueListEditDataTable.xhtml"/>
</p:tab> </p:tab>
</p:accordionPanel> </p:accordionPanel>
......
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
<p:accordionPanel multiple="true" activeIndex="0,1" > <p:accordionPanel multiple="true" activeIndex="0,1" >
<p:tab title="Policy Property Description"> <p:tab title="Policy Property Description">
<div class="middleCenterLeftContent"> <div class="middleCenterLeftContent">
<ui:include src="policyPropertyViewPanelGrid.xhtml"/> <ui:include src="private/policyPropertyViewPanelGrid.xhtml"/>
</div> </div>
</p:tab> </p:tab>
<p:tab title="Allowed Policy Values"> <p:tab title="Allowed Policy Values">
<ui:include src="/views/allowedPolicyValue/allowedPolicyValueListDataTable.xhtml"/> <ui:include src="/views/allowedPolicyValue/private/allowedPolicyValueListDataTable.xhtml"/>
</p:tab> </p:tab>
</p:accordionPanel> </p:accordionPanel>
......
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