|
|
@@ -184,7 +184,7 @@
|
|
|
</div>
|
|
|
<hr class="lu-m-t-0x lu-m-b-3x">
|
|
|
<div class="container">
|
|
|
- <button class="status-sticker">
|
|
|
+ <button class="fabutton">
|
|
|
<i class="fas fa-edit" class="status-sticker product-status-active" title="Seite editieren"></i>
|
|
|
Bearbeiten
|
|
|
</button>
|
|
|
@@ -280,22 +280,6 @@
|
|
|
<p>{($bandwidth_used / 1024)|round:1} GB / {($bandwidth / 1024)|round:1} GB</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- {*
|
|
|
- <tr>
|
|
|
- <td class="col-sm-6 text-sm-center">
|
|
|
- <h4>Datenbanken</h4>
|
|
|
- <input type="text" value="{$db_used}" class="dial-usage" data-width="100"
|
|
|
- data-height="100" data-min="0" data-max="{$db_max}" data-readOnly="true" />
|
|
|
- <p>{$db_used} / {$db_max}</p>
|
|
|
- </td>
|
|
|
- <td class="col-sm-6 text-sm-center">
|
|
|
- <h4>FTP Accounts</h4>
|
|
|
- <input type="text" value="{$ftp_accounts_used}" class="dial-usage" data-width="100"
|
|
|
- data-height="100" data-min="0" data-max="{$ftp_accounts}" data-readOnly="true" />
|
|
|
- <p>{$ftp_accounts_used} / {$ftp_accounts}</p>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- *}
|
|
|
</table>
|
|
|
<div class="clearfix">
|
|
|
</div>
|
|
|
@@ -335,51 +319,4 @@
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</div>
|
|
|
- <div class="tab-pane fade in" id="tabChangepw">
|
|
|
- <div class="section">
|
|
|
- <div class="section-header">
|
|
|
- <h3>{$LANG.serverchangepassword}</h3>
|
|
|
- <p class="desc">Hier können Sie Ihr Passwort für {$mailaddress} ändern</p>
|
|
|
- </div>
|
|
|
- <div class="section-body">
|
|
|
- <div class="row">
|
|
|
- <div class="col-sm-7">
|
|
|
- <form class=" using-password-strength" method="post"
|
|
|
- action="{$smarty.server.PHP_SELF}?action=productdetails&id={$id}" role="form">
|
|
|
- <input type="hidden" name="id" value="{$id}" />
|
|
|
- <input type="hidden" name="modulechangepassword" value="true" />
|
|
|
- <div class="TM-card">
|
|
|
- <div id="newPassword1" class="form-group has-feedback">
|
|
|
- <label for="inputNewPassword1" class="control-label">{$LANG.newpassword}</label>
|
|
|
- <input type="password" class="form-control" id="inputNewPassword1" name="newpw" autocomplete="off" />
|
|
|
- <span class="form-control-feedback glyphicon"></span>
|
|
|
- {include file="$template/thurdata/thurpwcheck.tpl"}
|
|
|
- </div>
|
|
|
- <div class="alert alert-info">
|
|
|
- <div id='hints'>
|
|
|
- <strong id='hint2Head'></strong>
|
|
|
- <div id='hintLength'></div>
|
|
|
- <div id='hintNumeric'></div>
|
|
|
- <div id='hintSymbols'></div>
|
|
|
- <div id='hintUpperLower'></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div id="newPassword2" class="form-group has-feedback">
|
|
|
- <label for="inputNewPassword2" class="control-label">{$LANG.confirmnewpassword}</label>
|
|
|
- <input type="password" class="form-control" id="inputNewPassword2" name="confirmpw"
|
|
|
- autocomplete="off" />
|
|
|
- <span class="form-control-feedback glyphicon"></span>
|
|
|
- <div id="inputNewPassword2Msg">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-actions">
|
|
|
- <input class="btn btn-primary" type="submit" value="{$LANG.clientareasavechanges}" />
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|