]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface change: try contexual help with tooltip.
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 5 May 2009 10:31:29 +0000 (10:31 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 5 May 2009 10:31:29 +0000 (10:31 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@315 b3834d28-1941-0410-a4f8-b48e95affb8f

scuttle.css
templates/sidebar.block.menu2.php

index 988b551e7b683c4b62a0efd3fa3a65efb6decf1a..4d1b0ee3180a3668b283c481a1a9a950869b12f3 100644 (file)
@@ -153,9 +153,14 @@ h2 {
     text-transform: lowercase;
 }
 h2 a, h2 a:hover {
-       color: #DDD;
+    color: #DDD;
 }
 
+/*sup {
+    color: #77ABE0;
+    font-weight: bold;
+}*/
+
 /* NAVIGATION */
 
 ul#navigation {
index dafadccde7c605978ea6d2c8fdb2ffc2f7ce7290..8329ef3e4341711016dd52600288887c3202c33f 100644 (file)
@@ -22,10 +22,13 @@ if (sizeOf($menu2Tags) > 0) {
        $this->includeTemplate("dojo.inc");
        ?>
 
-<h2><?php echo '<span>'.T_('Featured Menu Tags').'</span> ';?></h2>
+<h2><?php echo T_('Featured Menu Tags');?></h2>
 
 
-<div id="maintagsmenu"><?php
+<div id="maintagsmenu"
+<?php echo 'title="'.T_('This menu is composed of keywords (tags) organized by admins.').'"'?>>
+
+<?php
 foreach($menu2Tags as $menu2Tag) {
 
        echo '<div dojoType="dojo.data.ItemFileReadStore" url="'.ROOT.'ajax/getadminlinkedtags.php?tag='.filter($menu2Tag, 'url').'" jsid="linkedTagStore" ></div>';