Code

list base image migration for gosa-plugins
[gosa.git] / gosa-plugins / systems / admin / systems / main.inc
index 2eaf679216558d5d6348d22d3931e7ab56fc02cf..241c8387088cd2a26fa248d8b3d159788809a075 100644 (file)
@@ -44,7 +44,7 @@ if ($remove_lock){
 
        /* Page header*/
        if (session::is_set('objectinfo')){
-               $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+               $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
        } else {
                $display= print_header(get_template_path('images/system.png'), _("System management"));
        }