1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Remove Kodi specific settings from PHT Settings

This commit is contained in:
Mark McDowall
2015-05-13 08:01:39 -07:00
parent 9f73b2b7f0
commit c4e1a732dd
6 changed files with 39 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="form-group hidden">
<label class="col-sm-3 control-label">{{label}}</label>
<div class="col-sm-5">
<input type="text" name="fields.{{order}}.value" validation-name="{{name}}" spellcheck="false" class="form-control"/>
</div>
{{> FormHelpPartial}}
</div>