Code

Moved search images
[gosa.git] / gosa-plugins / gofax / gofax / faxaccount / main.inc
index 77e137d8b11ece6ccd48977c3a964ed6636998ca..f1276637607e3448862804c78f0ccbe508811258 100644 (file)
@@ -97,7 +97,7 @@ if (!$remove_lock){
                        $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/gofaxAccount"))){
-                               $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
+                               $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/on.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
                                $display.= "<input type=submit name=\"edit\" value=\"".msgPool::editButton()."\">";
                        }
                        $display.= "<input type=\"hidden\" name=\"ignore\">\n";