Browse Source

added icons to scope editing panel

pull/779/head
Justin Richer 10 years ago
parent
commit
0dc7cb05e7
  1. 2
      openid-connect-server-webapp/src/main/webapp/resources/template/scope.html

2
openid-connect-server-webapp/src/main/webapp/resources/template/scope.html

@ -136,6 +136,7 @@
</div>
<div class="control-group" id="defaultScope">
<label class="control-label"><span class="label label-success default"><i class="icon-flag icon-white"></i></span></label>
<div class="controls">
<label class="checkbox">
<input type="checkbox" <%-defaultScope ? 'checked' : '' %>> <span data-i18n="scope.system-scope-form.default">default scope</span>
@ -145,6 +146,7 @@
</div>
<div class="control-group" id="restricted">
<label class="control-label"><span class="label label-warning restricted"><i class="icon-ban-circle icon-white"></i></span></label>
<div class="controls">
<label class="checkbox">
<input type="checkbox" <%-restricted ? 'checked' : '' %>> <span data-i18n="scope.system-scope-form.restricted">restricted</span>

Loading…
Cancel
Save