diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php index 7a47a7f..adb6a19 100644 --- a/data/templates/bookmarks.tpl.php +++ b/data/templates/bookmarks.tpl.php @@ -92,36 +92,56 @@ window.onload = playerLoad;
- -/ -/ + +/ + +/ + + +/ + + +'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ." ". $brss ."
\n"; - + if (getPerPageCount($currentUser) > 10) { echo $pagesBanner; // display a page banner if too many bookmarks to manage - } + } ?> @@ -230,14 +250,14 @@ if($currenttag!= '') { if ($bookmarkservice->editAllowed($row)) { $edit = ' - '. T_('Edit') .''; } - + // Last update $update = ' ('. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') '; // User attribution $copy = ' '. T_('by'). ' '; if($userservice->isLoggedOn() && $currentUser->getUsername() == $row['username']) { - $copy.= T_('you'); + $copy.= T_('you'); } else { $copy.= ''. $row['username'] .''; } @@ -282,7 +302,7 @@ if($currenttag!= '') { if ($GLOBALS['useredir']) { $address = $GLOBALS['url_redir'] . $address; } - + // Admin specific design if($userservice->isAdmin($row['uId'])) { $adminBgClass = 'class="adminBackground"'; @@ -291,19 +311,19 @@ if($currenttag!= '') { $adminBgClass = ''; $adminStar = ''; } - + // Private Note (just visible by the owner and his/her contacts) if($userservice->isLoggedOn() && ($currentUser->getId() == $row['uId'] || in_array($row['username'], $userservice->getWatchNames($currentUser->getId(), true)))) { $privateNoteField = $row['bPrivateNote']; } else { $privateNoteField = ''; } - + // Output echo ''.T_('No bookmarks available').'
';