Skip to content

Commit

Permalink
stop new export opening a blank window; so it behaves the same as a s…
Browse files Browse the repository at this point in the history
…corm export

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@182 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 21, 2011
1 parent 568b238 commit dc3eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/properties/export_template.php
Expand Up @@ -30,7 +30,7 @@

echo "<p>There are two ways to export a project</p>";

echo "<p>A zip file export will package (but not delete) your project into one zip file. If you then open this file, the contents can be used to deploy your project on any webpage.</p><p>Click on zip export to get your file - <a target=\"new\" href='" . $xerte_toolkits_site->site_url . url_return("export" , $_POST['template_id']) . "'>Zip export</a></p>";
echo "<p>A zip file export will package (but not delete) your project into one zip file. If you then open this file, the contents can be used to deploy your project on any webpage.</p><p>Click on zip export to get your file - <a href='" . $xerte_toolkits_site->site_url . url_return("export" , $_POST['template_id']) . "'>Zip export</a></p>";

echo "<p>As above, but with references to web based files altered - <a target=\"new\" href='" . $xerte_toolkits_site->site_url . url_return("export_local" , $_POST['template_id']) . "'>Zip (local) export</a></p>";

Expand Down

0 comments on commit dc3eff9

Please sign in to comment.