Skip to content

Commit

Permalink
changing link at bottom of publish window to proper link e.g. can be …
Browse files Browse the repository at this point in the history
…clicked to view LO in a new window

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@402 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Jul 23, 2012
1 parent 7dad153 commit eb2bd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/properties/publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

echo "<p><img src=\"website_code/images/Bttn_PublishOff.gif\" onmouseover=\"this.src='website_code/images/Bttn_PublishOn.gif'\" onmouseout=\"this.src='website_code/images/Bttn_PublishOff.gif'\" onmousedown=\"this.src='website_code/images/Bttn_PublishClick.gif'\" onclick=\"publish_project(window.name);\" /></p>";

echo "<p>" . PUBLISH_WEB_ADDRESS . " " . $xerte_toolkits_site->site_url . url_return("play",mysql_real_escape_string($_POST['template_id'])) . "</p>";
echo "<p>" . PUBLISH_WEB_ADDRESS . " <a href=" . $xerte_toolkits_site->site_url . url_return("play",mysql_real_escape_string($_POST['template_id'])) . " target=_blank>". $xerte_toolkits_site->site_url . url_return("play",mysql_real_escape_string($_POST['template_id'])) ."</a></p>";


}
Expand Down

0 comments on commit eb2bd77

Please sign in to comment.