Author: prabhat.jha(a)jboss.com
Date: 2007-06-07 16:00:35 -0400 (Thu, 07 Jun 2007)
New Revision: 7391
Modified:
docs/trunk/referenceGuide/en/modules/security.xml
Log:
docbook's table syntax is not equivalent to html's table syntax. See
JBPORTAL-1479
Modified: docs/trunk/referenceGuide/en/modules/security.xml
===================================================================
--- docs/trunk/referenceGuide/en/modules/security.xml 2007-06-07 14:29:52 UTC (rev 7390)
+++ docs/trunk/referenceGuide/en/modules/security.xml 2007-06-07 20:00:35 UTC (rev 7391)
@@ -146,26 +146,39 @@
</itemizedlist>
</para>
<para>
- <emphasis role="bold">Portal CMS Permission
Matrix:</emphasis>
- <table class="wikitable" border="1">
- <tr><th>Permission</th><th>Allowed
Actions</th><th>Implies</th></tr>
- <tr>
- <td>Read</td>
- <td><itemizedlist><listitem>Ability to read the contents of a
Folder</listitem><listitem>Ability to read a File and its
versions</listitem></itemizedlist></td>
- <td> N/A</td>
- </tr>
- <tr>
- <td>Write</td>
- <td><itemizedlist><listitem>Ability to Create a New
Folder</listitem><listitem>Ability to Update an existing
Folder</listitem><listitem>Ability to Create a new
File</listitem><listitem>Ability to Update an existing
File</listitem></itemizedlist></td>
- <td>Read Access</td>
- </tr>
- <tr>
- <td>Manage</td>
- <td><itemizedlist><listitem>Ability to Delete/Copy/Move/Rename
Files/Folders</listitem></itemizedlist></td>
- <td>Write and Read Access</td>
- </tr>
- </table>
- </para>
+ <table frame="all">
+ <title> Portal CMS Permission Matrix: </title>
+ <tgroup cols="3" align="left" colsep="1"
rowset="1">
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry align="center">Permissions</entry>
+ <entry align="center">Allowed Actions</entry>
+ <entry align="center">Implies</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry> Read </entry>
+ <entry> Read Contents of Folder, File and its versions </entry>
+ <entry> N/A </entry>
+ </row>
+ <row>
+ <entry> Write</entry>
+ <entry> Create and Update new Folder and File </entry>
+ <entry> Read Access </entry>
+ </row>
+ <row>
+ <entry> Manage </entry>
+ <entry> Delete/Copy/Move/Rename Folders and Files</entry>
+ <entry> Read and Write Access </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
<sect2 id="security.security_cms_configuration">
<title>CMS Security Configuration</title>
<para>
Show replies by date