| 1 |
<p> |
| 2 |
<label for="auto_redirects">{Create automatic redirects}:</label> |
| 3 |
<input type="checkbox" name="auto_redirects" id="auto_redirects" value="1"{selectedAutoRedirects}><BR/> |
| 4 |
{spaces}{Automatically creates redirects based on best possible suggested page.} |
| 5 |
</p> |
| 6 |
|
| 7 |
<p> |
| 8 |
<label for="auto_slugs">{Create redirects on slug change}:</label> |
| 9 |
<input type="checkbox" name="auto_slugs" id="auto_slugs" value="1"{selectedAutoSlugs}> |
| 10 |
</p> |
| 11 |
|
| 12 |
<p> |
| 13 |
<label for="auto_trash_redirect">{Create redirect when a page is trashed or deleted}:</label> |
| 14 |
<input type="checkbox" name="auto_trash_redirect" id="auto_trash_redirect" value="1"{selectedAutoTrashRedirect}><BR/> |
| 15 |
{spaces}{When a published page is moved to trash or permanently deleted, create a redirect from its old URL to the homepage.} |
| 16 |
</p> |
| 17 |
|
| 18 |
<p> |
| 19 |
<label for="auto_cats">{Create automatic redirects for categories}:</label> |
| 20 |
<input type="checkbox" name="auto_cats" id="auto_cats" value="1"{selectedAutoCats}> |
| 21 |
</p> |
| 22 |
|
| 23 |
<p> |
| 24 |
<label for="auto_tags">{Create automatic redirects for tags}:</label> |
| 25 |
<input type="checkbox" name="auto_tags" id="auto_tags" value="1"{selectedAutoTags}> |
| 26 |
</p> |
| 27 |
|
| 28 |
<p> |
| 29 |
<label for="auto_deletion">{Delete automatic redirects after}:</label> |
| 30 |
<input type="text" name="auto_deletion" id="auto_deletion" value="{auto_deletion}" style="width: 50px;"> {days without use (0 to disable)}<BR/> |
| 31 |
{spaces}{Removes automatically created redirects if they haven't been used for the specified amount of time. Does not affect manually created redirects.} |
| 32 |
</p> |
| 33 |
|
| 34 |
<p> |
| 35 |
<label for="auto_302_expiration_days">{Expire auto-redirects after}:</label> |
| 36 |
<input type="text" name="auto_302_expiration_days" id="auto_302_expiration_days" value="{auto_302_expiration_days}" style="width: 50px;"> {days (0 to disable)}<BR/> |
| 37 |
{spaces}{Auto-created redirects older than this many days will be automatically moved to trash.} |
| 38 |
</p> |
| 39 |
|