PluginProbe
404 Solution / 4.3.0
404 Solution v4.3.0
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 / viewLogsForSearchBox.html

viewLogsForSearchBox.html in 404 Solution 4.3.0, at includes/html/viewLogsForSearchBox.html

27 lines 1.3 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 <input id="logs_ajax_search_field" placeholder="{TOOLTIP_POPUP_EXPLANATION_EMPTY}"
6 style="width: 50%;" type="text" name="redirect_to_user_field"
7 value="{redirectPageTitle}"
8 data-url="{data-url}"
9 data-lpignore="true"
10 data-tooltip-explanation-empty="{TOOLTIP_POPUP_EXPLANATION_EMPTY}"
11 data-tooltip-explanation-page="{TOOLTIP_POPUP_EXPLANATION_PAGE}"
12 data-tooltip-explanation-custom-string="{TOOLTIP_POPUP_EXPLANATION_CUSTOM_STRING}"
13 data-tooltip-explanation-url="{TOOLTIP_POPUP_EXPLANATION_URL}"
14 class="highlight-text-on-focus"
15 autofocus
16 required >
17 <span class="lefty-tooltip">?
18 <span class="lefty-tooltiptext">{TOOLTIP_POPUP_EXPLANATION_EMPTY}</span>
19 </span>
20 <BR/>
21 <input id="redirect_to_data_field_id" style="width: 50%;" name="redirect_to_data_field_id"
22 type="hidden" value="{pageIDAndType}">
23 <input id="redirect_to_data_field_title" style="width: 50%;" name="redirect_to_data_field_title"
24 type="hidden" value="{redirectPageTitle}">
25
26 <!-- - - - - - - - - - - - - - - - - - - - addManualRedirectPageSearchDropdown.html END -->
27