mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			305 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			305 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="flex-container justifyCenter alignItemsBaseline">
 | 
						|
    <span>Move <strong class="moveAttachmentName">{{name}}</strong> to...</span>
 | 
						|
    <select class="moveAttachmentTarget">
 | 
						|
        {{#each targets}}
 | 
						|
            <option value="{{this}}">{{this}}</option>
 | 
						|
        {{/each}}
 | 
						|
    </select>
 | 
						|
</div>
 |