Skip to content

Commit

Permalink
Added feedback to the give page
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@395 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
pgogy committed Jul 19, 2012
1 parent 6d8dc61 commit 21cfa99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -13,6 +13,8 @@
// XML SHARING TAB

define("GIFT_RESPONSE_FAIL", "Sorry you no longer have rights to this template");

define("GIFT_RESPONSE_SUCCESS", "Project successfully gifted");

define("GIFT_RESPONSE_INSTRUCTIONS","To give this project to someone, please type their name here");

Expand Down
2 changes: 1 addition & 1 deletion website_code/php/properties/gift_this_template.php
Expand Up @@ -177,7 +177,7 @@ function copy_loop($start_path, $final_path){

copy_loop($current_directory, $new_directory);

echo "<div class=\"share_top\"><p class=\"header\"><span>" . GIFT_RESPONSE_INSTRUCTIONS . " " . $row_new_login['firstname'] . " " . $row_new_login['surname'] . ".<br><br></span></p><form id=\"share_form\"><input name=\"searcharea\" onkeyup=\"javascript:name_select_gift_template()\" type=\"text\" size=\"20\" /></form><div id=\"area2\"><p>" . GIFT_RESPONSE_NAMES . "</p></div><p id=\"area3\"></div>";
echo "<div class=\"share_top\"><p class=\"header\"><span>" . GIFT_RESPONSE_INSTRUCTIONS . " " . $row_new_login['firstname'] . " " . $row_new_login['surname'] . ".<br><br></span></p><p>" . GIFT_RESPONSE_SUCCESS . "</p><form id=\"share_form\"><input name=\"searcharea\" onkeyup=\"javascript:name_select_gift_template()\" type=\"text\" size=\"20\" /></form><div id=\"area2\"><p>" . GIFT_RESPONSE_NAMES . "</p></div><p id=\"area3\"></div>";

}

Expand Down

0 comments on commit 21cfa99

Please sign in to comment.