mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			685 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			685 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| title: $:/core/ui/Buttons/import
 | |
| tags: $:/tags/PageControls
 | |
| caption: {{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}
 | |
| description: {{$:/language/Buttons/Import/Hint}}
 | |
| 
 | |
| <div class="tc-file-input-wrapper">
 | |
| <$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>
 | |
| <$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
 | |
| {{$:/core/images/import-button}}
 | |
| </$list>
 | |
| <$list filter="[<tv-config-toolbar-text>prefix[yes]]">
 | |
| <span class="tc-btn-text"><$text text={{$:/language/Buttons/Import/Caption}}/></span>
 | |
| </$list>
 | |
| </$button>
 | |
| <$browse tooltip={{$:/language/Buttons/Import/Hint}}/>
 | |
| </div> | 
