summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-01-15 14:54:07 -0500
committerScott Ostler <sostler@deathmachine.local>2010-01-15 14:54:07 -0500
commit1b6e6007ab4d1e279f76edfb83e427f094459a2c (patch)
tree51d6eaec7b6363388b9966254158e95df4490bcf /template
parent233260244803dad4c892f9ab52fee3d5e48b3b39 (diff)
parentb8af90cb5e821abd517c094628b5970506b82c11 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/browser.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/browser.st b/template/browser.st
index a92eef3..93da34d 100755
--- a/template/browser.st
+++ b/template/browser.st
@@ -42,14 +42,14 @@
</div>
<div id="messagePane">
<div id="messageList">
- <iframe src="/static/search/search.html" style="width:100%;height:100%;padding:0px;background-color: #fff; position:absolute; top:0px; left:0px; border:none; allowtransparency="true" scrolling="no" ></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="yes" ></iframe>
</div>
$if(user_nick)$
<div id="msgInputDiv">
<input id="msgInput" class="msgInput" type="input" />
- <input id="msgSubmit" type="submit" value="Send Image URL"
+ <input id="msgSubmit" type="submit" value="Send Text"
/>
</div>
$endif$