mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Replace the language selection in add show.
It now display each language by their name. Use bootstrap formhelpers 2.3.0 under Apache License v2.0 http://plugins.jquery.com/bfh-language/
This commit is contained in:
parent
b2790f920e
commit
d8d40215f7
2140
gui/slick/css/lib/bootstrap-formhelpers-2.3.0.css
vendored
Normal file
2140
gui/slick/css/lib/bootstrap-formhelpers-2.3.0.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
gui/slick/css/lib/bootstrap-formhelpers.min-2.3.0.css
vendored
Normal file
6
gui/slick/css/lib/bootstrap-formhelpers.min-2.3.0.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,7 @@
|
|||||||
|
Copyright (c) 2012 Go Squared Ltd. http://www.gosquared.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
@ -17,6 +17,7 @@
|
|||||||
<script type="text/javascript" src="$sbRoot/js/qualityChooser.js?$sbPID"></script>
|
<script type="text/javascript" src="$sbRoot/js/qualityChooser.js?$sbPID"></script>
|
||||||
<script type="text/javascript" src="$sbRoot/js/newShow.js?$sbPID"></script>
|
<script type="text/javascript" src="$sbRoot/js/newShow.js?$sbPID"></script>
|
||||||
<script type="text/javascript" src="$sbRoot/js/addShowOptions.js?$sbPID"></script>
|
<script type="text/javascript" src="$sbRoot/js/addShowOptions.js?$sbPID"></script>
|
||||||
|
<script type="text/javascript" src="$sbRoot/js/lib/bootstrap-formhelpers.min-2.3.0.js?$sbPID"></script>
|
||||||
|
|
||||||
#if $varExists('header')
|
#if $varExists('header')
|
||||||
<h1 class="header">$header</h1>
|
<h1 class="header">$header</h1>
|
||||||
@ -53,8 +54,7 @@
|
|||||||
|
|
||||||
<input type="text" id="nameToSearch" value="$default_show_name" class="form-control form-control-inline input-sm input350" />
|
<input type="text" id="nameToSearch" value="$default_show_name" class="form-control form-control-inline input-sm input350" />
|
||||||
|
|
||||||
<select name="indexerLang" id="indexerLangSelect" class="form-control form-control-inline input-sm">
|
<select name="indexerLang" id="indexerLangSelect" class="form-control form-control-inline input-sm bfh-languages" data-language="en" data-available="#echo ','.join($sickbeard.indexerApi().config['valid_languages'])#">
|
||||||
<option value="en" selected="selected">en</option>
|
|
||||||
</select><b>*</b>
|
</select><b>*</b>
|
||||||
|
|
||||||
<select name="providedIndexer" id="providedIndexer" class="form-control form-control-inline input-sm">
|
<select name="providedIndexer" id="providedIndexer" class="form-control form-control-inline input-sm">
|
||||||
|
17922
gui/slick/js/lib/bootstrap-formhelpers-2.3.0.js
vendored
Normal file
17922
gui/slick/js/lib/bootstrap-formhelpers-2.3.0.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
8
gui/slick/js/lib/bootstrap-formhelpers.min-2.3.0.js
vendored
Normal file
8
gui/slick/js/lib/bootstrap-formhelpers.min-2.3.0.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user