diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-28 23:20:24 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-28 23:20:24 -0500 |
| commit | 419ff75b856542a4240ad8e6cda025b935e53318 (patch) | |
| tree | 6afd28317bdea0b002d7359113a8e78b1d4c396c /template/chat.st | |
| parent | e41bdf3a328e9984fba4cf1d6d43d96fbe3cd396 (diff) | |
Checkin prod changes
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> |
