bernd commited on 2009-10-16 18:15:50
              Zeige 1 geänderte Dateien mit 7 Einfügungen und 0 Löschungen.
            
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1495 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... | 
                      @@ -103,6 +103,9 @@ else  | 
                  
| 103 | 103 | 
                               elseif ($account['type'] == 'customer') {
                       | 
                    
| 104 | 104 | 
                        $type = 'Kundenaccount';  | 
                    
| 105 | 105 | 
                        }  | 
                    
| 106 | 
                        + $destination = 'go/index/index';  | 
                    |
| 107 | 
                        + if (check_path($account['startpage']))  | 
                    |
| 108 | 
                        + $destination = $account['startpage'];  | 
                    |
| 106 | 109 | 
                               output('<li>'.internal_link('', $type.': <strong>'.$account['username'].'</strong>', 'type='.$account['type'].'&username='.urlencode($account['username']).'&destination='.urlencode($destination)).'</li>');
                       | 
                    
| 107 | 110 | 
                        }  | 
                    
| 108 | 111 | 
                             output('</ul>');
                       | 
                    
| ... | ... | 
                      @@ -111,4 +114,8 @@ else  | 
                  
| 111 | 114 | 
                        }  | 
                    
| 112 | 115 | 
                        }  | 
                    
| 113 | 116 | 
                         | 
                    
| 117 | 
                        +include('../inc/top.php');
                       | 
                    |
| 118 | 
                        +print $output;  | 
                    |
| 119 | 
                        +include('../inc/bottom.php');
                       | 
                    |
| 120 | 
                        +  | 
                    |
| 114 | 121 | 
                        ?>  | 
                    
| 115 | 122 |