mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-21 04:10:52 +02:00
* Fixed: Misc UI Style Fixes and Cleanup * Fixed: Change Icon names from Sonarr to Radarr * Added: Search from Movies Index
15 lines
870 B
Handlebars
15 lines
870 B
Handlebars
<div class="form-group {{#if advanced}}advanced-setting{{/if}}">
|
|
<label class="col-sm-3 control-label">{{label}}</label>
|
|
|
|
<div class="col-sm-5">
|
|
<div class="input-group">
|
|
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" spellcheck="false" class="form-control x-captcha" readonly placeholder="(optional)" />
|
|
<span class="input-group-btn"><button class="btn btn-primary x-captcha-refresh" title="Refresh CAPTCHA Token"><i class="icon-radarr-refresh" /></button></span>
|
|
</div>
|
|
</div>
|
|
|
|
<span class="col-sm-1 help-inline">
|
|
<i class="icon-radarr-form-warning" title="Expires periodically and will need to be refreshed."/>
|
|
<i class="icon-radarr-form-warning" title="Refreshing the CAPTCHA Token will embed a temporary Google reCaptcha widget on this page."/>
|
|
</span>
|
|
</div>
|