Stud.IP  5.4
members.php File Reference

Variables

if(count( $moderators) > 0)("course/studygroup/_members_{$view}.php", ['title'=> $sem_class[ 'title_dozent_plural'] ?:_( 'Gruppenadministrator/-innen'), 'sem_id'=> $sem_id, 'members'=> $moderators, 'moderator_list'=> true, 'type'=> 'moderator',]) ?><? endif ?><? if(count( $tutors) > 0)("course/studygroup/_members_{$view}.php", ['title'=> $sem_class[ 'title_tutor_plural'] ?:_( 'Moderator/-innen'), 'sem_id'=> $sem_id, 'members'=> $tutors, 'type'=> 'tutor',]) ?><? endif ?><? if(count( $autors) > 0)("course/studygroup/_members_{$view}.php", ['title'=> $sem_class[ 'title_autor_plural'] ?:_( 'Mitglieder'), 'sem_id'=> $sem_id, 'members'=> $autors, 'type'=> 'autor',]) ?><? endif ?><? if( $rechte)(count( $accepted) > 0)( 'bulk') ?>" methodforeach ($accepted as $p) ($p['username']) ?>"></td >< td >< a href endforeach endif
 
if(count( $invitedMembers) > 0)( 'bulk') ?>" methodforeach ($invitedMembers as $p) ($p['username']) ?>"></td >< td >< a href endforeach = Icon::create('trash')->asImg(['title' => _('Einladung löschen')])
 

Variable Documentation

◆ endforeach

if (count($invitedMembers) > 0) ('bulk') ?>" methodforeach ($invitedMembers as $p) ($p['username']) ?>"> </td> <td> <a href endforeach = Icon::create('trash')->asImg(['title' => _('Einladung löschen')])

◆ endif

endif
Initial value:
= Studip\Button::create(_('Mitgliedschaften ablehnen'), 'deny', [
'data-confirm' => _('Wollen Sie die Mitgliedschaften wirklich ablehnen?'),
])
title _
Definition: likert_evaluation.php:102
static create($label=NULL, $trait=NULL, $attributes=[])
Definition: Interactable.class.php:111