summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-02-09 21:03:52 -0500
committersostler <sbostler@gmail.com>2010-02-09 21:03:52 -0500
commit079e2e9c1d3d5fb0f19515bfb566864565c43213 (patch)
treeeac7b3fc9a4eecdd4006177eb428c5a7e32db63c /template/chat.st
parent8bb0ddd75b6b2160198fa362a2b8f67d7e029a0a (diff)
parent070676f3803161a9bce3a37697dd5d0255630819 (diff)
Merge branch 'master' of ssh://sostler@dump.fm/pichat/repo
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>