diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-11-14 22:17:04 +0100 |
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-11-14 22:17:04 +0100 |
| commit | f9a03487582f555428b947cb1130740b0cad5e90 (patch) | |
| tree | 8da7073558fd83b852727151b7d97a0c09e65626 /ishtar_common/templates/ishtar/blocks | |
| parent | 87208abf2d2616faad094f33168b491d2a4efcc8 (diff) | |
| download | Ishtar-f9a03487582f555428b947cb1130740b0cad5e90.tar.bz2 Ishtar-f9a03487582f555428b947cb1130740b0cad5e90.zip | |
Update labels
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index 4ce316217..3c52063f4 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -14,7 +14,7 @@ <span class='history-nav'> </span> {% endif %} {% if next %} - <a class='history-nav' title="{% trans 'Restore this version' %}" href="#" onclick='if(confirm("{%trans 'Are you sure to restore to this version? All changement made since this version will be lost.' %}")){load_url("{% url revert_url item.pk item.history_date|date:"c"%}");closeAllWindows();load_window("{% url show_url item.pk None %}");}'> + <a class='history-nav' title="{% trans 'Restore this version' %}" href="#" onclick='if(confirm("{%trans 'Are you sure to restore to this version? All changes made since this version will be lost.' %}")){load_url("{% url revert_url item.pk item.history_date|date:"c"%}");closeAllWindows();load_window("{% url show_url item.pk None %}");}'> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-history fa-stack-1x fa-inverse"></i> |
