From: ericdane Date: Fri, 11 Apr 2008 08:42:36 +0000 (+0000) Subject: minor : html line break insert X-Git-Tag: v0.90~56 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=39cf52851529c0d91d69307186c6bf5e9f362735;p=semanticscuttle.git minor : html line break insert git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@104 b3834d28-1941-0410-a4f8-b48e95affb8f --- 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 @@ +