diff options
| author | sostler <sbostler@gmail.com> | 2010-01-29 00:58:51 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-29 00:58:51 -0500 |
| commit | 358b2538c496dc873b31ea3c1a84263604f63016 (patch) | |
| tree | 4bb0fbadf8b7221a2ed44ace657ea199493cc67a /template/chat.st | |
| parent | 1e6556671f7cbe135a85541184f290dd90812919 (diff) | |
| parent | 419ff75b856542a4240ad8e6cda025b935e53318 (diff) | |
Commit new files from PROD
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> |
