Commit 8a18e4bca18fedae6ed1e54a321f50b826d066b8

Authored by Jonathan Byrne
1 parent 6e807afd

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/trunk@8431 c91229c3-7414-0410-bfa2-8a42b809f60b
kthelp/ktcore/EN/user/portlets/Folder Actions.html
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 </head> 4 </head>
5 <body> 5 <body>
6 <h2>Folder Actions</h2> 6 <h2>Folder Actions</h2>
7 -<td align="left"> 7 +
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> 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 <p class="p_Fieldgroup"><span class="f_Fieldgroup"><h3>Using Folder Actions</h3></span></p> 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,7 +14,7 @@ permissions to perform one or more of the folder actions, you will not
14 see the option for that action in this menu when you log on to 14 see the option for that action in this menu when you log on to
15 KnowledgeTree:</span></p> 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 <tbody><tr style="text-align: left; vertical-align: top;"> 18 <tbody><tr style="text-align: left; vertical-align: top;">
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> 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 </td> 20 </td>
@@ -77,7 +77,7 @@ KnowledgeTree:&lt;/span&gt;&lt;/p&gt; @@ -77,7 +77,7 @@ KnowledgeTree:&lt;/span&gt;&lt;/p&gt;
77 </div> 77 </div>
78 <p><span class="f_BodyText">&nbsp;</span></p> 78 <p><span class="f_BodyText">&nbsp;</span></p>
79 79
80 -</td> 80 +
81 81
82 </body> 82 </body>
83 </html> 83 </html>