Code

list base image migration for gosa-plugins
[gosa.git] / gosa-plugins / mail / admin / systems / services / mail / class_goMailServer.inc
index c01816c59470b6f302532e23d45dfa0941a0fbdb..dd3a3140d7e12b51489720ce6745b05f2f05f1b3 100644 (file)
@@ -381,7 +381,7 @@ class goMailServer extends goService{
       }
 
       if($this->acl_is_writeable("postfixTransportTable")){
-        $img.= "<input type='image' src='images/edittrash.png' name='TranslationDel_".$key."' class='center'>&nbsp;";      
+        $img.= "<input type='image' src='images/lists/trash.png' name='TranslationDel_".$key."' class='center'>&nbsp;";      
       }
       $field1 = array("string"=> $entry['src']);
       $field2 = array("string"=> $entry['dst']);
@@ -410,7 +410,7 @@ class goMailServer extends goService{
       }
 
       if($this->acl_is_writeable("postfixSenderRestrictions")){
-        $img.= "<input type='image' src='images/edittrash.png' name='SenderRestrictDel_".$key."' class='center'>&nbsp;";     
+        $img.= "<input type='image' src='images/lists/trash.png' name='SenderRestrictDel_".$key."' class='center'>&nbsp;";     
       }
  
       $field1 = array("string"=> $entry['src']);
@@ -440,7 +440,7 @@ class goMailServer extends goService{
       }
 
       if($this->acl_is_writeable("postfixRecipientRestrictions")){
-        $img.= "<input type='image' src='images/edittrash.png' name='RecipientRestrictDel_".$key."' class='center'>&nbsp;";      
+        $img.= "<input type='image' src='images/lists/trash.png' name='RecipientRestrictDel_".$key."' class='center'>&nbsp;";      
       }
       $field1 = array("string"=> $entry['src']);
       $field2 = array("string"=> $entry['dst']);