Import panel:

- added pskl.controller.settings.ImportController (empty atm)
- moved SettingsController under settings namespace
- move settings templates in a dedicated folder
- created import icon (svg is in the resources folder)
- added import button in right-layer
This commit is contained in:
jdescottes
2013-10-11 00:04:40 +02:00
parent 913a50cb28
commit f549174424
13 changed files with 171 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
(function () {
var ns = $.namespace('pskl.controller.settings');
ns.ImportController = function () {};
ns.ImportController.prototype.init = function () {};
})();