X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fread_recipient_list.tpl;h=b3f0b2ea18c29e95888af6f699e305b5bc0b003e;hp=f0c79fee3552f06be6c66cfb1928576f9f34d65f;hb=5d26624e53d0eae77a3cd630afc5b58d4bc8a1ba;hpb=f305222460ae95b5e6220c81b3efb9a701f4fcac;ds=sidebyside diff --git a/templates/default/read_recipient_list.tpl b/templates/default/read_recipient_list.tpl index f0c79fee..b3f0b2ea 100644 --- a/templates/default/read_recipient_list.tpl +++ b/templates/default/read_recipient_list.tpl @@ -33,11 +33,11 @@ extract($t); $count = 0; foreach ($recipients as $r) { $count++; - if ($count > 1 && !$show_more) + if ($count > 3 && !$show_more) continue; echo $r['Full']; - if ($show_more && $count != count($recipients)) { - echo '
'; + if ($count != count($recipients)) { + echo ", \n "; } } @@ -51,4 +51,5 @@ if (count($recipients) > 1) {  ()