Commit 20ca77255d6ebb2937bf49f59158fe04b96d479d

Authored by Michael Joseph
1 parent e0936a5e

increased spacing


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2360 c91229c3-7414-0410-bfa2-8a42b809f60b
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 = 0; 342 + $iDummyButtons = 1;
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";