From 7fc877cbe60798ea4af058c99955eeb55e3e2323 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 May 2005 09:22:23 +0000 Subject: [PATCH] added all alt="" tags to folder /plugins 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 | 2 +- plugins/admin/departments/main.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/applications/main.inc b/plugins/admin/applications/main.inc index 456cc49fc..1688597f6 100644 --- a/plugins/admin/applications/main.inc +++ b/plugins/admin/applications/main.inc @@ -35,7 +35,7 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/application.png'), _("Application management"), " ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/application.png'), _("Application management"), "\"\" ".$_SESSION['objectinfo']); } else { $display= print_header(get_template_path('images/application.png'), _("Application management")); } diff --git a/plugins/admin/departments/main.inc b/plugins/admin/departments/main.inc index d39f109f3..33f071bb0 100644 --- a/plugins/admin/departments/main.inc +++ b/plugins/admin/departments/main.inc @@ -35,7 +35,7 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/department.png'), _("Department management"), " ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/department.png'), _("Department management"), "\"\" ".$_SESSION['objectinfo']); } else { $display= print_header(get_template_path('images/department.png'), _("Department management")); } -- 2.30.2