mirror of
https://github.com/myvesta/vesta
synced 2025-08-13 01:57:57 -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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<table class="data-col2" width="600px">
|
<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>
|
<tr>
|
||||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||||
Account
|
Account
|
||||||
|
@ -81,7 +71,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue