13 lines
		
	
	
		
			476 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			476 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="input-group">
 | 
						|
	<span class="input-group-addon"
 | 
						|
		title="<%= syncAttributes.provider.providerName %>">
 | 
						|
		<i
 | 
						|
		class="icon-provider-<%= syncAttributes.provider.providerId %>"></i>
 | 
						|
	</span> <input class="form-control" type="text"
 | 
						|
		value="<%= syncDesc %>" disabled />
 | 
						|
	<div class="input-group-btn">
 | 
						|
		<a class="btn btn-link remove-button" title="Remove this location"
 | 
						|
			data-sync-index="<%= syncAttributes.syncIndex %>"><i class="icon-trash"></i></a>
 | 
						|
	</div>
 | 
						|
</div>
 |