|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
<hr>
|
|
|
|
|
<button class="wr-btn wizard-stepper" data-current="policy-message"
|
|
|
|
|
data-direct="{{@app.context}}/policies/">
|
|
|
|
|
View policy list
|
|
|
|
|
View policy list
|
|
|
|
|
</button>
|
|
|
|
|
<a href="@{{@app.context}}/policies/add-policy" class="cu-btn-inner">
|
|
|
|
|
<span class="fw-stack">
|
|
|
|
@ -94,16 +94,16 @@
|
|
|
|
|
<div class="wr-input-control wr-btn-grp">
|
|
|
|
|
<a href="#" class="wr-btn wizard-stepper" data-is-back-btn="true"
|
|
|
|
|
data-current="policy-naming" data-next="policy-criteria">
|
|
|
|
|
Back
|
|
|
|
|
Back
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="wr-btn wizard-stepper"
|
|
|
|
|
data-current="policy-naming-publish" data-next="policy-message"
|
|
|
|
|
data-validate="true">
|
|
|
|
|
Save & Publish
|
|
|
|
|
Save & Publish
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="wr-btn wizard-stepper" data-current="policy-naming"
|
|
|
|
|
data-next="policy-message" data-validate="true">
|
|
|
|
|
Save
|
|
|
|
|
Save
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -129,13 +129,13 @@
|
|
|
|
|
<input id="user-roles-radio-btn" type="radio"
|
|
|
|
|
name="select-users-radio-btn" class="select-users-radio"
|
|
|
|
|
checked/>
|
|
|
|
|
<span class="helper"> Set user role(s)</span>
|
|
|
|
|
<span class="helper"> Set user role(s)</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="wr-input-control radio light" rel="assetfilter">
|
|
|
|
|
<input id="users-radio-btn" type="radio"
|
|
|
|
|
name="select-users-radio-btn"
|
|
|
|
|
class="select-users-radio"/>
|
|
|
|
|
<span class="helper"> Set user(s)</span>
|
|
|
|
|
<span class="helper"> Set user(s)</span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="user-roles-select-field" class="select-users">
|
|
|
|
@ -185,11 +185,11 @@
|
|
|
|
|
<div class="wr-input-control wr-btn-grp">
|
|
|
|
|
<a href="#" class="wr-btn wizard-stepper" data-is-back-btn="true"
|
|
|
|
|
data-current="policy-criteria" data-next="policy-profile">
|
|
|
|
|
Back
|
|
|
|
|
Back
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="wr-btn wizard-stepper" data-current="policy-criteria"
|
|
|
|
|
data-next="policy-naming" data-validate="false">
|
|
|
|
|
Continue
|
|
|
|
|
Continue
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -224,7 +224,7 @@
|
|
|
|
|
<div class="wr-input-control wr-btn-grp">
|
|
|
|
|
<a href="#" class="wr-btn wizard-stepper" data-current="policy-profile"
|
|
|
|
|
data-next="policy-criteria" data-validate="true">
|
|
|
|
|
Continue
|
|
|
|
|
Continue
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|