|
|
@@ -5,7 +5,6 @@
|
|
|
* Customized ny thurdata
|
|
|
**********************************************************
|
|
|
*}
|
|
|
-{debug}
|
|
|
{if $modulechangepwresult}
|
|
|
{if $modulechangepwresult == "success"}
|
|
|
{include file="$template/includes/alert.tpl" type="success" msg=$modulechangepasswordmessage textcenter=true}
|
|
|
@@ -179,16 +178,34 @@
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div class="tab-content">
|
|
|
- {if $moduleParams.configoption1}
|
|
|
+ {if $configurableoptions}
|
|
|
<div class="tab-pane fade{if !$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'>Benutzername</td>
|
|
|
+ <td align="left">{$mailaddress}</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align='left'>Seafile Speicher inklusive</td>
|
|
|
+ <td align="left">{$basequota} GB</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align='left'>Seafile Speicher zugebucht</td>
|
|
|
+ <td align="left">{$addonquota} GB</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align='left'>Seafile Speicher gesamt</td>
|
|
|
+ <td align="left">{$userquota} GB</td>
|
|
|
+ </tr>
|
|
|
+ {if $moduleParams.configoption1}
|
|
|
<tr>
|
|
|
<td align='left'>Hosting Paket</td>
|
|
|
<td align="left">{$moduleParams.configoption1}</td>
|
|
|
</tr>
|
|
|
+ {/if}
|
|
|
</table>
|
|
|
</td>
|
|
|
</tr>
|