2014-08-02 10:59:07 +00:00
|
|
|
title: $:/core/ui/Buttons/import
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}
|
|
|
|
description: {{$:/language/Buttons/Import/Hint}}
|
|
|
|
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2014-08-28 18:41:29 +00:00
|
|
|
<div class="tc-file-input-wrapper">
|
2014-09-10 09:25:50 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-08-02 10:59:07 +00:00
|
|
|
{{$:/core/images/import-button}}
|
|
|
|
</$list>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/Import/Caption}}/>
|
|
|
|
</span>
|
2014-08-02 10:59:07 +00:00
|
|
|
</$list>
|
|
|
|
</$button>
|
2014-12-09 15:35:16 +00:00
|
|
|
<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>
|
2014-11-23 20:04:13 +00:00
|
|
|
</div>
|