Skip to content

Commit 8a720f2

Browse files
committed
display full email account
1 parent 4ebc40c commit 8a720f2

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

web/templates/admin/edit_mail_acc.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,16 @@
6464
</tr>
6565
</table>
6666
<table class="data-col2" width="600px">
67-
<tr>
68-
<td class="vst-text" style="padding: 10 0 0 2px;">
69-
Domain
70-
</td>
71-
</tr>
72-
<tr>
73-
<td>
74-
<input type="text" size="20" class="vst-input" name="v_domain" <?php echo "value=".$v_domain; ?> disabled ><input type="hidden" name="v_domain" <?php echo "value=".$v_domain; ?>>
75-
</td>
76-
</tr>
7767
<tr>
7868
<td class="vst-text" style="padding: 10px 0 0 2px;">
7969
Account
8070
</td>
8171
</tr>
8272
<tr>
8373
<td>
84-
<input type="text" size="20" class="vst-input" name="v_account" <?php if (!empty($v_account)) echo "value=".$v_account; ?> disabled > <input type="hidden" name="v_account" <?php if (!empty($v_account)) echo "value=".$v_account; ?> >
74+
<input type="text" size="20" class="vst-input" name="v_email" <?php if (!empty($v_account)) echo "value=".$_GET['account']."@".$_GET['domain']; ?> disabled >
75+
<input type="hidden" name="v_domain" <?php echo "value=".$v_domain; ?>>
76+
<input type="hidden" name="v_account" <?php if (!empty($v_account)) echo "value=".$v_account; ?> >
8577
</td>
8678
</tr>
8779
<tr>

0 commit comments

Comments
 (0)