* Reinstated the 'Delete' button in the mailbox view, for use by users who don't...
[citadel.git] / webcit / roomops.c
index eb84ba3eaf278ff782b0acdf1e4b8b29561c2e17..f8664cf156dd673da228bfac61557080fa699d24 100644 (file)
@@ -725,6 +725,14 @@ void embed_room_banner(char *got, int navbar_style) {
                                        "%s"
                                        "</span></a></li>\n", _("Write mail")
                                        );
+                               wprintf(
+                                       "<li class=\"newmess\">"
+                                       "<a href=\"javascript:deleteAllSelectedMessages();\">"
+                                       "<img  src=\"static/delete.gif\" "
+                                       "alt=\"\"><span class=\"navbar_link\">"
+                                       "%s"
+                                       "</span></a></li>\n", _("Delete")
+                                       );
                                break;
                        default:
                                wprintf(