diff --git a/application/view/AdminPage/image.phtml b/application/view/AdminPage/image.phtml
index cc7ccf9..682dbb2 100644
--- a/application/view/AdminPage/image.phtml
+++ b/application/view/AdminPage/image.phtml
@@ -22,14 +22,15 @@
files as $file): ?>
- base}/img/{$this->type}/{$file}" ?>', 'Bild', 'width=500,height=400,status=yes,scrollbars=yes,resizable=yes');">
+ base}/img/{$this->type}/{$file}" ?>', 'Bild', 'width=800,height=600,status=yes,scrollbars=yes,resizable=yes'); return false;">
base}/img/{$this->type}/{$file}" ?>" >
|
type}', '{$file}'" ?>); window.close();" >Einfügen
-
- Löschen
+ |
+
+ Löschen
|
diff --git a/public/img/header/1374144006.jpg b/public/img/header/1374144006.jpg
deleted file mode 100644
index 7c03631..0000000
Binary files a/public/img/header/1374144006.jpg and /dev/null differ
diff --git a/public/style/popup.css b/public/style/popup.css
index 5ce2728..7dc3106 100644
--- a/public/style/popup.css
+++ b/public/style/popup.css
@@ -3,3 +3,6 @@ h1 { color: white; background: #CB3829; padding: 0.3em; font-size: 1em; }
img { max-width: 200px; }
a { text-decoration: none; color: #2877A2; }
+table { width: 100%; }
+tr td:last-child {text-align: right; }
+tr td:last-child a { color: red; }
\ No newline at end of file