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/admin/gis_linked.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 id="heading">
    <div class="header">
        <div class="headerImageContainer">
            <img src="{$img_path}recreviews.svg" class="service-logo-bo img-responsive" />
        </div>
        {if !empty($dashboard)}
            <div class="dashboardLinkContainer">
                <a class="btn btn-lg btn-moderation text-center" href="{$dashboard}" target="_blank">{if !empty($moderation_wating)}<b class="badge badge-gis">{$moderation_wating}</b>&nbsp;{l s='reviews are waiting for moderation' mod='pmproductvideoreviews'}{else}{l s='Dashboard' mod='pmproductvideoreviews'}{/if} </a>
            </div>
        {/if}
    </div>

    {if !empty($is_active_connection)}
        <div class="row mt-1">
            <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
                <p class="alert alert-info">
                    {l s='The module is correctly connected to the rec.reviews service. Video reviews collection is now active.' mod='pmproductvideoreviews'}
                </p>
            </div>
        </div>
        {if isset($urlAccountsCdn)}
            {include file='module:pmproductvideoreviews/views/templates/admin/accountsScript.tpl'}
        {/if}
    {/if}
</div>