2013-01-31 10:20:13 +00:00
|
|
|
title: $:/snippets/encryptionstatus
|
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
\define lingo-base() $:/language/ControlPanel/Tools/Encryption/
|
2013-01-31 10:20:13 +00:00
|
|
|
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo Enabled/Prompt>>
|
2014-08-28 20:43:44 +00:00
|
|
|
<$button message="tm-clear-password"><<lingo ClearPassword/Button>></$button>
|
|
|
|
<$button message="tm-set-password"><<lingo ChangePassword/Button>></$button>
|
2013-01-31 10:20:13 +00:00
|
|
|
</$reveal>
|
|
|
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo Disabled/Prompt>>
|
2014-08-28 20:43:44 +00:00
|
|
|
<$button message="tm-set-password"><<lingo SetPassword/Button>></$button>
|
2013-01-31 10:20:13 +00:00
|
|
|
</$reveal>
|