summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b12c19)
raw | patch | inline | side by side (parent: 8b12c19)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Apr 2008 14:41:11 +0000 (14:41 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Apr 2008 14:41:11 +0000 (14:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10172 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/devices/class_deviceManagement.inc | patch | blob | history | |
gosa-plugins/goto/admin/devices/main.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/devices/class_deviceManagement.inc b/gosa-plugins/goto/admin/devices/class_deviceManagement.inc
index 9d216aa6a555f8d6ac43ce58ab259e00cf4a93bf..3d4b4131b890051016c14378e7533a15daf303e5 100644 (file)
{
/* Definitions */
- var $plHeadline = "Devices";
- var $plDescription = "Manage devices";
+ var $plHeadline = "Hotplug devices";
+ var $plDescription = "Manage hotplug devices";
/* Dialog attributes */
var $ui = NULL;
index 45209ca642c2deecc1400b30becfaf5dea3a38db..33f84118a824505869b449d0fd75d98f18f3f36e 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/devices.png'), _("Device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
- $display= print_header(get_template_path('images/devices.png'), _("Device management"));
+ $display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"));
}
/* Reset requested? */