You are here

blueprint-download-page.tpl.php in Open Atrium Export 7.2

Template for the download page shown before the download file pop-up.

File

theme/blueprint-download-page.tpl.php
View 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>