diff --git a/plinth/menu.py b/plinth/menu.py index b2576d26a..2dbd79964 100644 --- a/plinth/menu.py +++ b/plinth/menu.py @@ -27,8 +27,8 @@ class Menu(object): """label is the text that is displayed on the menu. icon is the icon to be displayed next to the label. - Choose from the Glyphicon set: - http://twitter.github.com/bootstrap/base-css.html#icons + Choose from the Fork Awesome set: + https://forkawesome.github.io/Fork-Awesome/icons/ url is the url location that will be activated when the menu item is selected. diff --git a/plinth/modules/backups/templates/backups_repository.inc b/plinth/modules/backups/templates/backups_repository.inc index 91942e0cc..e73b8e713 100644 --- a/plinth/modules/backups/templates/backups_repository.inc +++ b/plinth/modules/backups/templates/backups_repository.inc @@ -65,7 +65,7 @@ - {% endif %} @@ -91,7 +91,7 @@ - diff --git a/plinth/modules/diagnostics/templates/diagnostics.html b/plinth/modules/diagnostics/templates/diagnostics.html index 767129e82..2fe323ab4 100644 --- a/plinth/modules/diagnostics/templates/diagnostics.html +++ b/plinth/modules/diagnostics/templates/diagnostics.html @@ -69,7 +69,7 @@ {% if module_results %} {% include "diagnostics_results.html" with results=module_results %} {% else %} -
+
{% endif %} {% endfor %} {% endif %} diff --git a/plinth/modules/diaspora/__init__.py b/plinth/modules/diaspora/__init__.py index 4dde6f73e..4bcc49327 100644 --- a/plinth/modules/diaspora/__init__.py +++ b/plinth/modules/diaspora/__init__.py @@ -76,8 +76,7 @@ clients = clients def init(): """Initialize the Diaspora module.""" menu = main_menu.get('apps') - menu.add_urlname(name, 'fa-thumbs-o-up', 'diaspora:index', - short_description) + menu.add_urlname(name, 'fa-diaspora', 'diaspora:index', short_description) global service setup_helper = globals()['setup_helper'] diff --git a/plinth/modules/ikiwiki/templates/ikiwiki_manage.html b/plinth/modules/ikiwiki/templates/ikiwiki_manage.html index 8053cd922..e1956e5b5 100644 --- a/plinth/modules/ikiwiki/templates/ikiwiki_manage.html +++ b/plinth/modules/ikiwiki/templates/ikiwiki_manage.html @@ -53,7 +53,7 @@ class="btn btn-default btn-sm pull-right" role="button" title="{% blocktrans %}Delete site {{ site }}{% endblocktrans %}"> - diff --git a/plinth/modules/sharing/templates/sharing.html b/plinth/modules/sharing/templates/sharing.html index 8133e5b7c..5ca2b7395 100644 --- a/plinth/modules/sharing/templates/sharing.html +++ b/plinth/modules/sharing/templates/sharing.html @@ -81,7 +81,7 @@ diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index 38c9ae155..a819332bb 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -40,7 +40,7 @@