From 39cf52851529c0d91d69307186c6bf5e9f362735 Mon Sep 17 00:00:00 2001
From: ericdane
Date: Fri, 11 Apr 2008 08:42:36 +0000
Subject: [PATCH] minor : html line break insert
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@104 b3834d28-1941-0410-a4f8-b48e95affb8f
---
templates/bookmarks.tpl.php | 12 ++++--------
templates/sidebar.tpl.php | 1 +
2 files changed, 5 insertions(+), 8 deletions(-)
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 @@
+