- '<form action = "admin.php" method = "post">' .
- '<input type = "hidden" name = "action" value = "download"/>' .
- '<input type = "hidden" name = "link" value = "' . $node . '"/>' .
- '<input type = "submit" value = "' . htmlspecialchars($l['file_name']) . '" />' .
- '</form>';
+ '<strong><a id="upload_link" href="/f.php?h='. htmlspecialchars($node) .'" title="' .
+ t('Download page') . '">' . htmlspecialchars($l['file_name']) . '</a></strong>';