| 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 |
<div class="abj404-form-group"> |
| 5 |
<label class="abj404-form-label" for="redirect_start_date">{active_from_label}</label> |
| 6 |
<input type="date" name="redirect_start_date" id="redirect_start_date" class="abj404-form-input" value="{start_date_value}"> |
| 7 |
<p class="abj404-form-help">{active_from_help}</p> |
| 8 |
</div> |
| 9 |
<div class="abj404-form-group"> |
| 10 |
<label class="abj404-form-label" for="redirect_end_date">{active_until_label}</label> |
| 11 |
<input type="date" name="redirect_end_date" id="redirect_end_date" class="abj404-form-input" value="{end_date_value}"> |
| 12 |
<p class="abj404-form-help">{active_until_help}</p> |
| 13 |
</div> |
| 14 |
{conditions_section}</div> |
| 15 |
</details> |
| 16 |
|