fixed colspan in cronlist, added min-width in combobox table td, added new trigger in combobox for onclick autocomplete to submit
| | |
| | | table.list td {min-width:32px} |
| | | |
| | | /* |
| | | * jQuery UI CSS Framework 1.8.16 |
| | | * |
| | |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | | |
| | | jQuery(".ui-autocomplete a").live("click", function(event) { |
| | | if ($(".panel #Filter").length > 0) { |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | | |
| | | //Use jQuery submit with kespress Enter in panel filterbar |
| | | jQuery(document).bind("keypress", function(event) { |