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

@@ -58,7 +58,7 @@ if (isset ($_GET['user']) && check_username ($user)) {
<!-- Folders starts here. -->
<div id="folders" style="width: <?php echo $column_width_folder; ?>; height: <?php echo $table_height; ?>;">
<div class="folders" style="width: <?php echo $column_width_folder; ?>; height: <?php echo $table_height; ?>;">
<?php
require_once (ABSOLUTE_PATH . "folders.php");
@@ -71,7 +71,7 @@ if (isset ($_GET['user']) && check_username ($user)) {
</div>
<!-- Bookmarks starts here. -->
<div id="bookmarks" style="height: <?php echo $table_height; ?>;">
<div class="bookmarks" style="height: <?php echo $table_height; ?>;">
<?php
require_once (ABSOLUTE_PATH . "bookmarks.php");