1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/UI/Form/PasswordTemplate.html

13 lines
357 B
HTML
Raw Normal View History

2013-05-19 21:19:54 -07:00
<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">
2013-06-18 23:33:16 -07:00
<i class="icon-question-sign" title="{{helpText}}"/>
2013-05-19 21:19:54 -07:00
</span>
{{/if}}
</div>
2013-06-18 23:33:16 -07:00
</div>