summaryrefslogtreecommitdiff
path: root/template/browser.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-16 23:04:19 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-16 23:04:19 -0500
commitc74bc3cc46bd2125ca640342907ee53a8c663f9e (patch)
tree6ddfad47f0cbe2c333935456db49e887ef92f704 /template/browser.st
parenta9c5be252442f4e744c7d85923f2aa3564ae97aa (diff)
timb merging ryder's changes
Diffstat (limited to 'template/browser.st')
-rwxr-xr-xtemplate/browser.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/browser.st b/template/browser.st
index 93da34d..33c6ba1 100755
--- a/template/browser.st
+++ b/template/browser.st
@@ -42,14 +42,14 @@
</div>
<div id="messagePane">
<div id="messageList">
- <iframe src="/static/search/browser.html" style="width:100%;height:100%;padding:0px;background-color: #fff; position:absolute; top:0px; left:0px; border:none; allowtransparency="true" scrolling="yes" ></iframe>
+ <iframe src="/static/search/browser.html" style="width:100%;height:100%;padding:0px;background-color: #fff; position:absolute; top:0px; left:0px; border:none; allowtransparency="true" scrolling="auto" ></iframe>
</div>
$if(user_nick)$
<div id="msgInputDiv">
<input id="msgInput" class="msgInput" type="input" />
- <input id="msgSubmit" type="submit" value="Send Text"
+ <input id="msgSubmit" type="submit" value="Send Image URL"
/>
</div>
$endif$