Code

Updated licenses
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / main.inc
index 03a0f1c5ca3ab599809a69b8139a9442875748c2..9ace47e5802b7aeb894d2e7bfbe0b5388c7a8793 100644 (file)
@@ -49,12 +49,12 @@ if ( $cleanup ){
 
   /* Page header*/
   if (get_object_info() != ""){
-    $display= print_header(get_template_path('plugins/rolemanagement/images/plugin.png'),
-        _("Roles"),
+    $display= print_header(get_template_path('plugins/licensemanagement/images/plugin.png'),
+        _("Licenses"),
         "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".
         LDAP::fix(get_object_info()));
   } else {
-    $display= print_header(get_template_path('plugins/rolemanagement/images/plugin.png'), _("Role management"));
+    $display= print_header(get_template_path('plugins/licensemanagement/images/plugin.png'), _("Role management"));
   }
 
   $display.= $output;