From e81c12c7a4f1d4e3eda150d2f12ec82747a41b25 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 2 Apr 2014 15:09:42 -0400 Subject: [PATCH] switching more wiki icons to use the right format --- lms/templates/wiki/create.html | 10 ++++---- lms/templates/wiki/delete.html | 26 ++++++++++---------- lms/templates/wiki/edit.html | 10 ++++---- lms/templates/wiki/history.html | 24 +++++++++--------- lms/templates/wiki/includes/breadcrumbs.html | 6 ++--- 5 files changed, 38 insertions(+), 38 deletions(-) diff --git a/lms/templates/wiki/create.html b/lms/templates/wiki/create.html index 745be08cf8..806f5c7840 100644 --- a/lms/templates/wiki/create.html +++ b/lms/templates/wiki/create.html @@ -9,7 +9,7 @@ {% addtoblock "js" %}
- + {% trans "Go back" %} -
+ {% endif %} - + {% endif %} diff --git a/lms/templates/wiki/edit.html b/lms/templates/wiki/edit.html index 7cc21d6bbb..7b973cccae 100644 --- a/lms/templates/wiki/edit.html +++ b/lms/templates/wiki/edit.html @@ -25,7 +25,7 @@ {% include "wiki/includes/editor.html" %}
- + {% trans "Preview" %} - + {% trans "Delete article" %} @@ -57,12 +57,12 @@
diff --git a/lms/templates/wiki/history.html b/lms/templates/wiki/history.html index 72f74fb15b..a1f7d68571 100644 --- a/lms/templates/wiki/history.html +++ b/lms/templates/wiki/history.html @@ -102,7 +102,7 @@
- + {% include "wiki/includes/revision_info.html" with current_revision=article.current_revision %}
@@ -130,7 +130,7 @@ document.revisions_form.action='{% url 'wiki:preview_revision' article.id %}'; $('#previewRevisionModal .switch-to-revision').attr('href', '{% url 'wiki:change_revision' path=urlpath.path article_id=article.id revision_id=revision.id %}'); document.revisions_form.submit();"> - + {% trans "Preview this revision" %} @@ -180,17 +180,17 @@ document.revisions_form.action=$('input[type=radio]:checked').attr('merge-button-href'); $('.merge-revision-commit').attr('href', $('input[type=radio]:checked').attr('merge-button-commit-href')); document.revisions_form.submit();"> - + {% trans "Merge selected with current..." %} {% else %} {% endif %}
@@ -212,17 +212,17 @@