mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
commit
9fb407df60
@ -39,10 +39,10 @@
|
|||||||
|
|
||||||
<div class="h2footer pull-right"><b>Limit:</b>
|
<div class="h2footer pull-right"><b>Limit:</b>
|
||||||
<select name="limit" id="limit" class="form-control form-control-inline input-sm">
|
<select name="limit" id="limit" class="form-control form-control-inline input-sm">
|
||||||
<option value="0" #if $limit == "0" then "selected=\"selected\"" else ""#>All</option>
|
|
||||||
<option value="100" #if $limit == "100" then "selected=\"selected\"" else ""#>100</option>
|
<option value="100" #if $limit == "100" then "selected=\"selected\"" else ""#>100</option>
|
||||||
<option value="250" #if $limit == "250" then "selected=\"selected\"" else ""#>250</option>
|
<option value="250" #if $limit == "250" then "selected=\"selected\"" else ""#>250</option>
|
||||||
<option value="500" #if $limit == "500" then "selected=\"selected\"" else ""#>500</option>
|
<option value="500" #if $limit == "500" then "selected=\"selected\"" else ""#>500</option>
|
||||||
|
<option value="0" #if $limit == "0" then "selected=\"selected\"" else ""#>All</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user