mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Gesamtzeilenanzahl wird im FAS immer angezeigt X/Y
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user