| 1 |
<form method="POST" name="tools-import" action="{toolsImportFormActionLink}"> |
| 2 |
<input type="hidden" name="action" value="importRedirects"> |
| 3 |
<p> |
| 4 |
<BR/><strong>{404 Redirected}</strong> |
| 5 |
</p> |
| 6 |
{This cannot be undone. All redirects for URLs that do not already exist will be imported.} |
| 7 |
<BR/> |
| 8 |
<BR/> |
| 9 |
<input type="checkbox" id="sanity_404redirected" name="sanity_404redirected" value="1"> |
| 10 |
<label for="sanity_404redirected">{I understand the above statement.}</label> |
| 11 |
<BR/> |
| 12 |
<BR/> |
| 13 |
<input type="submit" value="{Import 404 Redirected Data}" class="button-secondary"> |
| 14 |
<p></p> |
| 15 |
</form><!-- end tools-import --> |
| 16 |
|