summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-06 10:28:27 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-06 10:28:27 -0500
commitb0151ef773ca09692f3b672bc756f79e2307cb12 (patch)
tree1d3d32e964fd5de8d76da6aad45afe2bfe3c8390 /template/chat.st
parent99cceb4ee2c665288a8db5e431cd3a672ddf1567 (diff)
timb adding ryder's changes...
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/chat.st b/template/chat.st
index 330a143..223b8ab 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,7 +74,8 @@
</div>
</div>
</div>
- </div>
+
+ </div>
<div id="footerc">
<p>
$footer()$