PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / viewRedirectsTableAdvancedOptions.html

viewRedirectsTableAdvancedOptions.html in 404 Solution trunk, at includes/html/viewRedirectsTableAdvancedOptions.html

16 lines 818 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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