aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-27 15:51:58 +0100
committersD <stoned@derpymail.org>2020-03-27 15:51:58 +0100
commit43f65ab568fc56d3dfbc173080f8095e595aff9a (patch)
tree44039f05c209e9392cc9f413776b7c9131b9e7b6 /webAO/client.html
parent96d39ddd608d770d490c41d64dde9fcb7ccf0274 (diff)
move position select from settings to char tab
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/webAO/client.html b/webAO/client.html
index a2596fe..2416b1b 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -111,6 +111,19 @@
<button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()">Flip</button>
<button id="button_effect_1" alt="Flash" class="client_button" onclick="toggleEffect(1)">Flash</button>
<button id="button_effect_2" alt="Shake" class="client_button" onclick="toggleEffect(2)">Shake</button>
+ <br>
+ <br>
+ <label for="role_select">Role:</label>
+ <select id="role_select" name="role_select" onchange="changeRoleOOC()">
+ <option value="def">Defense</option>
+ <option value="pro">Prosecution</option>
+ <option value="jud">Judge</option>
+ <option value="wit">Witness</option>
+ <option value="hld">Helper Defense</option>
+ <option value="hlp">Helper Prosecution</option>
+ <option value="jur">Jury</option>
+ <option value="sea">Seance</option>
+ </select>
</div>
<fieldset style="margin:10px;">
<legend>Actions</legend>
@@ -269,19 +282,6 @@
<!-- Settings section -->
<span class="menu_content" id="content_3">
<meta name="frame-title" lang="en" content="Settings">
- <label for="role_select">Role:</label>
- <select id="role_select" name="role_select" onchange="changeRoleOOC()">
- <option value="def">Defense</option>
- <option value="pro">Prosecution</option>
- <option value="jud">Judge</option>
- <option value="wit">Witness</option>
- <option value="hld">Helper Defense</option>
- <option value="hlp">Helper Prosecution</option>
- <option value="jur">Jury</option>
- <option value="sea">Seance</option>
- </select>
- <br>
- <br>
<span id="cccc" style="display: none">
<label for="ic_chat_name">Custom Showname:</label>
<input id="ic_chat_name" name="ic_chat_name" type="text">