cleaned up resource reg view
parent
cdd49d9d54
commit
d91da77a31
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue