kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
		
			
				
	
	
		
			13 wiersze
		
	
	
		
			614 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			13 wiersze
		
	
	
		
			614 B
		
	
	
	
		
			Plaintext
		
	
	
title: $:/core/ui/Buttons/cancel
 | 
						|
tags: $:/tags/EditToolbar
 | 
						|
caption: {{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}
 | 
						|
description: {{$:/language/Buttons/Cancel/Hint}}
 | 
						|
 | 
						|
<$button message="tm-cancel-tiddler" tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>
 | 
						|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
 | 
						|
{{$:/core/images/cancel-button}}
 | 
						|
</$list>
 | 
						|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
 | 
						|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>
 | 
						|
</$list>
 | 
						|
</$button> |