Skip to content

Commit

Permalink
Fixed bug #826: sending individual token invitation
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2761 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Apr 19, 2007
1 parent 1fd0958 commit 62bd1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -657,7 +657,7 @@
{
$tokenoutput .= "\t\t<td align='center' valign='top'>\n"
."\t\t\t<input style='height: 16; width: 16px; font-size: 8; font-family: verdana' type='submit' value='I' title='"
.$clang->gT("Send invitation email to this entry")."' onclick=\"window.open('{$_SERVER['PHP_SELF']}?sid=$surveyid&amp;subaction=email&amp;tid=".$brow['tid']."', '_top')\" />"
.$clang->gT("Send invitation email to this entry")."' onclick=\"window.open('{$_SERVER['PHP_SELF']}?action=tokens&amp;sid=$surveyid&amp;subaction=email&amp;tid=".$brow['tid']."', '_top')\" />"
."\t\t</td>\n";
}

Expand Down

0 comments on commit 62bd1e7

Please sign in to comment.