Add toolbar tabs to control panel

This commit is contained in:
Jermolene
2014-07-29 10:20:13 +01:00
parent 758762eee3
commit 4bb8c4e8a7
32 changed files with 210 additions and 38 deletions

View File

@@ -1,6 +1,9 @@
title: $:/core/ui/PageTemplate/sidebar
tags: $:/tags/PageTemplate
\define config-title()
$:/config/PageControlButtons/Visibility/$(listItem)$
\end
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
<div class="sidebar-header">
@@ -20,13 +23,11 @@ tags: $:/tags/PageTemplate
</div>
<div class="tw-page-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
<$reveal type="nomatch" state=<<config-title>> text="hide">
<$transclude tiddler=<<listItem>> mode="inline"/>
</$reveal>
</$list>
</div>
<$transclude tiddler="$:/core/ui/SideBarLists" mode="inline"/>