summaryrefslogtreecommitdiff
path: root/template/rooms/VIP.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/rooms/VIP.st')
-rw-r--r--template/rooms/VIP.st15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st
index 9281203..f078d0d 100644
--- a/template/rooms/VIP.st
+++ b/template/rooms/VIP.st
@@ -115,6 +115,21 @@
<div id="palette">
<div id="palette-thumbs"></div>
</div>
+ <div id="chatbuttons">
+ <div id="textbutton">
+ <span>show text?</span>
+ <input type="checkbox">
+ </div>
+ <div id="imgbutton">
+ <span>show imgs?</span>
+ <input type="checkbox">
+ </div>
+ <div id="clearbutton">
+ <span>clear screen</span>
+ <input type="checkbox">
+ </div>
+ </div>
+
<div id="footerc">
$footer()$
</div>