# 404-solution/trunk/includes/html/viewRedirectsTableAdvancedOptions.html

404 Solution, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/viewRedirectsTableAdvancedOptions.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/viewRedirectsTableAdvancedOptions.html
- Modified: 2026-06-23T05:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/viewRedirectsTableAdvancedOptions.html#L10-L20`.

```html
<details class="abj404-advanced-options"{open_attr}>
<summary class="abj404-advanced-options__summary">{advanced_options_label}</summary>
<div class="abj404-advanced-options__body">
<div class="abj404-form-group">
<label class="abj404-form-label" for="redirect_start_date">{active_from_label}</label>
<input type="date" name="redirect_start_date" id="redirect_start_date" class="abj404-form-input" value="{start_date_value}">
<p class="abj404-form-help">{active_from_help}</p>
</div>
<div class="abj404-form-group">
<label class="abj404-form-label" for="redirect_end_date">{active_until_label}</label>
<input type="date" name="redirect_end_date" id="redirect_end_date" class="abj404-form-input" value="{end_date_value}">
<p class="abj404-form-help">{active_until_help}</p>
</div>
{conditions_section}</div>
</details>

```
