From: Wilfried Göesgens Date: Sat, 14 Aug 2010 14:19:01 +0000 (+0000) Subject: * oops, didn't see that case. corrected. X-Git-Tag: v8.01~911 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b21f71499c8aa3279f82cacfe94e1d3598c59213 * oops, didn't see that case. corrected. --- diff --git a/webcit/roomops.c b/webcit/roomops.c index 380e9fca1..63480ca23 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -269,6 +269,24 @@ void embed_room_banner(void) "%s" "\n", _("Refresh message list") ); + wc_printf( + "
  • " + "" + "" + "" + "%s" + "
  • \n", _("Read all messages") + ); + wc_printf( + "
  • " + "" + "" + "" + "%s" + "
  • \n", _("Write mail") + ); break; case VIEW_WIKI: wc_printf( @@ -320,33 +338,6 @@ void embed_room_banner(void) ); } break; - case VIEW_MAILBOX: - wc_printf( - "
  • " - "" - "" - "" - "%s" - "
  • \n", _("Read all messages") - ); - wc_printf( - "
  • " - "" - "" - "" - "%s" - "
  • \n", _("Write mail") - ); - wc_printf( - "
  • " - "" - "" - "%s" - "
  • \n", _("Delete") - ); break; default: wc_printf(