bernd commited on 2008-02-20 07:31:00
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@957 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -66,7 +66,7 @@ output("<script type=\"text/javascript\"> |
66 | 66 |
"); |
67 | 67 |
|
68 | 68 |
$form = " |
69 |
- <p><strong>E-Mail-Adresse:</strong> <input type=\"text\" name=\"local\" id=\"local\" size=\"10\" value=\"{$account['local']}\" /><strong style=\"font-size: 1.5em;\"> @ </strong>".domainselect($account['domainid'])."</p>"; |
|
69 |
+ <p><strong>E-Mail-Adresse:</strong> <input type=\"text\" name=\"local\" id=\"local\" size=\"10\" value=\"{$account['local']}\" /><strong style=\"font-size: 1.5em;\"> @ </strong>".domainselect($account['domain'])."</p>"; |
|
70 | 70 |
|
71 | 71 |
$password_message = ''; |
72 | 72 |
$password_value = ''; |
73 | 73 |