Browse Source

cleaned up resource reg view

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

2
openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js

@ -370,7 +370,7 @@ var ResRegEditView = Backbone.View.extend({
placeholder: $.t('client.client-form.contacts-placeholder'),
helpBlockText: $.t('client.client-form.contacts-help'),
collection: this.contactsCollection});
$("#contacts .controls div", this.el).html(contactView.render().el);
$("#contacts .controls", this.el).html(contactView.render().el);
this.listWidgetViews.push(contactView);

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

@ -199,8 +199,6 @@
<div class="control-group" id="contacts">
<label class="control-label" data-i18n="client.client-form.contacts">Contacts</label>
<div class="controls">
<p class="help-block" data-i18n="client.client-form.contacts-help">List of contacts for adminstrators of this client.</p>
<div></div>
</div>
</div>

Loading…
Cancel
Save