Commit 4aac54fc010baeb48d19999107573df50e462912
1 parent
023e155e
corrected layout
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1256 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
| @@ -162,10 +162,10 @@ function getEditPage($oDocument) { | @@ -162,10 +162,10 @@ function getEditPage($oDocument) { | ||
| 162 | $sToRender .= "\t\t<td><a href=" . $_SERVER['PHP_SELF'] . "?fDocumentID=" . $oDocument->getID() . "&fBeginCollaboration=1><img src=\"$default->graphicsUrl/widgets/begin.gif\" border=\"0\"/></a></td>\n"; | 162 | $sToRender .= "\t\t<td><a href=" . $_SERVER['PHP_SELF'] . "?fDocumentID=" . $oDocument->getID() . "&fBeginCollaboration=1><img src=\"$default->graphicsUrl/widgets/begin.gif\" border=\"0\"/></a></td>\n"; |
| 163 | } else if (Document::userIsPerformingCurrentCollaborationStep($oDocument->getID())) { | 163 | } else if (Document::userIsPerformingCurrentCollaborationStep($oDocument->getID())) { |
| 164 | //if the current user is responsible for an active step in the collaboration process | 164 | //if the current user is responsible for an active step in the collaboration process |
| 165 | - $sToRender .= "\t\t<table border=\"0\"><tr>\n"; | 165 | + $sToRender .= "\t\t<td><table border=\"0\"><tr>\n"; |
| 166 | $sToRender .= "\t\t<td><b>You currently have an active role<br> in the collaboration process</b></td>\n"; | 166 | $sToRender .= "\t\t<td><b>You currently have an active role<br> in the collaboration process</b></td>\n"; |
| 167 | $sToRender .= "\t\t<td align=\"center\"><a href=" . $_SERVER['PHP_SELF'] . "?fDocumentID=" . $oDocument->getID() . "&fCollaborationStepComplete=1><img src=\"$default->graphicsUrl/widgets/update.gif\" border=\"0\"/></a></td>\n"; | 167 | $sToRender .= "\t\t<td align=\"center\"><a href=" . $_SERVER['PHP_SELF'] . "?fDocumentID=" . $oDocument->getID() . "&fCollaborationStepComplete=1><img src=\"$default->graphicsUrl/widgets/update.gif\" border=\"0\"/></a></td>\n"; |
| 168 | - $sToRender .= "\t\t</tr></table>\n"; | 168 | + $sToRender .= "\t\t</tr></table></td>\n"; |
| 169 | } | 169 | } |
| 170 | $sToRender .= "\t</tr>"; | 170 | $sToRender .= "\t</tr>"; |
| 171 | $sToRender .= "\t</table>"; | 171 | $sToRender .= "\t</table>"; |