andre 3 years ago
parent
commit
9010f25fbf
1 changed files with 3 additions and 21 deletions
  1. 3 21
      clientarea.tpl

+ 3 - 21
clientarea.tpl

@@ -178,34 +178,16 @@
               </div>
               </div>
               <div class="card-body">
               <div class="card-body">
                 <div class="tab-content">
                 <div class="tab-content">
-                  {if $configurableoptions}
+                  {if $moduleParams.configoption1}
                     <div class="tab-pane fade{if !$moduleclientarea} show active{/if}" role="tabpanel" id="configoptions">
                     <div class="tab-pane fade{if !$moduleclientarea} show active{/if}" role="tabpanel" id="configoptions">
                       <table width="100%" cellspacing="0" cellpadding="0" class="frame">
                       <table width="100%" cellspacing="0" cellpadding="0" class="frame">
                         <tr>
                         <tr>
                           <td>
                           <td>
                             <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
                             <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
                               <tr>
                               <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.configoption3 == 'on'}
-                              <tr>
-                                <td align='left'>Seafile Speicher</td>
-                                <td align="left">{$userquota * 2} GB</a></td>
+                                <td align='left'>Hosting Packet</td>
+                                <td align="left">{$moduleParams.configoption1}</td>
                               </tr>
                               </tr>
-                              {/if}
                             </table>
                             </table>
                           </td>
                           </td>
                         </tr>
                         </tr>