|
|
@@ -51,7 +51,7 @@
|
|
|
<img src="https://portal.thurdata.ch/templates/croster/assets/images/zimbra-nextcloud-logo4.svg" class="img-fluid">
|
|
|
{else}
|
|
|
<img src="https://portal.thurdata.ch/templates/croster/assets/images/zimbra-only-logo.svg" class="img-fluid">
|
|
|
- {/if]}
|
|
|
+ {/if}
|
|
|
</div>
|
|
|
</div>
|
|
|
<h4><small>{$groupname}</small> - {$product}</h4>
|
|
|
@@ -165,6 +165,7 @@
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div class="tab-content">
|
|
|
+ {if $configurableoptions}
|
|
|
<div class="tab-pane fade{if !$domain && !$moduleclientarea} show active{/if}" role="tabpanel" id="configoptions">
|
|
|
<table width="100%" cellspacing="0" cellpadding="0" class="frame">
|
|
|
<tr>
|
|
|
@@ -208,6 +209,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
+ {/if}
|
|
|
{if $metricStats}
|
|
|
<div class="tab-pane fade{if !$domain && !$moduleclientarea && !$configurableoptions} show active{/if}" role="tabpanel" id="metrics">
|
|
|
{include file="$template/clientareaproductusagebilling.tpl"}
|