Adding information bits to signify when an operation can be carried out

merge-requests/52/head
Ace 6 years ago
parent ada26b423d
commit b00e84db0b

@ -120,7 +120,9 @@
<input type="{{this.type}}" id="{{this.id}}" <input type="{{this.type}}" id="{{this.id}}"
class="checkbox" class="checkbox"
placeholder="{{this.label}}" placeholder="{{this.label}}"
data-param-type="form"/> data-param-type="form"
data-toggle="tooltip"
title="{{this.helper}}"/>
{{this.label}} {{this.label}}
<br/> <br/>
{{/equal}} {{/equal}}

@ -120,7 +120,9 @@
<input type="{{this.type}}" id="{{this.id}}" <input type="{{this.type}}" id="{{this.id}}"
class="checkbox" class="checkbox"
placeholder="{{this.label}}" placeholder="{{this.label}}"
data-param-type="form"/> data-param-type="form"
data-toggle="tooltip"
title="{{this.helper}}"/>
{{this.label}} {{this.label}}
<br/> <br/>
{{/equal}} {{/equal}}

@ -508,9 +508,8 @@
<div> <div>
<ul class="message message-info"> <ul class="message message-info">
<i class="icon fw fw-info"></i> <i class="icon fw fw-info"></i>
<a id="policy-listing-status-msg">Below restrictions will be applied on devices with <a id="policy-listing-status-msg">Below restrictions will be applicable when the agent is the
Android <b>device owner</b> and Android version 6.0 (Marshmallow) or higher.</a>
version 6.0 Marshmallow onwards only.</a>
</ul> </ul>
</div> </div>
<br> <br>

@ -756,8 +756,14 @@
</span> </span>
</label> </label>
</div> </div>
<br> <div class="">
<ul class="message message-info">
<i class="icon fw fw-info"></i>
<a id="policy-listing-status-msg">Below restrictions will be applicable when the agent is the
<b>device owner</b> and Android version 6.0 (Marshmallow) or higher.</a>
</ul>
</div>
<br>
<div class="wr-input-control"> <div class="wr-input-control">
<label class="wr-input-control checkbox"> <label class="wr-input-control checkbox">
<input id="disallow-set-wallpeper" type="checkbox" <input id="disallow-set-wallpeper" type="checkbox"

@ -518,8 +518,8 @@
<div class=""> <div class="">
<ul class="message message-info"> <ul class="message message-info">
<i class="icon fw fw-info"></i> <i class="icon fw fw-info"></i>
<a id="policy-listing-status-msg">Below restrictions will be applied on devices with <a id="policy-listing-status-msg">Below restrictions will be applicable when the agent is the
Android version 6.0 Marshmallow onwards only.</a> <b>device owner</b> and Android version 6.0 (Marshmallow) or higher.</a>
</ul> </ul>
</div> </div>
<br> <br>

@ -132,7 +132,8 @@
<uiParam optional="true"> <uiParam optional="true">
<type>checkbox</type> <type>checkbox</type>
<id>hard-lock</id> <id>hard-lock</id>
<label>Hard lock enabled</label> <label>Hard lock enabled (OEM Mode Only)</label>
<helper>This feature is only available in OEM Mode.</helper>
</uiParam> </uiParam>
</uiParams> </uiParams>
</params> </params>

Loading…
Cancel
Save