1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-29 09:41:32 +00:00

[Web] display human readable domainnames instead of punycode

This commit is contained in:
FreddleSpl0it
2024-02-09 15:13:45 +01:00
parent 3cb9c2ece5
commit 288dbfa37c
3 changed files with 18 additions and 4 deletions

View File

@@ -26,6 +26,15 @@
<input type="hidden" value="0" name="gal">
<input type="hidden" value="0" name="relay_all_recipients">
<input type="hidden" value="0" name="relay_unknown_only">
<div class="row mb-4">
<label class="control-label col-sm-2" for="domain">{{ lang.mailbox.domain }}</label>
<div class="col-sm-10">
<span class="d-block"><strong>{{ result.domain_h_name }}</strong></span>
{% if result.domain_h_name != result.domain_name %}
<small>{{ result.domain_name }}</small>
{% endif %}
</div>
</div>
<div class="row mb-2" data-acl="{{ acl.domain_desc }}">
<label class="control-label col-sm-2" for="description">{{ lang.edit.description }}</label>
<div class="col-sm-10">