PluginProbe
404 Solution / 4.1.19
404 Solution v4.1.19
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 / addManualRedirectPageSearchDropdown.html

addManualRedirectPageSearchDropdown.html in 404 Solution 4.1.19, at includes/html/addManualRedirectPageSearchDropdown.html

29 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 <!-- - - - - - - - - - - - - - - - - - - - addManualRedirectPageSearchDropdown.html BEGIN -->
3
4 <label class="add_a_redirect_label" for="redirect_to_user_field">{redirect_to_label}</label>
5 <div class="abj404-redirect-to-field">
6 <div class="abj404-input-row">
7 <input id="redirect_to_user_field" placeholder="{TOOLTIP_POPUP_EXPLANATION_EMPTY}"
8 type="text" name="redirect_to_user_field"
9 value="{redirectPageTitle}"
10 data-url="{data-url}"
11 data-lpignore="true"
12 data-tooltip-explanation-empty="{TOOLTIP_POPUP_EXPLANATION_EMPTY}"
13 data-tooltip-explanation-page="{TOOLTIP_POPUP_EXPLANATION_PAGE}"
14 data-tooltip-explanation-custom-string="{TOOLTIP_POPUP_EXPLANATION_CUSTOM_STRING}"
15 data-tooltip-explanation-url="{TOOLTIP_POPUP_EXPLANATION_URL}"
16 class="highlight-text-on-focus"
17 required
18 ><span class="lefty-tooltip">?<span class="lefty-tooltiptext">{TOOLTIP_POPUP_EXPLANATION_EMPTY}</span></span>
19 </div>
20 <span id="redirect_to_user_field_explanation">{TOOLTIP_POPUP_EXPLANATION_EMPTY}</span>
21 <span id="redirect_to_user_field_warning">{REDIRECT_TO_USER_FIELD_WARNING}</span>
22 </div>
23 <input id="redirect_to_data_field_id" style="width: 50%;" name="redirect_to_data_field_id"
24 type="hidden" value="{pageIDAndType}">
25 <input id="redirect_to_data_field_title" style="width: 50%;" name="redirect_to_data_field_title"
26 type="hidden" value="{redirectPageTitle}">
27
28 <!-- - - - - - - - - - - - - - - - - - - - addManualRedirectPageSearchDropdown.html END -->
29