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 / editRedirectAdvancedOptions.html

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

11 lines 804 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 <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