Skip to content
Snippets Groups Projects
Commit fa0e9a4e authored by Moritz Strohm's avatar Moritz Strohm
Browse files

messages/write: removed triple text for adding recipients link

parent 37844a9b
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,6 @@
$mps = MultiPersonSearch::get('add_adressees')
->setLinkText(_('Mehrere Adressaten hinzufügen'))
//->setDefaultSelectedUser($defaultSelectedUser)
->setTitle(_('Mehrere Adressaten hinzufügen'))
->setExecuteURL($controller->url_for('messages/write'))
->setJSFunctionOnSubmit('STUDIP.Messages.add_adressees')
->setSearchObject($this->mp_search_object);
......
......@@ -530,7 +530,7 @@ class MultiPersonSearch {
private function setDefaultValues() {
$this->title = _('Personen hinzufügen');
$this->description = _('Bitte wählen Sie aus, wen Sie hinzufügen möchten.');
$this->linkIconPath = Icon::create("add", "clickable", ['title' => _('Personen hinzufügen')]);
$this->linkIconPath = Icon::create("add", "clickable");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment