2013-11-09 19:21:37 +00:00
|
|
|
title: $:/core/ui/SideBar/Open
|
|
|
|
tags: $:/tags/SideBar
|
2014-02-16 09:46:43 +00:00
|
|
|
caption: {{$:/language/SideBar/Open/Caption}}
|
2013-11-09 19:21:37 +00:00
|
|
|
|
2014-02-21 14:27:49 +00:00
|
|
|
\define lingo-base() $:/language/CloseAll/
|
2014-01-12 17:01:18 +00:00
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-08-28 20:43:44 +00:00
|
|
|
<$button message="tm-close-tiddler" title={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/></$link>
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2013-11-09 19:21:37 +00:00
|
|
|
</$list>
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2014-08-28 20:43:44 +00:00
|
|
|
<$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button>
|