1
0

Added header above bookmarks in order to sort by name or date.

This commit is contained in:
Stefan Frech
2008-06-10 19:45:39 +00:00
committed by Jonas Kattendick
parent d564552f05
commit 53c9c035c4
7 changed files with 54 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ function list_bookmarks ($bookmarks, $show_checkbox, $show_folder, $show_icon, $
$tree = & new folder;
}
echo '<form name="bookmarks" action="">' . "\n";
echo '<form name="bookmarks" action="" class="nav">' . "\n";
foreach ($bookmarks as $value) {
echo '<div class="bookmark">' . "\n";