bernd commited on 2008-02-21 09:54:28
              Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
            
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@960 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... | 
                      @@ -67,7 +67,7 @@ output('<h3>E-Mail-Accounts</h3>
                     | 
                  
| 67 | 67 | 
                        $dest .= '</ul>';  | 
                    
| 68 | 68 | 
                        }  | 
                    
| 69 | 69 | 
                                       output('
                       | 
                    
| 70 | 
                        -              <div style="margin-left: 2em;"><p>'.internal_link('edit.php', $acc['local'].'@'.$this_account['domainname'], 'id='.$acc['id']).' <a href="save.php?action=delete&id='.$acc['id'].'"><img src="'.$prefix.'images/delete.png" alt="löschen" title="Dieses Konto löschen"/></a></p>
                       | 
                    |
| 70 | 
                        +              <div style="margin-left: 2em; margin-top: 0.5em; padding: 0.1em 0.5em;"><p>'.internal_link('edit.php', $acc['local'].'@'.$this_account['domainname'], 'id='.$acc['id']).' <a href="save.php?action=delete&id='.$acc['id'].'"><img src="'.$prefix.'images/delete.png" alt="löschen" title="Dieses Konto löschen"/></a></p>
                       | 
                    |
| 71 | 71 | 
                        <p>'.$dest.'</p></div>');  | 
                    
| 72 | 72 | 
                        }  | 
                    
| 73 | 73 | 
                         | 
                    
| 74 | 74 |