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> {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>