Code

Added tooltip for home
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Apr 2010 08:36:26 +0000 (08:36 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Apr 2010 08:36:26 +0000 (08:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17768 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_pathNavigator.inc
gosa-core/include/class_pluglist.inc

index 815a5081b2496db4e38d034cad2fb4024327a3ff..645626f231d84e6bac182b8901b50bb62928120a 100644 (file)
@@ -5,7 +5,6 @@ class pathNavigator
 
   static function registerPlugin($class, $title= "")
   {
-    
     $str = "";
 
     // Display headline of management plugins
index 4aea387d4d765956d3a4e3a407e32b016c8679df..cd8ad201b63706bc593ae35d4f1e87a71491b91c 100644 (file)
@@ -320,7 +320,7 @@ class pluglist
       $this->pathMenu = 
         "\n        <div class='plugin-path'>".
         "\n          <ul class='path-navigation'>".
-        "\n            <li class='left' onClick=\"openPlugin('');\">".
+        "\n            <li class='left' onClick=\"openPlugin('');\" title='"._("Back to main menu")."'>".
         "\n              ".image(get_template_path("images/home.png")).
         "\n            </li>".
         "\n            %navigator%";