From b21f71499c8aa3279f82cacfe94e1d3598c59213 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 14 Aug 2010 14:19:01 +0000 Subject: [PATCH] * oops, didn't see that case. corrected. --- webcit/roomops.c | 45 ++++++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 27 deletions(-) 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( -- 2.30.2