editor: bring back restore dialog after integration
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 17 Dec 2013 16:09:51 +0000 (17:09 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 17 Dec 2013 16:09:51 +0000 (17:09 +0100)
commite68778f27b18c21c23387d7609d825ab3a192af7
tree2cff0d4648e022ab7ba679959a38d39e12a11e71
parent2978c060aed20c464c376acf47c02b91c3db19e8
editor: bring back restore dialog after integration

Both save and restore dialog are now handled by more generalized
dialog object, based on previous dialog object implementation.
12 files changed:
src/editor/modules/data/data.js
src/editor/modules/data/data.less
src/editor/modules/data/dialog.html [new file with mode: 0644]
src/editor/modules/data/dialog.js [new file with mode: 0644]
src/editor/modules/data/dialog.less [new file with mode: 0644]
src/editor/modules/data/saveDialog.html [deleted file]
src/editor/modules/data/saveDialog.js [deleted file]
src/editor/modules/data/saveDialog.less [deleted file]
src/editor/modules/documentHistory/documentHistory.js
src/editor/modules/documentHistory/restoreDialog.js [deleted file]
src/editor/modules/documentHistory/templates/restoreDialog.html [deleted file]
src/editor/modules/rng/rng.js