Skip to content

Commit

Permalink
Merge pull request coral-erm#661 from TAMULib/document-icon
Browse files Browse the repository at this point in the history
Revert paperclip icon to view document in licensing/document view
  • Loading branch information
doug-hahn authored Aug 20, 2020
2 parents cc5f05c + d90f359 commit 244668b
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 244668b

Please sign in to comment.