diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index d48aa1b..556d92e 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -216,18 +216,14 @@ window.onload = playerLoad; $totalpages = ceil($total / $perpage); if (count($bookmarks) < $perpage || $perpage * $page == $total) { $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') .''; + $blast = ''. T_('Last') ."\n"; } else { $bnext = ''. T_('Next') .''; - $blast = ''. T_('Last') .''; + $blast = ''. T_('Last') ."\n"; } - echo '

'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) .'

'; + echo '

'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ."

\n"; } else { -?> - -

- -'.T_('No bookmarks available').'

'; } $this->includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); diff --git a/templates/sidebar.tpl.php b/templates/sidebar.tpl.php index a90b584..7ae1fa1 100644 --- a/templates/sidebar.tpl.php +++ b/templates/sidebar.tpl.php @@ -1,3 +1,4 @@ +