blueprint-download-page.tpl.php in Open Atrium Export 7.2
Template for the download page shown before the download file pop-up.
1 theme call to blueprint-download-page.tpl.php
- oa_export_batch_file_download_finished_redirect in batch/
oa_export.batch.export.inc - Helper function that handles the file download.
File
theme/blueprint-download-page.tpl.phpView source
<?php
/**
* @file
* Template for the download page shown before the download file pop-up.
*/
?>
<p>Your Blueprint is ready for download. The download should begin automatically. if not, please <a href="<?php
print $download_path;
?>">click here to download the file</a></p>
<p><a href="<?php
print $download_redirect;
?>" class="btn btn-primary">Return to blueprints</a></p>