diff --git a/chrono/manager/static/css/style.scss b/chrono/manager/static/css/style.scss index 0839a1b3..19a7ef62 100644 --- a/chrono/manager/static/css/style.scss +++ b/chrono/manager/static/css/style.scss @@ -274,3 +274,10 @@ ul#id_weekdays { width: 10em; } } + +ul.objects-list.single-links li a.link-action-icon.refresh { + margin-right: 3em; + &::before { + content: "\f021"; /* refresh */ + } +} diff --git a/chrono/manager/templates/chrono/manager_import_exceptions.html b/chrono/manager/templates/chrono/manager_import_exceptions.html index dda92e38..c774344b 100644 --- a/chrono/manager/templates/chrono/manager_import_exceptions.html +++ b/chrono/manager/templates/chrono/manager_import_exceptions.html @@ -14,35 +14,19 @@
{% if exception_sources %} - - - - - - - - - + - - - - + {% trans "remove" %} + {% endfor %} - -
{% trans "Exceptions" %}
- - {% if object.ics_filename %}{{ object|truncatechars:50 }}{% else %}{{ object|truncatechars:50 }}{% endif %} - - +
  • + {% if object.ics_filename %}{{ object|truncatechars:50 }}{% else %}{{ object|truncatechars:50 }}{% endif %} {% if object.ics_filename %} - {% trans "replace" %} + {% trans "replace" %} {% else %} - {% trans "refresh" %} + {% trans "refresh" %} {% endif %} -
  • {% trans "remove" %}
    -
    + {% endif %}

    {% trans "To add new exceptions, you can upload a file or specify an address to a remote calendar." %}