Nits; expand API a bit.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 07:39:20 +0000 (00:39 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 07:39:20 +0000 (00:39 -0700)
framework/Mime/lib/Horde/Mime/Viewer/Driver.php
framework/Mime/lib/Horde/Mime/Viewer/html.php
framework/Mime/lib/Horde/Mime/Viewer/plain.php

index a16de45..2214005 100644 (file)
@@ -104,9 +104,9 @@ class Horde_Mime_Viewer_Driver
      *         render all the data needed to display all the subparts)
      * 'status' - (array) An array of status information to be displayed to
      *            the user.  Consists of arrays with the following keys:
-     *            'position' - (string) Either 'top' or 'bottom'
-     *            'text' - (string) The text to display
-     *            'type' - (string) Either 'info' or 'warning'
+     *            'img' - (string) An image to display.
+     *            'text' - (array) The text to display.
+     *            'type' - (string) Either 'info' or 'warning'.
      * 'type' - (string) The MIME type of the rendered data.
      * </pre>
      */
index b68ec4f..bd96e75 100644 (file)
@@ -24,7 +24,7 @@ class Horde_Mime_Viewer_html extends Horde_Mime_Viewer_Driver
         'embedded' => false,
         'full' => true,
         'info' => false,
-        'inline' => true,
+        'inline' => true
     );
 
     /**
index 31ad59b..0963a55 100644 (file)
@@ -23,7 +23,7 @@ class Horde_Mime_Viewer_plain extends Horde_Mime_Viewer_Driver
         'embedded' => false,
         'full' => true,
         'info' => false,
-        'inline' => true,
+        'inline' => true
     );
 
     /**