documenting hook changes
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 12 Jul 2005 08:47:16 +0000 (08:47 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 12 Jul 2005 08:47:16 +0000 (08:47 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9758 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/Development/plugin.txt

index d5266cbcd962e4aebee4fc97b1d200e9132e11f7..64ca8f0a40af6d3f7f6a8e333dadd7510731b5af 100644 (file)
@@ -417,8 +417,9 @@ options_identities_table
    This hook allows you to insert additional rows into the table that
    holds each identity.  The arguments to this hook are:
 
-      [0] = color of table (use it like this in your plugin:
-               <tr bgcolor="<?php echo $info[1]; ?>">
+      [0] = additional html attributes applied to table row.
+            use it like this in your plugin:
+               <tr "<?php echo $args[0]; ?>">
       [1] = is this an empty section (the one at the end of the list)?
       [2] = what is the 'post' value? (ident # or empty string if default)
 
@@ -431,6 +432,10 @@ options_identities_table
               . 'YOUR CODE HERE' . '</td></tr>' . "\n";
       }
 
+   First hook argument was modified in 1.4.5/1.5.1. In SquirrelMail 1.4.1-1.4.4 
+   and 1.5.0 argument contains only background color. You should use 
+   <tr bgcolor="<?php echo $args[0]; ?>"> in these SquirrelMail versions.
+
 options_identities_buttons
 
    This hook allows you to add a button (or other HTML) to the row of