2014-07-29 14:43:10 +00:00
|
|
|
title: $:/core/ui/Buttons/encryption
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/Encryption/Hint}}
|
2014-07-29 14:43:10 +00:00
|
|
|
|
2019-10-07 14:13:56 +00:00
|
|
|
\whitespace trim
|
2014-07-29 14:43:10 +00:00
|
|
|
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-clear-password" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-07-29 14:43:10 +00:00
|
|
|
{{$:/core/images/locked-padlock}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2014-07-29 14:43:10 +00:00
|
|
|
</$button>
|
|
|
|
</$reveal>
|
|
|
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button message="tm-set-password" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-07-29 14:43:10 +00:00
|
|
|
{{$:/core/images/unlocked-padlock}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2014-07-29 14:43:10 +00:00
|
|
|
</$button>
|
2019-10-07 14:13:56 +00:00
|
|
|
</$reveal>
|