Code

list base image migration for gosa-plugins
[gosa.git] / gosa-plugins / gofon / gofon / phoneaccount / main.inc
index fdce2f7a69c5c86bba0553b9a67b29025c98ced9..b9fa644e28a57cc19cb957f8adb40f5b9e79dae2 100644 (file)
@@ -105,9 +105,9 @@ if (!$remove_lock){
                        $display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
                        $display.= "&nbsp;";
                        $display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
-                       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn."&nbsp;";
+                       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".$ui->dn."&nbsp;";
                } else {
-                       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn."&nbsp;";
+                       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png')."\"> ".$ui->dn."&nbsp;";
 
                        if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/phoneAccount"))){
                                $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");