mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -07:00
display full email account
This commit is contained in:
parent
4ebc40caf2
commit
8a720f2f6a
1 changed files with 3 additions and 11 deletions
|
@ -64,16 +64,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
<table class="data-col2" width="600px">
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10 0 0 2px;">
|
||||
Domain
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<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; ?>>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
Account
|
||||
|
@ -81,7 +71,9 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<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; ?> >
|
||||
<input type="text" size="20" class="vst-input" name="v_email" <?php if (!empty($v_account)) echo "value=".$_GET['account']."@".$_GET['domain']; ?> disabled >
|
||||
<input type="hidden" name="v_domain" <?php echo "value=".$v_domain; ?>>
|
||||
<input type="hidden" name="v_account" <?php if (!empty($v_account)) echo "value=".$v_account; ?> >
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue