]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/roomchat.html
SMTP-Relay: add other ways of filtering
[citadel.git] / webcit / static / t / roomchat.html
index cb948faa5edb4d4b2e4170cc76959e6508278bf4..b37aa2dacf275c0bedb8b8fd73d8765ac9f70f46 100644 (file)
@@ -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/citadelchat_32x.gif" 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")>">