Bernd Wurst commited on 2013-02-28 18:18:18
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -58,11 +58,11 @@ $users = get_mysql_accounts($_SESSION['userinfo']['uid']); |
| 58 | 58 |
if ($db['description']) {
|
| 59 | 59 |
$desc = '<br /><span style="font-weight: normal; font-size: 80%; font-style: italic;">'.$db['description'].'</span>'; |
| 60 | 60 |
} |
| 61 |
- $form .= "<tr><td style=\"border: 0px; font-weight: bold; text-align: right;\"><span title=\"Erstellt: {$db['created']}\">{$db['name']}</span> ";
|
|
| 61 |
+ $form .= "<tr><td style=\"border: 0px; font-weight: bold; text-align: right;\"><span title=\"Erstellt: {$db['created']}\">{$db['name']}</span>".$desc."<br />";
|
|
| 62 | 62 |
$form .= internal_link('description', other_icon("comment.png", 'Datenbank-Beschreibung ändern'), "db={$db['name']}")." ";
|
| 63 | 63 |
$form .= internal_link("save", icon_delete("Datenbank »{$db['name']}« löschen"), "action=delete_db&db={$db['name']}")." ";
|
| 64 | 64 |
$form .= "<a href=\"".$phpmyadmin."\">".other_icon("database_go.png", "Datenbank-Verwaltung über phpMyAdmin")."</a>";
|
| 65 |
- $form .= "{$desc}</td>";
|
|
| 65 |
+ $form .= "</td>"; |
|
| 66 | 66 |
foreach ($users as $user) {
|
| 67 | 67 |
$form .= '<td style="text-align: center;">'; |
| 68 | 68 |
if (get_mysql_access($db['name'], $user['username'])) {
|
| 69 | 69 |