diff --git a/pandora_console/general/firts_task/custom_fields.php b/pandora_console/general/firts_task/custom_fields.php new file mode 100644 index 0000000000..1b7c9c0eca --- /dev/null +++ b/pandora_console/general/firts_task/custom_fields.php @@ -0,0 +1,26 @@ + +true, 'message'=> __('There are no custom fields defined yet.') ) ); +?> + +
ICMP (pings), + SNMP (detecting the topology of networks and their interfaces), and other customized + type. You can define your own customized recon script.'); ?>
+ +ICMP (pings), - SNMP (detecting the topology of networks and their interfaces), and other customized - type. You can define your own customized recon script.'); ?>
-
"; - $filters .= __("Name") . "/" . __("Description"); - $filters .= " "; - $filters .= html_print_input_hidden ("search_tag", "1",true); - $filters .= html_print_input_text ('tag_name', $tag_name, '', 30, 255, true); - $filters .= " | "; - $filters .= ""; - $filters .= html_print_submit_button (__('Filter'), 'filter_button', false, 'class="sub search"',true); - $filters .= " | "; - $filters .= "
"; + echo '' . __("Name") . "/" . __("Description") . ''; + echo " | "; + echo "";
+ echo ' | ";
+ echo "
"; + $filters .= __("Name") . "/" . __("Description"); + $filters .= " "; + $filters .= html_print_input_hidden ("search_tag", "1",true); + $filters .= html_print_input_text ('tag_name', $tag_name, '', 30, 255, true); + $filters .= " | "; + $filters .= ""; + $filters .= html_print_submit_button (__('Filter'), 'filter_button', false, 'class="sub search"',true); + $filters .= " | "; + $filters .= "
"; |