Interface change: try contexual help with tooltip.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@315 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
b6188b66e4
commit
c12348f5e7
2 changed files with 11 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>';
|
||||
|
|
Loading…
Reference in a new issue