scope ui bugfixes
parent
fbfc977f3b
commit
d1968f624a
|
@ -1147,7 +1147,7 @@
|
||||||
|
|
||||||
initialize:function() {
|
initialize:function() {
|
||||||
if (!this.template) {
|
if (!this.template) {
|
||||||
this.template = _.template($('#tmpl-system-scope-form'))
|
this.template = _.template($('#tmpl-system-scope-form').html());
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -580,7 +580,6 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/html" id="tmpl-system-scope-form">
|
<script type="text/html" id="tmpl-system-scope-form">
|
||||||
|
|
||||||
<h1><%= id == null ? 'New' : 'Edit')%> Scope</h1>
|
<h1><%= id == null ? 'New' : 'Edit')%> Scope</h1>
|
||||||
|
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
@ -632,5 +631,4 @@
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</script>
|
</script>
|
Loading…
Reference in New Issue