From 5a66fdddc22d1dbe72e419c03a3f83e96305d717 Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 20 Feb 2014 10:37:15 +0100 Subject: [PATCH] installer: update to font-awesome 3.0 or 4.0 it was --- templates/installer/check-requirements.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/installer/check-requirements.html b/templates/installer/check-requirements.html index b6003f3a..3ae46dd5 100644 --- a/templates/installer/check-requirements.html +++ b/templates/installer/check-requirements.html @@ -14,14 +14,14 @@ {{ test.name }} {% if test.result %} - + {% else %} {% if test.required %} {% set errors = errors + 1 %} - + {% else %} {% set warnings = warnings + 1 %} - + {% endif %} {% endif %} @@ -34,18 +34,18 @@ {% for test in tests if not test.result%}
  • {% if test.required %} - Error: + Error: {% else %} - Warning: + Warning: {% endif %} {{ test.message }}
  • {% endfor %} {% if errors %} -

    Clik here to ignore errors and attempt installing anyway (not recommended).

    +

    Click here to ignore errors and attempt installing anyway (not recommended).

    {% else %} -

    Clik here to proceed with installation.

    +

    Click here to proceed with installation.

    {% endif %} {% else %}

    There were no errors or warnings. Good!