diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2022-08-20 19:09:44 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-08-20 19:09:44 +0000 |
| commit | 8b7a902269a1a20a6a5ddec387913753d01999ea (patch) | |
| tree | 3ccba1ecb515177a67826e44daee85fad71ad7ff /app/controllers/my_institutes.php | |
| parent | 16c6c03dc7e6af883f758747969077df3dd927da (diff) | |
Resolve "Icons mit Zusätze ersetzen durch Icons ohne Zusätze"
Closes #1463
Merge request studip/studip!913
Diffstat (limited to 'app/controllers/my_institutes.php')
| -rw-r--r-- | app/controllers/my_institutes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/my_institutes.php b/app/controllers/my_institutes.php index 0bdff85..514fd66 100644 --- a/app/controllers/my_institutes.php +++ b/app/controllers/my_institutes.php @@ -118,14 +118,14 @@ class MyInstitutesController extends AuthenticatedController $links->addLink( _('Einrichtungsdaten bearbeiten'), URLHelper::getURL('dispatch.php/settings/statusgruppen'), - Icon::create('institute+edit') + Icon::create('edit') ); } if ($GLOBALS['perm']->have_perm('autor')) { $links->addLink( _('Einrichtungen suchen'), URLHelper::getURL('dispatch.php/search/globalsearch#GlobalSearchInstitutes'), - Icon::create('institute+add') + Icon::create('search') ); $links->addLink( _('Studiendaten bearbeiten'), |
