diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php index 9e5f331f2e..90713f5c6c 100644 --- a/module/execution/view/view.html.php +++ b/module/execution/view/view.html.php @@ -142,9 +142,17 @@ 8) break;?>
- createLink('doc', 'showFiles', "type=execution&objectID=$execution->id"), " " . $docLib->name);?> + + " . $docLib->name;?> + + createLink('doc', 'showFiles', "type=execution&objectID=$execution->id"), " " . $docLib->name);?> + - createLink('execution', 'doc', "objectID={$execution->id}&libID=$libID"), " " . $docLib->name, '', "data-app='execution' title='$docLib->name'");?> + + " . $docLib->name;?> + + createLink('execution', 'doc', "objectID={$execution->id}&libID=$libID"), " " . $docLib->name, '', "data-app='execution' title='$docLib->name'");?> +