diff --git a/lam/graphics/lamdaemon.png b/lam/graphics/lamdaemon.png deleted file mode 100644 index 50f7c0ed2..000000000 Binary files a/lam/graphics/lamdaemon.png and /dev/null differ diff --git a/lam/graphics/lamdaemonSmall.png b/lam/graphics/lamdaemonSmall.png deleted file mode 100644 index 896498a85..000000000 Binary files a/lam/graphics/lamdaemonSmall.png and /dev/null differ diff --git a/lam/graphics/language.png b/lam/graphics/language.png deleted file mode 100644 index 96b4201ac..000000000 Binary files a/lam/graphics/language.png and /dev/null differ diff --git a/lam/graphics/language.svg b/lam/graphics/language.svg new file mode 100644 index 000000000..9ed4c465e --- /dev/null +++ b/lam/graphics/language.svg @@ -0,0 +1,4 @@ + diff --git a/lam/graphics/languageSmall.png b/lam/graphics/languageSmall.png deleted file mode 100644 index 048d75326..000000000 Binary files a/lam/graphics/languageSmall.png and /dev/null differ diff --git a/lam/graphics/loadProfile.png b/lam/graphics/loadProfile.png deleted file mode 100644 index 36e35b7d0..000000000 Binary files a/lam/graphics/loadProfile.png and /dev/null differ diff --git a/lam/graphics/locality.png b/lam/graphics/locality.png deleted file mode 100644 index c80540b02..000000000 Binary files a/lam/graphics/locality.png and /dev/null differ diff --git a/lam/graphics/script.png b/lam/graphics/script.png deleted file mode 100644 index 50f7c0ed2..000000000 Binary files a/lam/graphics/script.png and /dev/null differ diff --git a/lam/graphics/script.svg b/lam/graphics/script.svg new file mode 100644 index 000000000..f2523943a --- /dev/null +++ b/lam/graphics/script.svg @@ -0,0 +1,5 @@ + diff --git a/lam/lib/tools/tests.inc b/lam/lib/tools/tests.inc index b567f3aa3..bceff7a6e 100644 --- a/lam/lib/tools/tests.inc +++ b/lam/lib/tools/tests.inc @@ -97,7 +97,7 @@ class toolTests extends LAMTool { $lamdaemonTest->name = _("Lamdaemon test"); $lamdaemonTest->link = 'tests/lamdaemonTest.php'; $lamdaemonTest->description = _("Check if quotas and homedirectories can be managed."); - $lamdaemonTest->image = 'lamdaemonSmall.png'; + $lamdaemonTest->image = 'script.svg'; $return[] = $lamdaemonTest; $schemaTest = new LAMSubTool(); $schemaTest->name = _("Schema test"); diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index d917a0641..686f4a6ea 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -259,7 +259,7 @@ $row->add($advancedOptions, 12); $row->addVerticalSpacer('2rem'); // language -$row->add(new htmlSubTitle(_("Language settings"), '../../graphics/language.png', null, true), 12); +$row->add(new htmlSubTitle(_("Language settings"), '../../graphics/language.svg', null, true), 12); // read available languages $possibleLanguages = getLanguages(); $defaultLanguage = array('en_GB.utf8'); @@ -295,7 +295,7 @@ $row->add(new htmlResponsiveSelect('timeZone', $timezones, array($conf->getTimeZ $row->addVerticalSpacer('2rem'); // lamdaemon settings -$row->add(new htmlSubTitle(_("Lamdaemon settings"), '../../graphics/lamdaemon.png', null, true), 12); +$row->add(new htmlSubTitle(_("Lamdaemon settings"), '../../graphics/script.svg', null, true), 12); $row->add(new htmlResponsiveInputField(_("Server list"), 'scriptservers', $conf->get_scriptServers(), '218'), 12); $row->add(new htmlResponsiveInputField(_("Path to external script"), 'scriptpath', $conf->get_scriptPath(), '210'), 12); diff --git a/lam/templates/tests/index.php b/lam/templates/tests/index.php index e3fa52999..de1bbb44b 100644 --- a/lam/templates/tests/index.php +++ b/lam/templates/tests/index.php @@ -56,7 +56,7 @@ echo "