Skip to content
Snippets Groups Projects
Verified Commit 2cbec140 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #9906 add route originalContent (in detail)

parent 14435878
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,10 @@ if ($stmt->rowCount() == 0) {
?>
<a href="../../rest/res/<?php functions::xecho($s_id); ?>/content" target="_blank">
<?php echo _VIEW_DOC;?>
<i class="tooltip visaPjUp tooltipstered fa fa-download fa-2x" style="height: 16px; width: 16px;font-size: 19px;padding-bottom: 11px;padding-left: 9px;margin-right:6px;padding-top:7px;margin-top: -9px;" title="<?php echo _VIEW_DOC; ?>"></i>
<i class="tooltip visaPjUp tooltipstered fa fa-eye fa-2x" style="height: auto; width: auto;font-size: 14px;margin-right:6px;margin-top: -9px;" title="<?php echo _VIEW_DOC; ?>"></i>
</a>
<a href="../../rest/resources/<?php functions::xecho($s_id); ?>/originalContent" target="_blank">
<i class="tooltip visaPjUp tooltipstered fa fa-download fa-2x" style="height: auto; width: auto;font-size: 14px;margin-right:6px;margin-top: -9px;" title="<?php echo _DOWNLOAD_MAIN_DOCUMENT; ?>"></i>
</a>
<?php
} ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment