summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/chat.st b/template/chat.st
index 330a143..522a2ac 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -64,8 +64,8 @@
<hr />
</div>
$if(user_nick)$
- <div id="msgInputDiv">
- <input id="msgInput" class="msgInput" type="input" />
+ <div id="msgInputDiv">
+ <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div>
<input id="msgSubmit" type="submit" value="Send Image URL"
/>
<input id="upload" value="Upload" type="submit">
@@ -74,12 +74,13 @@
</div>
</div>
</div>
- </div>
+
+ </div>
<div id="footerc">
<p>
$footer()$
<p>
</div>
+ $preload()$
</body>
-
</html>