Closes #200 Actually link the button to the download file
This commit is contained in:
parent
47b15f39e2
commit
a914642622
@ -1437,7 +1437,7 @@ function hesk_listAttachments($attachments='', $reply=0, $white=1)
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">'.$hesklang['close_modal'].'</button>
|
||||
<button type="button" class="btn btn-success">'.$hesklang['dnl'].'</button>
|
||||
<a href="../download_attachment.php?att_id='.$att_id.'&track='.$trackingID.'" class="btn btn-success">'.$hesklang['dnl'].'</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user