summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-08-23 16:02:56 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-08-23 16:02:56 -0400
commit3e9161e16068b0347e26438de6fb0cb8692d8173 (patch)
tree69ba37589a40d215c61e9864ccdb9811e588e009 /template/log.st
parent82c08bc3cf6191146f10cc3cba605f5226281243 (diff)
parent5bc995cc19ea506b7b4888f849b4c1895547cf02 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/log.st')
-rw-r--r--template/log.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/log.st b/template/log.st
index c747305..5a36611 100644
--- a/template/log.st
+++ b/template/log.st
@@ -39,15 +39,15 @@
<div id="msginputrapper">
$if(prev)$
- <a href="http://$roomkey$dump.fm/log/$prev$"><input id="prevbutton" value="<- Prev"></a>
+ <a href="http://$roomkey$dump.fm/log/$prev$"><input id="prevbutton" value="<- Prev" readonly="true"></a>
$else$
-<input id="prevbutton">
+<input id="prevbutton" readonly="true">
$endif$
$if(next)$
- <a href="http://$roomkey$dump.fm/log/$next$""> <input id="nextbutton" value="Next ->"></a>
+ <a href="http://$roomkey$dump.fm/log/$next$""> <input id="nextbutton" value="Next ->" readonly="true"></a>
$else$
- <input id="nextbutton" value="nomodumps">
+ <input id="nextbutton" value="nomodumps" readonly="true">
$endif$