Code

Only show date selector while dates are writeable
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / main.inc
index f139c4fb3a55e4de8e5b2ffe3b4839323c05339b..865e23b2c4c4fbe650a45540876007f12b9bb974 100644 (file)
@@ -49,12 +49,12 @@ if ( $cleanup ){
 
   /* Page header*/
   if (get_object_info() != ""){
-    $display= print_header(get_template_path('plugins/licensemanagement/images/plugin.png'),
-        _("Licenses"),
+    $display= print_header(get_template_path('plugins/opsi/images/plugin.png'),
+        _("Software 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/licensemanagement/images/plugin.png'), _("License management"));
+    $display= print_header(get_template_path('plugins/opsi/images/plugin.png'), _("Software licenses"));
   }
 
   $display.= $output;