|
@@ -1,10 +1,3 @@
|
|
|
-{*
|
|
|
|
|
- **********************************************************
|
|
|
|
|
- * Developed by: Team Theme Metro
|
|
|
|
|
- * Website: http://www.thememetro.com
|
|
|
|
|
- **********************************************************
|
|
|
|
|
-*}
|
|
|
|
|
-
|
|
|
|
|
{if $modulecustombuttonresult}
|
|
{if $modulecustombuttonresult}
|
|
|
{if $modulecustombuttonresult == "success"}
|
|
{if $modulecustombuttonresult == "success"}
|
|
|
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.moduleactionsuccess textcenter=true idname="alertModuleCustomButtonSuccess"}
|
|
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.moduleactionsuccess textcenter=true idname="alertModuleCustomButtonSuccess"}
|
|
@@ -12,11 +5,9 @@
|
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.moduleactionfailed|cat:' ':$modulecustombuttonresult textcenter=true idname="alertModuleCustomButtonFailed"}
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.moduleactionfailed|cat:' ':$modulecustombuttonresult textcenter=true idname="alertModuleCustomButtonFailed"}
|
|
|
{/if}
|
|
{/if}
|
|
|
{/if}
|
|
{/if}
|
|
|
-
|
|
|
|
|
{if $pendingcancellation}
|
|
{if $pendingcancellation}
|
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.cancellationrequestedexplanation textcenter=true idname="alertPendingCancellation"}
|
|
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.cancellationrequestedexplanation textcenter=true idname="alertPendingCancellation"}
|
|
|
{/if}
|
|
{/if}
|
|
|
-
|
|
|
|
|
{if $unpaidInvoice}
|
|
{if $unpaidInvoice}
|
|
|
<div class="alert alert-{if $unpaidInvoiceOverdue}danger{else}warning{/if}" id="alert{if $unpaidInvoiceOverdue}Overdue{else}Unpaid{/if}Invoice">
|
|
<div class="alert alert-{if $unpaidInvoiceOverdue}danger{else}warning{/if}" id="alert{if $unpaidInvoiceOverdue}Overdue{else}Unpaid{/if}Invoice">
|
|
|
<div class="pull-right">
|
|
<div class="pull-right">
|
|
@@ -27,20 +18,11 @@
|
|
|
{$unpaidInvoiceMessage}
|
|
{$unpaidInvoiceMessage}
|
|
|
</div>
|
|
</div>
|
|
|
{/if}
|
|
{/if}
|
|
|
-
|
|
|
|
|
<div class="tab-content margin-bottom">
|
|
<div class="tab-content margin-bottom">
|
|
|
<div class="tab-pane fade show active" id="tabOverview">
|
|
<div class="tab-pane fade show active" id="tabOverview">
|
|
|
-
|
|
|
|
|
{if $tplOverviewTabOutput}
|
|
{if $tplOverviewTabOutput}
|
|
|
{$tplOverviewTabOutput}
|
|
{$tplOverviewTabOutput}
|
|
|
{else}
|
|
{else}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<div class="section">
|
|
<div class="section">
|
|
|
<div class="product-details">
|
|
<div class="product-details">
|
|
|
<div class="row row-eq-height row-eq-height-sm">
|
|
<div class="row row-eq-height row-eq-height-sm">
|
|
@@ -48,12 +30,11 @@
|
|
|
<div class="product-holder product-status-{$rawstatus|strtolower}">
|
|
<div class="product-holder product-status-{$rawstatus|strtolower}">
|
|
|
<div class="product-content">
|
|
<div class="product-content">
|
|
|
<div class="product-image">
|
|
<div class="product-image">
|
|
|
- <span class="fa-stack">
|
|
|
|
|
- <i class="fas fa-circle fa-stack-2x"></i>
|
|
|
|
|
- <i class="fas fa-{if $type eq "hostingaccount" || $type == "reselleraccount"}hdd{elseif $type eq "server"}database{else}archive{/if} fa-stack-1x fa-inverse"></i>
|
|
|
|
|
- </span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <h4><small>{$groupname}</small> - {$product}</h4>
|
|
|
|
|
|
|
+ <div class="feature-icon">
|
|
|
|
|
+ <img src="/templates/croster/thurdata/logoVPS-color.svg" class="img-fluid">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <h4>{$product}</h4>
|
|
|
|
|
|
|
|
<div class="status-sticker-wrapper">
|
|
<div class="status-sticker-wrapper">
|
|
|
<div class="status-sticker product-status-{$rawstatus|strtolower}">
|
|
<div class="status-sticker product-status-{$rawstatus|strtolower}">
|