Skip to content

Commit

Permalink
Fixed "_CANCEL" changed to "_AD_CANCEL"
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@571 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 23, 2003
1 parent 5905cd4 commit 801707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/deletesurvey.php
Expand Up @@ -91,7 +91,7 @@
echo "\t</tr>\n";
echo "\t<tr>\n";
echo "\t\t<td align='center'><br />\n";
echo "\t\t\t<input type='submit' $btstyle style='width:100' value='"._CANCEL."' onClick=\"window.open('admin.php?sid=$sid', '_top')\" /><br />\n";
echo "\t\t\t<input type='submit' $btstyle style='width:100' value='"._AD_CANCEL."' onClick=\"window.open('admin.php?sid=$sid', '_top')\" /><br />\n";
echo "\t\t\t<input type='submit' $btstyle style='width:100' value='"._DELETE."' onClick=\"window.open('{$_SERVER['PHP_SELF']}?sid=$sid&ok=Y','_top')\" />\n";
echo "\t\t</td>\n";
echo "\t</tr>\n";
Expand Down

0 comments on commit 801707b

Please sign in to comment.