Skip to content
Snippets Groups Projects
Commit 336ff8a2 authored by Manuel Schwarz's avatar Manuel Schwarz 🎧
Browse files

name change: Service and Support

parent 13156046
No related branches found
No related tags found
1 merge request!1Anpassungen für das SoSe2022
...@@ -17,9 +17,9 @@ class ToolAssistant extends StudIPPlugin implements StandardPlugin ...@@ -17,9 +17,9 @@ class ToolAssistant extends StudIPPlugin implements StandardPlugin
$preferredLang = mb_substr($GLOBALS['user']->preferred_language, 0, 2); $preferredLang = mb_substr($GLOBALS['user']->preferred_language, 0, 2);
if ($preferredLang=='en') { if ($preferredLang=='en') {
$name='Teach Support'; $name='Service and Support';
} else { } else {
$name='Lehr-Support'; $name='Service und Support';
} }
if ($this->isActivated() && Navigation::hasItem('/course/admin')) { if ($this->isActivated() && Navigation::hasItem('/course/admin')) {
......
...@@ -35,7 +35,7 @@ class AssistantController extends ToolAssistantBaseController ...@@ -35,7 +35,7 @@ class AssistantController extends ToolAssistantBaseController
$widget = new SidebarWidget(); $widget = new SidebarWidget();
$widget->setTitle($name); $widget->setTitle($name);
if ($preferredLang=='en') { if ($preferredLang=='en') {
$widget->addElement(new WidgetElement('Osnabrück University offers many opportunities to design teaching online via virtUOS and the computing center (Rechenzentrum). $widget->addElement(new WidgetElement('Osnabrück University offers many opportunities to support teaching online via virtUOS and the computing center (Rechenzentrum).
Reliable operation and personal support are guaranteed for the tools presented here and they allow for a use that is unobjectionable in terms of data protection law.<br><br> Reliable operation and personal support are guaranteed for the tools presented here and they allow for a use that is unobjectionable in terms of data protection law.<br><br>
On this page, you will find initial information and you can start further steps directly from here.')); On this page, you will find initial information and you can start further steps directly from here.'));
$widget->addElement(new WidgetElement(Studip\LinkButton::create(_('Download cheat sheet'), $this->plugin->getPluginURL().'/assets/cheatsheet-teach-online.pdf'))); $widget->addElement(new WidgetElement(Studip\LinkButton::create(_('Download cheat sheet'), $this->plugin->getPluginURL().'/assets/cheatsheet-teach-online.pdf')));
......
pluginname=Lehr-Support pluginname=Service und Support
pluginclassname=ToolAssistant pluginclassname=ToolAssistant
origin=virtUOS origin=virtUOS
version=1.2.1 version=1.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment