mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 13:16:50 +00:00
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
title: $:/core/ui/testcases/actions/Import
|
|
tags: $:/tags/TestCase/Actions
|
|
|
|
\whitespace trim
|
|
<$button tooltip={{$:/language/Buttons/TestCaseImport/Hint}} aria-label={{$:/language/Buttons/TestCaseImport/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$action-sendmessage $message="tm-import-tiddlers" $param=<<payloadTiddlers>>/>
|
|
{{$:/core/images/input-button}}
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/TestCaseImport/Caption}}/>
|
|
</span>
|
|
</$button>
|