mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 08:22:35 +01:00
13 lines
357 B
HTML
13 lines
357 B
HTML
<div class="control-group">
|
|
<label class="control-label">{{label}}</label>
|
|
|
|
<div class="controls">
|
|
<input type="password" name="fields.{{order}}.value"/>
|
|
{{#if helpText}}
|
|
<span class="help-inline">
|
|
<i class="icon-question-sign" title="{{helpText}}"/>
|
|
</span>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|