File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments