changing details icon link

B

brian percy

Guest
Hi All, a Q for you!
From the show all results page I would like to change the details icon link so when a user clicks it they a taken to a new page displaying the results for that record in a different gpx layout. The line I need to change is 1574 in business_logic.php.
I would like the link to goto record_show.php?keyword= db_id(record number / unique id number).
at present it looks like this

if ($enable_details == "1"){ // display the details icon
$results_table .= "<td><form method=post action=\"record_show.php?keyword=".urlencode($table_name)."\" target=\"_".$edit_target_window."\"><input type=\"hidden\" name=\"function\" value=\"details\"><input type=\"hidden\" name=\"where_field\" value=\"$where_field\"><input type=\"hidden\" name=\"where_value\" value=\"$where_value\"><input type=\"image\" src=\"".$details_icon."\" alt=\"".$submit_buttons_ar["details"]."\" border=\"0\"></form></td>";

many thanks
BP

 
Top