Moved all images out of /static, but the citadel-logo.gif,
[citadel.git] / webcit / static / t / iconbar.html
index 4b24c6ef55f6feaf170d83356f01b00d74490237..7d41a88717c54e5ad3c2311f12d12fd10d1c8b1a 100644 (file)
@@ -43,7 +43,7 @@
                                <li id="ib_rooms" class="ib_button">
                                        <a class="ib_button_link" href="knrooms?template=knrooms?SortBy=byfloorroom?SortOrder=1" title="<?_("List all your accessible rooms")>">
                                                <img id="expand_roomlist"
-                                                       src=<?%("COND:ICONBAR:ROOMLISTEXPANDED", 1, 1, 1, '"static/collapse.gif" alt="-"', '"static/expand.gif" alt="+"')>
+                                                       src=<?%("COND:ICONBAR:ROOMLISTEXPANDED", 1, 1, 1, '"static/webcit_icons/collapse.gif" alt="-"', '"static/webcit_icons/expand.gif" alt="+"')>
                                                onClick="return toggle_roomlist();">
                                                <span><?_("Rooms")></span>
                                        </a>
@@ -52,7 +52,7 @@
                                <li id="ib_users" class="ib_button">
                                        <a class="ib_button_link" href="do_template?template=who" title="<?_("See who is online right now")>">
                                                <img id="expand_wholist"
-                                                       src=<?%("COND:ICONBAR:WHOLISTEXPANDED", 1, 1, 1, '"static/collapse.gif" alt="-"', '"static/expand.gif" alt="+"')>
+                                                       src=<?%("COND:ICONBAR:WHOLISTEXPANDED", 1, 1, 1, '"static/webcit_icons/collapse.gif" alt="-"', '"static/webcit_icons/expand.gif" alt="+"')>
                                                onClick="return toggle_wholist();">
                                                <span><?_("Online users")></span>
                                        </a>