summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-15 14:20:56 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-15 14:20:56 -0500
commit4167e78c42ee2e4ccf19e9a45bab4f22bf3df059 (patch)
treecda98d040bcc22ea70b1fb57801a92a5dba50711 /template
parentd542c7f4476b14d6a0fa2c1089ed6ff1fe8da5dc (diff)
commit
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$