File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
interface/web/dns/templates Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,18 @@ <h2><tmpl_var name="list_head_txt"></h2>
115115 resultBoxPosition : 'e'
116116 } ) ;
117117</ script >
118+ < script language ="JavaScript " type ="text/javascript ">
119+ jQuery ( '#ipv6' ) . ispconfigSearch ( {
120+ dataSrc : '/dns/ajax_get_json.php?type=get_ipv6' ,
121+ resultsLimit : '$ <tmpl_var name="globalsearch_resultslimit_of_txt"> % <tmpl_var name="globalsearch_resultslimit_results_txt">' ,
122+ ResultsTextPrefix : '<tmpl_var name="globalsearch_suggestions_text_txt">' ,
123+ noResultsText : '<tmpl_var name="globalsearch_noresults_text_txt">' ,
124+ noResultsLimit : '<tmpl_var name="globalsearch_noresults_limit_txt">' ,
125+ minChars : 0 ,
126+ cssPrefix : 'df-' ,
127+ fillSearchField : true ,
128+ fillSearchFieldWith : 'fill_text' ,
129+ searchFieldWatermark : '' ,
130+ resultBoxPosition : 'e'
131+ } ) ;
132+ </ script >
You can’t perform that action at this time.
0 commit comments