Commit 486c9d1fcc8b1b984ca77f32d805ea162d1e2fad

Authored by kevin_fourie
1 parent afbdd74b

Merged in from DEV trunk...

KTS-3324
"UI broken on folder actions inline help page"
Fixed. Took out incorrectly placed <td> tag.

Committed By: Jonathan Byrne
Reviewed By: Jalaloedien Abrahams


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8440 c91229c3-7414-0410-bfa2-8a42b809f60b
kthelp/ktcore/EN/user/portlets/Folder Actions.html
... ... @@ -4,7 +4,7 @@
4 4 </head>
5 5 <body>
6 6 <h2>Folder Actions</h2>
7   -<td align="left">
  7 +
8 8 <p><span style="font-family: 'Verdana'; color: rgb(0, 0, 0);">This menu displays the functionality available to the logged in user for the folders listed on the right of the page in </span><span style="font-family: 'Verdana'; font-weight: bold; color: rgb(0, 0, 0);">Browse Documents</span><span style="font-family: 'Verdana'; color: rgb(0, 0, 0);">.&nbsp; </span></p>
9 9  
10 10 <p class="p_Fieldgroup"><span class="f_Fieldgroup"><h3>Using Folder Actions</h3></span></p>
... ... @@ -14,7 +14,7 @@ permissions to perform one or more of the folder actions, you will not
14 14 see the option for that action in this menu when you log on to
15 15 KnowledgeTree:</span></p>
16 16  
17   -<div style="margin: 0px; padding: 0px; text-align: left; text-indent: 0px;"><table style="border: medium none ; -x-border-x-spacing: 0px; -x-border-y-spacing: 0px; border-collapse: collapse;" border="0" cellpadding="4" cellspacing="0">
  17 +<div style="margin: 0px; padding: 0px; text-align: left; text-indent: 0px;"><table style="border: medium none ; -x-border-x-spacing: 0px; -x-border-y-spacing: 0px;" border="0" cellpadding="4" cellspacing="0">
18 18 <tbody><tr style="text-align: left; vertical-align: top;">
19 19 <td style="border: 1px solid rgb(0, 0, 0); width: 94px; background-color: rgb(243, 243, 243);" bgcolor="#f3f3f3" valign="top" width="94"><p><span style="font-family: 'Verdana'; font-weight: bold; color: rgb(0, 0, 0);">Action</span></p>
20 20 </td>
... ... @@ -77,7 +77,7 @@ KnowledgeTree:&lt;/span&gt;&lt;/p&gt;
77 77 </div>
78 78 <p><span class="f_BodyText">&nbsp;</span></p>
79 79  
80   -</td>
  80 +
81 81  
82 82 </body>
83 83 </html>
... ...