|
@@ -1217,7 +1217,7 @@ function get_paginator_str($box, $start_msg, $end_msg, $num_msgs,
|
|
/* Compute the 'show all' string. */
|
|
/* Compute the 'show all' string. */
|
|
$all_str = "<A HREF=\"right_main.php?PG_SHOWALL=1"
|
|
$all_str = "<A HREF=\"right_main.php?PG_SHOWALL=1"
|
|
. "&use_mailbox_cache=$use&startMessage=1&mailbox=$box\" "
|
|
. "&use_mailbox_cache=$use&startMessage=1&mailbox=$box\" "
|
|
- . "TARGET=\"right\">" . _("Show All") . '</A>';
|
|
|
|
|
|
+ . ">" . _("Show All") . '</A>';
|
|
}
|
|
}
|
|
|
|
|
|
$result .= ($pg_str != '' ? $spc . '['.$spc.$pg_str.']' . $spc : '');
|
|
$result .= ($pg_str != '' ? $spc . '['.$spc.$pg_str.']' . $spc : '');
|