|
|
|
@ -94,14 +94,14 @@ function display_advanced_search_form () { |
|
|
|
|
$(document).ready(function() { |
|
|
|
|
|
|
|
|
|
var select_val = $("#input_select_extra_data").val(); |
|
|
|
|
|
|
|
|
|
if (select_val != 0) { |
|
|
|
|
document.getElementById(\'extra_data_text\').style.display="block"; |
|
|
|
|
document.getElementById(\'input_extra_text\').value = ""; |
|
|
|
|
} else { |
|
|
|
|
document.getElementById(\'extra_data_text\').style.display="none"; |
|
|
|
|
if ( document.getElementById(\'extra_data_text\')) { |
|
|
|
|
if (select_val != 0) { |
|
|
|
|
document.getElementById(\'extra_data_text\').style.display="block"; |
|
|
|
|
document.getElementById(\'input_extra_text\').value = ""; |
|
|
|
|
} else { |
|
|
|
|
document.getElementById(\'extra_data_text\').style.display="none"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
</script>'; |
|
|
|
@ -996,4 +996,4 @@ if ($_GET['action'] == "login_as" && isset ($login_as_user_id)) |
|
|
|
|
$table->set_form_actions(array ('delete' => get_lang('DeleteFromPlatform'))); |
|
|
|
|
$table->display(); |
|
|
|
|
//} |
|
|
|
|
Display :: display_footer(); |
|
|
|
|
Display :: display_footer(); |
|
|
|
|