Private GIT

Skip to content
Snippets Groups Projects
Commit 908f023f authored by Fernando's avatar Fernando
Browse files

Add informations about filter in show page

parent 26b51e10
Branches
Tags
No related merge requests found
...@@ -323,6 +323,9 @@ ...@@ -323,6 +323,9 @@
<span class="component-desc"> <span class="component-desc">
<input type="checkbox" name="filter_row" id="filter_row" #if $sickbeard.FILTER_ROW == True then 'checked="checked"' else ''#/> <input type="checkbox" name="filter_row" id="filter_row" #if $sickbeard.FILTER_ROW == True then 'checked="checked"' else ''#/>
<p>Add a filter row to the show display on the home page</p> <p>Add a filter row to the show display on the home page</p>
<p>Supports =, >, >=, <=, <, xx to yy , xx - yy</p>
<p><b>Note:</b> =, >, >=, <=, < should be first, followed by a space, then the value.</p>
<p>Examples: '> 90', '= 100', '0 to 99'</p>
</span> </span>
</label> </label>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment