diff options
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index 7fbc29e..cea2004 100755 --- a/template/chat.st +++ b/template/chat.st @@ -1,6 +1,6 @@ <html> <head> - <title>dump.fm | $roomname$</title> + <title>dump.fm</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/pichat.css"> <script> @@ -58,6 +58,7 @@ <input id="msgInput" class="msgInput" type="input" /> <input id="msgSubmit" type="submit" value="Send Image URL" /> + <input id="upload" value="Upload" type="submit"> </div> $endif$ </div> |
