Files
OcttKB/Wiki-OcttKB/tiddlers/System/OcttKB/_GlobalOptions.ui.tid

38 lines
886 B
Plaintext

created: 20230413080548417
creator: Octt
list-before: $:/core/ui/SideBarSegments/search
modified: 20230920152657109
modifier: Octt
tags: $:/tags/SideBarSegment
title: $:/OcttKB/GlobalOptions.ui
\define this.styleblock()
\whitespace trim
<style>
details.OcttKBGlobalOptionsList div.Content label {
display: block;
width: 100%;
}
details.OcttKBGlobalOptionsList {
padding-bottom: 0 !important;
}
</style>
\end
<details class="tw-details OcttKBGlobalOptionsList">
<summary>
<b>Options</b>
(<$set name=NumTotal filter="[tag[$:/GlobalOption]!is[draft]count[]]">
<$set name=NumEnabled filter="[tag[$:/GlobalOption]!is[draft]Enabled[1]count[]]">
<<NumEnabled>>/<<NumTotal>>
</$set>
</$set>)
</summary>
<<this.styleblock>>
<div class="Content">
<$list filter="[tag[$:/GlobalOption]!is[draft]]">
<$transclude/>
</$list>
<br/>
</div>
</details>