2014-10-24 10:17:58 +00:00
|
|
|
title: $:/core/ui/PageTemplate/pagecontrols
|
|
|
|
|
2019-08-02 07:47:47 +00:00
|
|
|
\whitespace trim
|
2024-03-28 19:29:16 +00:00
|
|
|
\function config-title() [[$:/config/PageControlButtons/Visibility/$(listItem)$]substitute[]]
|
2024-03-16 19:03:36 +00:00
|
|
|
|
2014-10-24 10:17:58 +00:00
|
|
|
<div class="tc-page-controls">
|
2024-03-16 19:03:36 +00:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
|
2024-03-28 19:29:16 +00:00
|
|
|
<$list filter="[<config-title>!text[hide]]" storyview="pop" variable="ignore">
|
|
|
|
<$let tv-config-toolbar-class={{{ [enlist<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]] +[join[ ]] }}}>
|
|
|
|
<$transclude $tiddler=<<listItem>> $mode="inline"/>
|
|
|
|
</$let>
|
|
|
|
</$list>
|
2024-03-16 19:03:36 +00:00
|
|
|
</$list>
|
2024-03-28 19:29:16 +00:00
|
|
|
</div>
|