diff --git a/app/Capability.php b/app/Capability.php index 61161f0a0..3423930a0 100644 --- a/app/Capability.php +++ b/app/Capability.php @@ -86,14 +86,14 @@ class Capability extends Model public function getDeviceIcon() { - if (in_array($this->type, ['handheld', 'phone'])) return 'zmdi-smartphone'; - if ($this->type == 'bot') return 'zmdi-memory'; + if (in_array($this->type, ['handheld', 'phone'])) return 'smartphone'; + if ($this->type == 'bot') return 'memory'; if ($this->type == 'web') { if ($this->type == 'web') { - return 'zmdi-cloud-outline'; + return 'cloud_queue'; } - return 'zmdi-globe-alt'; + return 'language'; } } diff --git a/app/views/conf.tpl b/app/views/conf.tpl index 9b8f07afe..1aae5bbfd 100644 --- a/app/views/conf.tpl +++ b/app/views/conf.tpl @@ -18,7 +18,7 @@ -
+ diff --git a/app/views/page.tpl b/app/views/page.tpl index 594a407ec..89620ab88 100644 --- a/app/views/page.tpl +++ b/app/views/page.tpl @@ -5,7 +5,7 @@Movim {$version} - {$c->__('page.about')}
{$c->__('about.info')} GNU Affero General Public License v3.
{$c->__('about.thanks')}
{$c->__('about.developers')}
Jaussoin Timothée aka edhelas
@@ -17,7 +17,7 @@
{$c->__('about.translators')}
{$c->__('about.translators_text')} www.transifex.com/projects/p/movim/ @@ -27,34 +27,24 @@
{$c->__('about.software')}
{$c->__('about.software')}
- Moxl - Movim XMPP Library - GitHub Moxl under AGPLv3
-
Favico.js - Miroslav Magda lab.ejci.net/favico.js under GPL and MIT
Markdown - Michel Fortin michelf.ca ©Michel Fortin
Template Engine - RainTPL - Federico Ulfo www.raintpl.com under MIT
Embed - Oscar Otero GitHub Embed under MIT
- Emoji - Tom Graham GitHub HeyUpdate Emoji under MIT
Database engine - Eloquent - Illuminate/Database under MIT
WebSocket and Daemon engine - ReactPHP - socketo.me ©Chris Boden
{$c->__('about.resources')}
Material Design Iconic Font by Google and Sergey Kupletsky under SIL OFL 1.1
Twemoji by Twitter under MIT and CC-BY
{$c->__('about.api')}
-
- OpenStreetMap - Nominatim nominatim.openstreetmap.org
-
{$value->name}
{$value->node}
@@ -24,7 +24,7 @@