editor: refactoring - move dialog view implementation out of data module
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 23 Mar 2014 18:53:36 +0000 (19:53 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 23 Mar 2014 18:53:36 +0000 (19:53 +0100)
commit413a5f1dc25d5c8a788127f40816f39c49cd0d1c
tree037373e340074c043900d4e268963f0987c49bc5
parente03e917292152f4a726a4eea2a57da8d234fb683
editor: refactoring - move dialog view implementation out of data module
17 files changed:
src/editor/modules/data/data.js
src/editor/modules/data/data.less [deleted file]
src/editor/modules/data/dialog.html [deleted file]
src/editor/modules/data/dialog.js [deleted file]
src/editor/modules/data/dialog.less [deleted file]
src/editor/modules/data/templates/checkbox.html [deleted file]
src/editor/modules/data/templates/input.html [deleted file]
src/editor/modules/data/templates/select.html [deleted file]
src/editor/modules/data/templates/textarea.html [deleted file]
src/editor/styles/main.less
src/editor/views/dialog/dialog.html [new file with mode: 0644]
src/editor/views/dialog/dialog.js [new file with mode: 0644]
src/editor/views/dialog/dialog.less [new file with mode: 0644]
src/editor/views/dialog/templates/checkbox.html [new file with mode: 0644]
src/editor/views/dialog/templates/input.html [new file with mode: 0644]
src/editor/views/dialog/templates/select.html [new file with mode: 0644]
src/editor/views/dialog/templates/textarea.html [new file with mode: 0644]