summaryrefslogtreecommitdiff
path: root/template/rooms/chat.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-09-28 12:00:09 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-09-28 12:00:09 -0400
commit85def20064bbba680781be97765debdd698ee3ec (patch)
treeee7f7ac2e84239dbf1e255ebd1cbe05832b67077 /template/rooms/chat.st
parent0b4888b99afd0f607ccf253b05ff520746c9db2c (diff)
timb: fix z-index issue
Diffstat (limited to 'template/rooms/chat.st')
-rw-r--r--template/rooms/chat.st14
1 files changed, 14 insertions, 0 deletions
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index cf2d64a..7a8df88 100644
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -115,6 +115,20 @@
<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>