1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00
Radarr/UI/Form/PasswordTemplate.html

13 lines
384 B
HTML
Raw Normal View History

2013-05-20 06:19:54 +02:00
<div class="control-group">
<label class="control-label">{{label}}</label>
<div class="controls">
2013-08-22 02:36:35 +02:00
<input type="password" name="fields.{{order}}.value" validation-name="{{name}}"/>
2013-05-20 06:19:54 +02:00
{{#if helpText}}
<span class="help-inline">
2013-06-19 08:33:16 +02:00
<i class="icon-question-sign" title="{{helpText}}"/>
2013-05-20 06:19:54 +02:00
</span>
{{/if}}
</div>
2013-06-19 08:33:16 +02:00
</div>