Commit 55ecc3bbe4f6a97f15871ba25db9a826d5d5e78e

Authored by michael
1 parent e7262b0b

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 339 function displayActionButtons($oDocument, $bEdit) {
340 340 global $default;
341 341  
342   - $iDummyButtons = 0;
  342 + $iDummyButtons = 1;
343 343  
344 344 // view
345 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";
... ...