$accesskey))); } /** * This function computes the comapact paginator string. * * @param string $box mailbox name * @param integer $iOffset offset in total number of messages * @param integer $iTotal total number of messages * @param integer $iLimit maximum number of messages to show on a page * @param bool $bShowAll whether or not to show all messages at once * ("show all" == non paginate mode) * @param bool $javascript_on whether or not javascript is currently enabled * @param bool $page_selector whether or not to show the page selection widget * * @return string $result paginate string with links to pages * */ function get_compact_paginator_str($box, $iOffset, $iTotal, $iLimit, $bShowAll, $javascript_on, $page_selector) { static $accesskeys_constructed = FALSE; /* This will be used as a space. */ global $oTemplate, $nbsp; // keeps count of how many times // the paginator is used, avoids // duplicate naming of