Commit b314b5ce by cahrens

Renaming of some files.

parent 4a7f7d65
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
<i class="ss-icon ss-symbolicons-block undo">&#x21A9;</i> <i class="ss-icon ss-symbolicons-block undo">&#x21A9;</i>
</button> </button>
</div> </div>
<span class="tip setting-help">'<%= model.get("help") %>'</span> <span class="tip setting-help"><%= model.get('help') %></span>
\ No newline at end of file \ No newline at end of file
...@@ -10,7 +10,7 @@ CMS.Views.Metadata.Generic = Backbone.View.extend({ ...@@ -10,7 +10,7 @@ CMS.Views.Metadata.Generic = Backbone.View.extend({
var self = this; var self = this;
// instantiates an editor template for each update in the collection // instantiates an editor template for each update in the collection
window.templateLoader.loadRemoteTemplate("metadata_entry", window.templateLoader.loadRemoteTemplate("metadata_entry",
"/static/client_templates/generic_metadata_entry.html", "/static/client_templates/metadata_string_entry.html",
function (raw_template) { function (raw_template) {
self.template = _.template(raw_template); self.template = _.template(raw_template);
self.$el.append(self.template({model: self.model})); self.$el.append(self.template({model: self.model}));
......
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
<!--TODO: not the right place--> <!--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/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/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/views/metadata_editor_view.js')}"></script>
<script type="text/javascript" src="${static.url('js/template_loader.js')}"></script> <script type="text/javascript" src="${static.url('js/template_loader.js')}"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment