diff --git a/include/js/jquery.js b/include/js/jquery.js index 8f7fcee2f..5e4fad234 100644 --- a/include/js/jquery.js +++ b/include/js/jquery.js @@ -474,6 +474,7 @@ if(options.matchSubset){for(var i=q.length-1;i>=options.minChars;i--){var c=data this.benchmark = benchmark; function log(s) { + alert(s); if (typeof console != "undefined" && typeof console.debug != "undefined") { console.log(s); } else { @@ -1084,7 +1085,7 @@ if(options.matchSubset){for(var i=q.length-1;i>=options.minChars;i--){var c=data ts.addParser({ id: "dedate", is: function(s) { - return /^\d{1,2}.\d{1,2}.\d{2,4}$/.test(s); + return /^\d{1,2}[.]\d{1,2}[.]\d{2,4}$/.test(s); }, format: function(s) { s = s.replace(/(\d{1,2}).(\d{1,2}).(\d{2,4})/, "$2/$1/$3"); @@ -1096,7 +1097,7 @@ if(options.matchSubset){for(var i=q.length-1;i>=options.minChars;i--){var c=data ts.addParser({ id: "digitmittausenderpunkt", is: function(s) { - return /^[0-9]*[.][0-9]*[,]*[0-9]*$/.test(s); + return /^[0-9]*[.]*[0-9]*[,]*[0-9]*$/.test(s); }, format: function(s) { return $.tablesorter.formatFloat(s.replace('.',"")); diff --git a/skin/wawi.css b/skin/wawi.css index 67a95ff1c..3877c42b0 100644 --- a/skin/wawi.css +++ b/skin/wawi.css @@ -37,7 +37,7 @@ A:visited color: blue; } -A:focu +A:focus { cursor:hand; } @@ -121,7 +121,7 @@ table.dark td option.rechnung_nichtfreigegeben { - background-color: lightred; + background-color: lightpink; } option.rechnung_freigegebenvorhanden diff --git a/wawi/bestellung.php b/wawi/bestellung.php index 1fa6b2def..5bd75d976 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -704,7 +704,7 @@ if($aktion == 'suche') echo '