none
[openafs-wiki.git] / TWiki / TablePlugin.mdwn
index a2ed0bc..5e0a1a4 100644 (file)
@@ -1,6 +1,6 @@
 # <a name="Table Plugin"></a> Table Plugin
 
-Gives extra control off table display:
+Gives extra control of table display:
 
 - Allows sorting
 - Changing table properties like border width, cell spacing and cell padding
@@ -61,7 +61,7 @@ On line before the table use `%TABLE{...}%`:
   </tr>
   <tr>
     <td bgcolor="#ecf2f8" style=""><code>sort</code></td>
-    <td bgcolor="#ecf2f8" style=""> Set <code>on</code> or <code>off</code></td>
+    <td bgcolor="#ecf2f8" style=""> Set table sorting <code>on</code> or <code>off</code></td>
     <td bgcolor="#ecf2f8" style=""><code>sort="on"</code></td>
   </tr>
   <tr>
@@ -194,19 +194,19 @@ Line before table: `%TABLE{sort="on" tableborder="0" cellpadding="3" cellspacing
   </tr>
   <tr>
     <td align="right" bgcolor="#ffffff" style=""> Plugin Version: </td>
-    <td bgcolor="#ffffff" style=""> 29 Nov 2001 </td>
+    <td bgcolor="#ffffff" style=""> 06 Dec 2001 </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#ecf2f8" style=""> Change History: </td>
-    <td bgcolor="#ecf2f8" style=""> 29 Nov 2001: PTh fixed Perl warnings <br /> 16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files <br /> 07 Oct 2001: Initial version </td>
+    <td bgcolor="#ecf2f8" style=""> 06 Dec 2001 PTh: Fixed date sorting bug <br /> 03 Dec 2001 PTh: Fixed sort="off" bug and more <br /> 29 Nov 2001: PTh fixed Perl warnings <br /> 16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files <br /> 07 Oct 2001: Initial version </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#ffffff" style=""> CPAN Dependencies: </td>
-    <td bgcolor="#ffffff" style="">   </td>
+    <td bgcolor="#ffffff" style=""> none </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#ecf2f8" style=""> Other Dependencies: </td>
-    <td bgcolor="#ecf2f8" style="">   </td>
+    <td bgcolor="#ecf2f8" style=""> none </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#ffffff" style=""> Perl Version: </td>
@@ -224,4 +224,4 @@ Line before table: `%TABLE{sort="on" tableborder="0" cellpadding="3" cellspacing
 
 **_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]]
 
--- [[JohnTalintyre]] - 07 Oct 2001 <br /> -- [[PeterThoeny]] - 16 Nov 2001 <br />
+-- [[JohnTalintyre]] - 07 Oct 2001 <br /> -- [[PeterThoeny]] - 06 Dec 2001 <br />