diff --git a/content/student/studentoverlay.js.php b/content/student/studentoverlay.js.php index c4c2ee27c..4ba8463e6 100644 --- a/content/student/studentoverlay.js.php +++ b/content/student/studentoverlay.js.php @@ -1025,7 +1025,10 @@ function StudentCount() // **** function StudentAuswahl() { - document.getElementById('student-toolbar-label-anzahl').value = 'Anzahl: ' + StudentCount(); + var tree=document.getElementById('student-tree'); + var items = tree.view.rowCount; //Anzahl der Zeilen ermitteln + + document.getElementById('student-toolbar-label-anzahl').value = 'Anzahl: ' + StudentCount() + '/' + items; if(!StudentTreeLoadDataOnSelect) {