From fbfa2336f931ba9f024648dd181be368672ba7f6 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 12 Feb 2009 00:52:44 +0000 Subject: Bag the whole idea of a tab widget containing summary and detail information and just go straight to the detail. --- modules/exif/controllers/exif.php | 2 +- modules/exif/views/exif_dialog.html.php | 64 +++++---------------------------- 2 files changed, 9 insertions(+), 57 deletions(-) (limited to 'modules') diff --git a/modules/exif/controllers/exif.php b/modules/exif/controllers/exif.php index ca2e4cab..88e4a8b0 100644 --- a/modules/exif/controllers/exif.php +++ b/modules/exif/controllers/exif.php @@ -26,7 +26,7 @@ class Exif_Controller extends Controller { access::required("view", $item); $view = new View("exif_dialog.html"); - $view->details = array("summary" => exif::get($item), "detail" => exif::get($item, false)); + $view->details = exif::get($item, false); print $view; } diff --git a/modules/exif/views/exif_dialog.html.php b/modules/exif/views/exif_dialog.html.php index 8eb40caa..3f123303 100644 --- a/modules/exif/views/exif_dialog.html.php +++ b/modules/exif/views/exif_dialog.html.php @@ -1,42 +1,22 @@ - -

-
- -
+
- + - + @@ -46,32 +26,4 @@
- + - + - + - +
-
-
- - - - - - - - - - - - - - - - -
- - - - - - - -
-
-
\ No newline at end of file +
-- cgit v1.2.3