Code

added all alt="" tags to folder /plugins
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 09:22:23 +0000 (09:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 09:22:23 +0000 (09:22 +0000)
This were the last files modifies
M    plugins/admin/applications/main.inc
M    plugins/admin/departments/main.inc

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@430 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/main.inc
plugins/admin/departments/main.inc

index 456cc49fcc9f1a2ed068d8abe5ee1cccce31371a..1688597f60c9219c643f5d3d3289f2de5145ab12 100644 (file)
@@ -35,7 +35,7 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/application.png'), _("Application management"), "<img align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/application.png'), _("Application management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
        } else {
                $display= print_header(get_template_path('images/application.png'), _("Application management"));
        }
index d39f109f3d9d2dfe03376a45da71c4d7f5dc1017..33f071bb02ac34f05fccbcae77eb081ffcfd1e81 100644 (file)
@@ -35,7 +35,7 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/department.png'), _("Department management"), "<img align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/department.png'), _("Department management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
        } else {
                $display= print_header(get_template_path('images/department.png'), _("Department management"));
        }