updating copyright, converting strings to gettext, adding some phpdoc blocks
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 27 Aug 2004 18:04:23 +0000 (18:04 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 27 Aug 2004 18:04:23 +0000 (18:04 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7981 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/message_details/message_details_bottom.php
plugins/message_details/message_details_main.php
plugins/message_details/message_details_top.php
plugins/message_details/setup.php

index 29c6d8fec280642f82a95ded926409ed181a4058..a1d661cb75300715bf1f31c1c9be7b0ad66e44ed 100644 (file)
@@ -1,13 +1,16 @@
 <?php
-
-/** Message Source  
+/**
+ * Message Details plugin - bottom frame with message structure and rfc822 body
  *
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
- * Copyright (c) 2002 Marc Groot Koerkamp, The Netherlands
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * 
- * $Id$
+ * @author Marc Groot Koerkamp
+ * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
+ * @copyright Copyright &copy; 2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package plugins
  * @subpackage message_details
  */
@@ -290,13 +293,13 @@ echo '<br />'."\n";
 //session_unregister("entities");
 
 if (count($content) > 0) {
-    echo '<h2> Bodystructure </h2>'."\n\n";
+    echo '<h2>'._("Bodystructure")."</h2>\n\n";
     echo '<table border="1" width="98%"><thead>'.
          '<tr bgcolor="'.$color[7].'">'.
-         '<td><b><font color="'.$color[5].'">Entity</font></b></td>'.
-         '<td><b><font color="'.$color[5].'">Content-Type</font></b></td>'.
-         '<td><b><font color="'.$color[5].'">Name</font></b></td>'.
-         '<td><b><font color="'.$color[5].'">Encoding</font></b></td>'.
+         '<td><b><font color="'.$color[5].'">'._("Entity").'</font></b></td>'.
+         '<td><b><font color="'.$color[5].'">'._("Content-Type").'</font></b></td>'.
+         '<td><b><font color="'.$color[5].'">'._("Name").'</font></b></td>'.
+         '<td><b><font color="'.$color[5].'">'._("Encoding").'</font></b></td>'.
          '</tr>'.
          '</thead><tbody>';
     for ($i = 0; $i < count($content);$i++) {
@@ -317,7 +320,7 @@ if (count($content) > 0) {
     }
     echo '</tbody></table><br />'."\n";
 }
-echo '<h2> RFC822 Message body </h2>'."\n\n";
+echo '<h2>'._("RFC822 Message body")."</h2>\n\n";
 echo '<div><div class="header">'."\n\n";
 echo $message_body;
 echo '</div></div></font></code></body></html>';
index 41db82a8d6a63272affe5f0c252ae5f73c4a469c..9028f5541472237948589685f2e800c39653c287 100644 (file)
@@ -1,12 +1,14 @@
 <?php
-/** Message Source  
+/**  
+ * Message Details plugin - main frame
  *
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
- * Copyright (c) 2002 Marc Groot Koerkamp, The Netherlands
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- * 
- * $Id$
+ * @author Marc Groot Koerkamp
+ * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
+ * @copyright Copyright &copy; 2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package plugins
  * @subpackage message_details
  */
index 6a5fe430e36ed7ebaec299dd7e7a241dc2bad2de..22c4d30cc1a47965f83b5418703734db9a0de306 100644 (file)
@@ -1,13 +1,14 @@
 <?php
-
-/** Message Source  
+/**
+ * Message Details plugin - top frame with buttons  
  *
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
- * Copyright (c) 2002 Marc Groot Koerkamp, The Netherlands
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- * 
- * $Id$
+ * @author Marc Groot Koerkamp
+ * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
+ * @copyright Copyright &copy; 2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package plugins
  * @subpackage message_details
  */
index 71b0ba293bc77b1b5c7f11d993efd2d17e0f8ba1..b7ec6ae5113fcc44bce99ca5308600dbeb5e8f5c 100644 (file)
@@ -1,15 +1,17 @@
 <?php
-/** Message Source  
-*
-* Plugin to view the RFC822 raw message output and the bodystructure of a message
-*
-* Copyright (c) 2002 Marc Groot Koerkamp, The Netherlands
-* Licensed under the GNU GPL. For full terms see the file COPYING.
-* 
-* $Id$
-* @package plugins
-* @subpackage message_details
-**/
+/**
+ * Message Details plugin - main setup script  
+ *
+ * Plugin to view the RFC822 raw message output and the bodystructure of a message
+ *
+ * @author Marc Groot Koerkamp
+ * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
+ * @copyright Copyright &copy; 2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package plugins
+ * @subpackage message_details
+ **/
 
 /**
  * Initialize the plugin
@@ -21,6 +23,10 @@ function squirrelmail_plugin_init_message_details()
   $squirrelmail_plugin_hooks['read_body_header_right']['message_details'] = 'show_message_details';
 }
 
+/**
+ * Add message details link in message view
+ * @access private
+ */
 function show_message_details() {
     global $passed_id, $mailbox, $ent_num, $color,
            $javascript_on;