summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8a7c30)
raw | patch | inline | side by side (parent: f8a7c30)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 09:22:23 +0000 (09:22 +0000) | ||
committer | hickert <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
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 | patch | blob | history | |
plugins/admin/departments/main.inc | patch | blob | history |
index 456cc49fcc9f1a2ed068d8abe5ee1cccce31371a..1688597f60c9219c643f5d3d3289f2de5145ab12 100644 (file)
/* 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)
/* 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"));
}