|
|
@@ -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>
|
|
|
@@ -209,42 +209,6 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
- {else}
|
|
|
- <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>
|
|
|
- <td>
|
|
|
- <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
|
|
|
- <tr>
|
|
|
- <td align='left'>E-Mail Adresse</td>
|
|
|
- <td align="left">{$mailaddress}</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td align='left'>E-Mail Speicher inklusive</td>
|
|
|
- <td align="left">{$basequota} GB</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td align='left'>Webmail URL</td>
|
|
|
- <td align="left"><a href="{$webmailurl}" target="_blank">{$webmailurl}</a></td>
|
|
|
- </tr>
|
|
|
- {if $moduleParams.configoption3 == 'on'}
|
|
|
- <tr>
|
|
|
- <td align='left'>NextCloud URL</td>
|
|
|
- <td align="left"><a href="{$moduleParams.configoption4}" target="_blank">{$moduleParams.configoption4}</a></td>
|
|
|
- </tr>
|
|
|
- {/if}
|
|
|
- <tr>
|
|
|
- <td colspan=2 align='center'>
|
|
|
- <a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&dosinglesignon=1" class="btn btn-primary" target=_blank color="white">
|
|
|
- <i class="fas fa-sign-in fa-fw"></i> Login to Zimbra
|
|
|
- </a>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
{/if}
|
|
|
{if $metricStats}
|
|
|
<div class="tab-pane fade{if !$domain && !$moduleclientarea && !$configurableoptions} show active{/if}" role="tabpanel" id="metrics">
|