Ignore:
Timestamp:
Sep 22, 2021, 10:34:30 PM (3 years ago)
Author:
chronos
Message:
  • Added: Made IS dashboard numbers as links with filters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r900 r914  
    198198    $DbResult = $this->Database->select('User', 'COUNT(*)', '1');
    199199    $DbRow = $DbResult->fetch_row();
    200     $Output = 'Uživatelů: '.$DbRow['0'].'<br/>';
     200    $Output = 'Uživatelů: <a href="'.$this->System->Link('/is/?a=list&amp;t=User&amp;filter=1').'">'.$DbRow['0'].'</a><br/>';
    201201    return $Output;
    202202  }
Note: See TracChangeset for help on using the changeset viewer.