aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/consultation
diff options
context:
space:
mode:
authorRasmus Fuhse <fuhse@data-quest.de>2022-08-20 19:09:44 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-08-20 19:09:44 +0000
commit8b7a902269a1a20a6a5ddec387913753d01999ea (patch)
tree3ccba1ecb515177a67826e44daee85fad71ad7ff /app/controllers/consultation
parent16c6c03dc7e6af883f758747969077df3dd927da (diff)
Resolve "Icons mit Zusätze ersetzen durch Icons ohne Zusätze"
Closes #1463 Merge request studip/studip!913
Diffstat (limited to 'app/controllers/consultation')
-rw-r--r--app/controllers/consultation/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/consultation/admin.php b/app/controllers/consultation/admin.php
index eca774c..3708bc8 100644
--- a/app/controllers/consultation/admin.php
+++ b/app/controllers/consultation/admin.php
@@ -817,12 +817,12 @@ class Consultation_AdminController extends ConsultationController
$export->addLink(
_('Anmeldungen exportieren'),
$this->url_for('consultation/export/bookings', $action === 'expired'),
- Icon::create('file-excel+export')
+ Icon::create('export')
);
$export->addLink(
_('Alle Termine exportieren'),
$this->url_for('consultation/export/all', $action === 'expired'),
- Icon::create('file-excel+export')
+ Icon::create('export')
);
}