Add a privacy note to the upgrade wizard

print-window-tiddler
Jermolene 2014-07-15 09:16:32 +01:00
rodzic 4a810f209f
commit cf273129ef
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,10 @@ Drag a ~TiddlyWiki file here to upgrade it
or click to pick a file <$browse/>
---
//Your data will not leave your browser. [[Download|http://tiddlywiki.com/upgrade.html]] this upgrader to use it offline//
</$list>
<$reveal state="$:/Import!!status" type="match" text="pending">

Wyświetl plik

@ -23,6 +23,10 @@ tags: $:/tags/stylesheet
fill: <<colour foreground>>;
}
.tw-upgrade-wizard em {
color: <<colour tiddler-subtitle-foreground>>;
}
.tw-upgrade-wizard table {
text-align: left;
}