Skip to content

Commit 7d30ef6

Browse files
committed
move checkbox down
1 parent 9bd41b5 commit 7d30ef6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

webroot/panel/new_account.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@
9494
<hr>
9595

9696
<label><input type='radio' name='new_user_sel' value='pi'>Request a PI account</label>
97-
<div style='position: relative;display: none;' id='piConfirmWrapper'>
98-
<label><input type='checkbox' id='chk_pi' name='confirm_pi' value='agree'>
99-
I have read the PI <a href="<?php echo $CONFIG["site"]["account_policy_url"]; ?>">
100-
account policy</a> guidelines. </label>
101-
</div>
102-
<br>
10397
<label><input type='radio' name='new_user_sel' value='not_pi' checked>Join an existing PI group</label>
10498

10599
<div style='position: relative;' id='piSearchWrapper'>
@@ -109,6 +103,13 @@
109103

110104
<hr>
111105

106+
<div style='position: relative;display: none;' id='piConfirmWrapper'>
107+
<label><input type='checkbox' id='chk_pi' name='confirm_pi' value='agree'>
108+
I have read the PI <a href="<?php echo $CONFIG["site"]["account_policy_url"]; ?>">
109+
account policy</a> guidelines. </label>
110+
</div>
111+
<br>
112+
112113
<label><input type='checkbox' id='chk_eula' name='eula' value='agree' required>
113114
I have read and accept the <a target='_blank' href='<?php echo $CONFIG["site"]["terms_of_service_url"]; ?>'>
114115
Unity Terms of Service</a>.</label>

0 commit comments

Comments
 (0)