Ver Fonte

other part of r12925

Thijs Kinkhorst há 17 anos atrás
pai
commit
edd62747c7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      templates/default/read_recipient_list.tpl

+ 1 - 1
templates/default/read_recipient_list.tpl

@@ -41,7 +41,7 @@ foreach ($recipients as $r) {
     }
 }
 
-if (count($recipients) > 1) {
+if (count($recipients) > 3) {
     if ($show_more) {
         ?>
 &nbsp;<small>(<a href="<?php echo $more_less_toggle_href; ?>"><?php echo _("less"); ?></a>)</small>