'Read all messages' button does not belong in the mailbox view. Remove it.
authorArt Cancro <ajc@citadel.org>
Thu, 20 Jan 2011 04:04:56 +0000 (23:04 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 14:03:31 +0000 (14:03 +0000)
webcit/static/t/navbar.html

index d862778ed51bae6fd33b84a424a3fc15b80950f5..fbb5de2b77517f35a603e81c7854fbfcc50811a8 100644 (file)
                        <span class="navbar_link"><?_("Refresh message list")></span>
                </a>
        </li>
-       <li class="readallmess">
-               <a href="readfwd">
-                       <img src="static/readallmess3_24x.gif" alt="" width="24" height="24">
-                       <span class="navbar_link"><?_("Read all messages")></span>
-               </a>
-       </li>
        <li class="newmess">
                <a href="javascript:GetLoggedInFirst('display_enter')">
-                       <img  src="static/newmess3_24x.gif" alt="" width="24" height="24">
+                       <img src="static/newmess3_24x.gif" alt="" width="24" height="24">
                        <span class="navbar_link"><?_("Write mail")></span>
                </a>
        </li>