" .
"\n\t| {$row["quantity"]} | " .
"\n\t{$row["description"]} | " .
"\n\t{$row["color"]} | " .
"\n\t{$row["shop"]} | " .
"\n\t{$row["price"]} | ";
// Are we showing the list of gifts reserved by the
// user?
if ($show_user_selection == SHOW_UNRESERVED_GIFTS)
// No. So set up an embedded link that the user can click
// to add the gift to their shopping list by running
// action.php with action=add
echo "\n\t".
"Add to Shopping List | ";
else
// Yes. So set up an embedded link that the user can click
// to remove the gift to their shopping list by running
// action.php with action=remove
echo "\n\t".
"Remove from Shopping list | ";
}
echo "\n