summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
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$