bernd commited on 2007-07-30 17:15:39
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@573 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -38,7 +38,7 @@ output(html_form('su_su', 'su.php', '', '<select name="destination" size="1"> |
38 | 38 |
</select> |
39 | 39 |
<input type="submit" name="submit" value="zum Benutzer wechseln" /> |
40 | 40 |
')); |
41 |
-output('<p>Kunde auswählen: '); |
|
41 |
+output('</p><p>Kunde auswählen: '); |
|
42 | 42 |
|
43 | 43 |
$customers = list_customers(); |
44 | 44 |
$options = ''; |
... | ... |
@@ -52,7 +52,7 @@ output(html_form('su_su', 'su.php', '', '<select name="destination" size="1"> |
52 | 52 |
</select> |
53 | 53 |
<input type="submit" name="submit" value="zum Kunden wechseln" /> |
54 | 54 |
')); |
55 |
-output("<br />"); |
|
55 |
+output("</p><br />"); |
|
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 | 59 |