You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="control-group">
 | |
|     <label class="control-label">{{label}}</label>
 | |
| 
 | |
|     <div class="controls">
 | |
|         <select name="fields.{{order}}.value">
 | |
|             {{#each selectOptions}}
 | |
|                 <option value="{{value}}">{{name}}</option>
 | |
|             {{/each}}
 | |
|         </select>
 | |
|         {{#if helpText}}
 | |
|             <span class="help-inline">
 | |
|                 <i class="icon-question-sign" title="{{helpText}}"/>
 | |
|             </span>
 | |
|         {{/if}}
 | |
|     </div>
 | |
| </div>
 |