display full email account

This commit is contained in:
Serghey Rodin 2012-12-25 10:14:13 +02:00
parent 4ebc40caf2
commit 8a720f2f6a

View file

@ -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>