diff --git a/data/templates/default/bookmarks.tpl.php b/data/templates/default/bookmarks.tpl.php index 2a3d169..79901bf 100644 --- a/data/templates/default/bookmarks.tpl.php +++ b/data/templates/default/bookmarks.tpl.php @@ -162,6 +162,14 @@ default: / +isLoggedOn() && $_SERVER['PHP_SELF'] !== "/index.php") { + echo '
'; + echo ''; + echo ''; + echo "
"; +} +?>

- -
+ + + + + + + + + + + + + + + + + + + + + + + + @@ -112,6 +143,9 @@ $ajaxUrl = ROOT . 'ajax/' + + '; echo T_('edit common description').')'; @@ -131,21 +165,22 @@ $ajaxUrl = ROOT . 'ajax/' $address) { ?> - + - + - + @@ -154,6 +189,7 @@ foreach($row['bAddress'] as $index => $address) {
@@ -75,13 +75,44 @@ $ajaxUrl = ROOT . 'ajax/'
- +
+ +
+ +
+ +
+ +
" to include one tag in another. e.g.: europe>france>paris'))?>
@@ -179,7 +215,8 @@ jQuery(document).ready(function() { } //var availableTags = ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]; - jQuery("input#tags").autocomplete({ + //jQuery("input#tags").autocomplete({ + jQuery("input.tags").autocomplete({ autoFocus: true, minLength: 1, diff --git a/data/templates/default/toolbar.inc.php b/data/templates/default/toolbar.inc.php index 02ffc59..ab7bf6a 100644 --- a/data/templates/default/toolbar.inc.php +++ b/data/templates/default/toolbar.inc.php @@ -26,9 +26,9 @@ if ($userservice->isLoggedOn() && is_object($currentUser)) {