1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 13:04:21 +00:00
TiddlyWiki5/core/wiki/encryptionstatus.tid

11 lines
407 B
Plaintext
Raw Normal View History

2013-01-31 10:20:13 +00:00
title: $:/snippets/encryptionstatus
<$reveal type="match" state="$:/isEncrypted" text="yes">
This wiki is encrypted.
<$button message="tw-clear-password">Clear password</$button>
<$button message="tw-set-password">Change password</$button>
</$reveal>
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
This wiki is not encrypted.
<$button message="tw-set-password">Set password</$button>
</$reveal>