Skip to content

Commit

Permalink
Modified 'browse' button to bring up browse screen in new window (and…
Browse files Browse the repository at this point in the history
… there not lose statistics settings)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@51 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 17, 2003
1 parent 3a31f09 commit 63cec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/statistics.php
Expand Up @@ -367,7 +367,7 @@
if ($results > 0)
{
echo "\t<tr>";
echo "\t\t<form action='browse.php' method='post'><td align='right' width='50%'>\n";
echo "\t\t<form action='browse.php' method='post' target='_blank'><td align='right' width='50%'>\n";
echo "\t\t<input type='submit' value='Browse' $btstyle>\n";
echo "\t\t\t<input type='hidden' name='sid' value='$sid'>\n";
echo "\t\t\t<input type='hidden' name='sql' value=\"$sql\">\n";
Expand Down

0 comments on commit 63cec21

Please sign in to comment.