Commit 77ab05d393099f2b7a3cde82cf4cbd77f0ea36a5
1 parent
55ecc3bb
increased spacing
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2361 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
| @@ -339,7 +339,7 @@ function renderNonEditableLinkedDocuments($oDocument) { | @@ -339,7 +339,7 @@ function renderNonEditableLinkedDocuments($oDocument) { | ||
| 339 | function displayActionButtons($oDocument, $bEdit) { | 339 | function displayActionButtons($oDocument, $bEdit) { |
| 340 | global $default; | 340 | global $default; |
| 341 | 341 | ||
| 342 | - $iDummyButtons = 1; | 342 | + $iDummyButtons = 2; |
| 343 | 343 | ||
| 344 | // view | 344 | // view |
| 345 | $sToRender .= "<tr><td align=\"left\"><a onClick=\"alert('This will download a copy of the document and is not the same as Checking Out a document. Changes to this downloaded file will not be managed in the DMS.'); return true;\" href=\"" . generateControllerLink("downloadDocument", "fDocumentID=" . $oDocument->getID()) . "\"><img src=\"$default->graphicsUrl/widgets/docactions/view.gif\" border=\"0\" /></a></td></tr>\n"; | 345 | $sToRender .= "<tr><td align=\"left\"><a onClick=\"alert('This will download a copy of the document and is not the same as Checking Out a document. Changes to this downloaded file will not be managed in the DMS.'); return true;\" href=\"" . generateControllerLink("downloadDocument", "fDocumentID=" . $oDocument->getID()) . "\"><img src=\"$default->graphicsUrl/widgets/docactions/view.gif\" border=\"0\" /></a></td></tr>\n"; |