| 1 |
<details class="abj404-advanced-options"{open_attr}> |
| 2 |
<summary class="abj404-advanced-options__summary">{advanced_options_label}</summary> |
| 3 |
<div class="abj404-advanced-options__body"> |
| 4 |
<table class="form-table" role="presentation"><tbody> |
| 5 |
<tr><th scope="row"><label for="redirect_start_date">{start_date_label}</label></th><td><input type="date" name="redirect_start_date" id="redirect_start_date" class="regular-text" value="{start_date_value}"><p class="description">{start_date_help}</p></td></tr> |
| 6 |
<tr><th scope="row"><label for="redirect_end_date">{end_date_label}</label></th><td><input type="date" name="redirect_end_date" id="redirect_end_date" class="regular-text" value="{end_date_value}"><p class="description">{end_date_help}</p></td></tr> |
| 7 |
</tbody></table> |
| 8 |
{conditions_section} |
| 9 |
</div> |
| 10 |
</details> |
| 11 |
|