2013-11-15 22:55:32 +00:00
|
|
|
title: $:/core/ui/EditTemplate/controls
|
|
|
|
tags: $:/tags/EditTemplate
|
|
|
|
|
2014-07-29 09:20:13 +00:00
|
|
|
\define config-title()
|
|
|
|
$:/config/EditToolbarButtons/Visibility/$(listItem)$
|
|
|
|
\end
|
2014-10-10 19:32:12 +00:00
|
|
|
<div class="tc-tiddler-title tc-tiddler-edit-title">
|
2014-07-30 11:19:15 +00:00
|
|
|
<$view field="title"/>
|
2014-08-28 17:59:35 +00:00
|
|
|
<span class="tc-tiddler-controls tc-titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
|
2014-07-30 11:19:15 +00:00
|
|
|
<div style="clear: both;"></div>
|
|
|
|
</div>
|