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/Subject/Subject.php

    r901 r914  
    145145    $DbResult = $this->Database->select('Subject', 'COUNT(*)', '1');
    146146    $DbRow = $DbResult->fetch_row();
    147     $Output = 'Subjektů: '.$DbRow['0'].'<br/>';
     147    $Output = 'Subjektů: <a href="'.$this->System->Link('/is/?a=list&amp;t=Subject').'">'.$DbRow['0'].'</a><br/>';
    148148    return $Output;
    149149  }
Note: See TracChangeset for help on using the changeset viewer.