Renaming of some files.
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
<i class="ss-icon ss-symbolicons-block undo">↩</i>
|
||||
</button>
|
||||
</div>
|
||||
<span class="tip setting-help">'<%= model.get("help") %>'</span>
|
||||
<span class="tip setting-help"><%= model.get('help') %></span>
|
||||
0
cms/static/js/views/metadata_option_view.js
Normal file
0
cms/static/js/views/metadata_option_view.js
Normal file
@@ -10,7 +10,7 @@ CMS.Views.Metadata.Generic = Backbone.View.extend({
|
||||
var self = this;
|
||||
// instantiates an editor template for each update in the collection
|
||||
window.templateLoader.loadRemoteTemplate("metadata_entry",
|
||||
"/static/client_templates/generic_metadata_entry.html",
|
||||
"/static/client_templates/metadata_string_entry.html",
|
||||
function (raw_template) {
|
||||
self.template = _.template(raw_template);
|
||||
self.$el.append(self.template({model: self.model}));
|
||||
@@ -52,7 +52,8 @@
|
||||
|
||||
<!--TODO: not the right place-->
|
||||
<script type="text/javascript" src="${static.url('js/models/metadata_model.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/views/generic_metadata_editor.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/views/metadata_string_view.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/views/metadata_option_view.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/models/metadata_editor.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/views/metadata_editor_view.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/template_loader.js')}"></script>
|
||||
|
||||
Reference in New Issue
Block a user