File: //proc/self/cwd/nueva/modules/pmproductvideoreviews/views/templates/hook/partials/sort.tpl
{**
* rec.reviews
*
* @author Presta-Module.com <support@presta-module.com> - https://www.presta-module.com
* @copyright Presta-Module - https://www.presta-module.com
* @license see file: LICENSE.txt
*
* ____ __ __
* | _ \ | \/ |
* | |_) | | |\/| |
* | __/ | | | |
* |_| |_| |_|
*
*}
<div class="row">
<div class="row">
<span class="col-xs-12 col-sm-12 col-md-12 col-lg-6"></span>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 pull-right">
<div class="col-xs-4 col-lg-4 right sortby-label hidden-md-down">
{l s='Sort by' mod='pmproductvideoreviews'}
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-8">
<select class="form-control form-control-select pull-right" id="pm_sort-reviews" name="pm_sort-reviews" tabindex="-1">
<option value="best" {if $pvrRwSort == "best"}selected="selected" {/if}>{l s='Rating (the best first)' mod='pmproductvideoreviews'}</option>
<option value="worst" {if $pvrRwSort == "worst"}selected="selected" {/if}>{l s='Rating (the most critical first)' mod='pmproductvideoreviews'}</option>
<option value="recent" {if $pvrRwSort == "recent"}selected="selected" {/if}>{l s='Review date (the most recent first)' mod='pmproductvideoreviews'}</option>
<option value="older" {if $pvrRwSort == "older"}selected="selected" {/if}>{l s='Review date (the oldest first)' mod='pmproductvideoreviews'}</option>
</select>
</div>
</div>
</div>
</div>