mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Infocenter: fixed caching problems in table sorter for locked/unlocked students
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
echo $lockedby;
|
||||
if ($origin_page == 'index'): ?>
|
||||
|
||||
<a href="unlockPerson/<?php echo $stammdaten->person_id; ?>?fhc_controller_id=<?php echo $fhc_controller_id; ?>">
|
||||
<a href="unlockPerson/<?php echo $stammdaten->person_id; ?>">
|
||||
<i class="fa fa-sign-out"></i> <?php echo ucfirst($this->p->t('ui', 'freigeben')) ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user