Improved the ViewTemplate

Including bringing back the SVG close icon
print-window-tiddler
Jeremy Ruston 2013-01-03 22:46:47 +00:00
rodzic a43d7aed95
commit b7b1b0a693
1 zmienionych plików z 2 dodań i 8 usunięć

Wyświetl plik

@ -1,15 +1,9 @@
title: $:/templates/ViewTemplate
modifier: JeremyRuston
<span class="title">
<$view field="title"/>
<$button message="tw-close">close</$button>
</span>
<span class="title"><$button message="tw-close" class="btn-invisible pull-right">{{$:/core/images/close-button.svg}}</$button><$view field="title"/></span>
<div class="small">
<$view field="modifier" format="link"/>
<$view field="modified" format="date"/>
</div>
<div class="small"><$view field="modifier" format="link"/> <$view field="modified" format="date"/></div>
@@.tw-tags-wrapper <$list filter="[is[current]tags[]]" template="$:/templates/TagTemplate" />@@