Skip to content

Commit

Permalink
Merge pull request coral-erm#665 from coral-erm/master
Browse files Browse the repository at this point in the history
merge code from coral-erm#661 into development branch
  • Loading branch information
t4k authored Sep 30, 2020
2 parents f4b8e48 + 244668b commit 8843aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licensing/ajax_htmldata.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
echo "<td $classAdd>";
if (!$user->isRestricted()) {
if ($document->documentURL != ""){
echo "<a href='documents/" . $document->documentURL . "' target='_blank'><img id='View' class='AdminViewIcon' src='images/view.gif' title= '"._("View")."' /></a><br />";
echo "<a href='documents/" . $document->documentURL . "' target='_blank'>"._("view document")."</a><br />";
}else{
echo _("(none uploaded)")."<br />";
}
Expand Down

0 comments on commit 8843aca

Please sign in to comment.