]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/roomchat.html
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / webcit / static / t / roomchat.html
old mode 100755 (executable)
new mode 100644 (file)
index 2fd3634..b37aa2d
@@ -4,7 +4,7 @@
 <div id="chatsend" class="chatsend_class">
        <form method="POST" onsubmit="return chatsendfunc()" action="chat_send" id="chatsendid" name="chatsendform">
        <input type="hidden" name="nonce" value="<?NONCE>">
-       <img src="static/icons/essen/32x32/chat.png" alt="">
+       <img src="static/webcit_icons/essen/32x32/chat.png" alt="">
        <textarea id="send_this_id" name="send_this" rows="4" cols="78"
                onKeyPress="chat_enter(event);"></textarea>
        <input type="submit" value="<?_("Send")>">