| 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 |
|