diff --git a/cms/static/js/models/feedback.js b/cms/static/js/models/feedback.js index 54873f4147..344f6c3ab9 100644 --- a/cms/static/js/models/feedback.js +++ b/cms/static/js/models/feedback.js @@ -5,7 +5,8 @@ CMS.Models.SystemFeedback = Backbone.Model.extend({ "message": null, "shown": true, "close": false, // show a close button? - "icon": true // show an icon? + "icon": true, // show an icon? + "status": false // example: "saving" popup /* could also have an "actions" hash: here is an example demonstrating the expected structure "actions": { diff --git a/cms/templates/base.html b/cms/templates/base.html index cff8c20c50..4e8ddb06bd 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -54,7 +54,11 @@ <%text>