Add export (txt, csv, json) and import

This commit is contained in:
Luc Didry 2016-09-13 09:06:15 +02:00
parent 38b830f6eb
commit b9c99d284c
4 changed files with 311 additions and 16 deletions

View file

@ -608,3 +608,7 @@ img {
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.export button, .import * {
margin-right: 15px;
}