2014-10-08 17:46:34 +01:00
|
|
|
title: $:/core/ui/Buttons/new-journal
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}
|
|
|
|
description: {{$:/language/Buttons/NewJournal/Hint}}
|
|
|
|
|
2019-10-07 16:13:56 +02:00
|
|
|
\whitespace trim
|
2018-06-06 19:41:02 +01:00
|
|
|
\define journalButton()
|
2021-05-25 03:24:37 +09:00
|
|
|
\whitespace trim
|
2018-11-07 13:59:21 +01:00
|
|
|
<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-10-08 17:46:34 +01:00
|
|
|
{{$:/core/images/new-journal-button}}
|
|
|
|
</$list>
|
2019-07-31 09:30:16 +01:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-25 03:24:37 +09:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/NewJournal/Caption}}/>
|
|
|
|
</span>
|
2014-10-08 17:46:34 +01:00
|
|
|
</$list>
|
|
|
|
</$button>
|
2014-10-08 18:35:25 +01:00
|
|
|
\end
|
|
|
|
<<journalButton>>
|