mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
0f558a1442
@webplusai otherwise the control shows up for all wikis built with this version of the core, including those that don't include any MWS plugins. They get an "Undefined widget 'action-managetiddler'" error
17 lines
616 B
Plaintext
17 lines
616 B
Plaintext
title: $:/core/ui/Buttons/manage-acl
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/globe}} manage access control
|
|
description: Manage access control configuration for this wiki
|
|
list-after: $:/core/ui/Buttons/encryption
|
|
|
|
\whitespace trim
|
|
<$button tooltip="Manage access control configuration for this wiki" aria-label="manage access control" class=<<tv-config-toolbar-class>>>
|
|
<$action-managetiddler tiddler=<<currentTiddler>>/>
|
|
{{$:/core/images/globe}}
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/ManageACL/Caption}}/>
|
|
</span>
|
|
<%endif%>
|
|
</$button>
|