HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/modules/pmproductvideoreviews/views/templates/hook/partials/see_more.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 text-center pmSeeMoreContainer">
    <div class="col-xs-12">
        <a class="btn btn-lg btn-primary {if empty($has_show_more)} disabled {/if}" id="pm-pvr-see-more" data-nb-see-reviews="{$show_more_value|escape:'htmlall':'UTF-8'}">
            <span id="pm-pvr-see-more-content">{l s='Load more' mod='pmproductvideoreviews'}</span>
            <div class="pvr_spinner" id="pm-pvr-loader_more" style="display: none;">
                <div class="pvr_bounce1"></div>
                <div class="pvr_bounce2"></div>
                <div class="pvr_bounce3"></div>
            </div>
        </a>
        <a class="btn btn-warning pvr_see_less hidden-xs-up" id="pvr_see_less">
            <span id="pm-pvr-see-more-content_less">{l s='Reset' mod='pmproductvideoreviews'}</span>
            <div class="pvr_spinner" id="pm-pvr-loader-text" style="display: none;">
                <div class="pvr_bounce1"></div>
                <div class="pvr_bounce2"></div>
                <div class="pvr_bounce3"></div>
            </div>
        </a>
        <button class="btn btn-light pvr_go_top hidden-xs-up" id="pvr_go_top"><i class="material-icons">&#xe5ce;</i> </button>
    </div>
</div>