ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
interface/web/dns/templates/dns_wizard.htm
@@ -11,7 +11,7 @@
    <fieldset class="inlineLabels"><legend>DNS Zone</legend>
      <div class="ctrlHolder">
         <label for="template_id">{tmpl_var name='template_id_txt'}</label>
        <select name="template_id" id="template_id" class="selectInput">
        <select name="template_id" id="template_id" class="selectInput" onChange="submitForm('pageForm','dns/dns_wizard.php')">
               {tmpl_var name='template_id_option'}
            </select>
      </div>
@@ -78,3 +78,18 @@
  </div>
  
</div>
<script language="JavaScript" type="text/javascript">
      jQuery('#ip').ispconfigSearch({
         dataSrc: '/dns/ajax_get_json.php?type=get_ipv4',
         resultsLimit: '$ <tmpl_var name="globalsearch_resultslimit_of_txt"> % <tmpl_var name="globalsearch_resultslimit_results_txt">',
         ResultsTextPrefix: '<tmpl_var name="globalsearch_suggestions_text_txt">',
         noResultsText: '<tmpl_var name="globalsearch_noresults_text_txt">',
         noResultsLimit: '<tmpl_var name="globalsearch_noresults_limit_txt">',
         minChars: 0,
         cssPrefix: 'df-',
         fillSearchField: true,
         fillSearchFieldWith: 'fill_text',
         searchFieldWatermark: '',
         resultBoxPosition: 'e'
      });
</script>