Corrected some icon references, added new icons and hopefully made it more consistent
[citadel.git] / webcit / static / t / navbar.html
index 009cc6e7c017495eb30bf7a1c6103579401ad419..9010d22d2400e4dca9e6c325842937aa51db6035 100644 (file)
@@ -1,7 +1,7 @@
 <div id="navbar"><ul>
        <li class="ungoto">
                <a href="ungoto">
-                       <img src="static/webcit_icons/essen/16x16/back.png" alt="" width="16" height="16">
+                       <img src="static/webcit_icons/essen/16x16/ungoto.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Ungoto")></span>
                </a>
        </li>
@@ -9,7 +9,7 @@
 <?!("COND:THISROOM:CURR_VIEW", 10, #"VIEW_BBS")>
        <li class="newmess">
                <a href="readnew">
-                       <img src="static/webcit_icons/essen/16x16/pencil.png" alt="" width="16" height="16">
+                       <img src="static/webcit_icons/essen/16x16/refresh.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Read new messages")></span>
                </a>
        </li>