From 5ed66301e1255324b2d73986e88bfae9db83e7f7 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sat, 28 Mar 2020 20:31:17 +0100 Subject: [PATCH] Replace btn-default w/ btn-dark and "badge" with "badge badge-dark" --- .../templates/wiki/plugins/attachments/delete.html | 4 ++-- .../wiki/plugins/attachments/history.html | 2 +- .../templates/wiki/plugins/attachments/index.html | 12 ++++++------ .../wiki/plugins/attachments/replace.html | 2 +- .../templates/wiki/plugins/attachments/search.html | 4 ++-- .../wiki/plugins/globalhistory/globalhistory.html | 6 +++--- .../templates/wiki/plugins/images/purge.html | 2 +- .../wiki/plugins/images/revision_add.html | 2 +- .../templates/wiki/plugins/images/sidebar.html | 4 ++-- src/wiki/templates/wiki/create.html | 2 +- src/wiki/templates/wiki/delete.html | 2 +- src/wiki/templates/wiki/deleted.html | 4 ++-- src/wiki/templates/wiki/deleted_list.html | 2 +- src/wiki/templates/wiki/dir.html | 4 ++-- src/wiki/templates/wiki/edit.html | 4 ++-- src/wiki/templates/wiki/error.html | 4 ++-- src/wiki/templates/wiki/forms/select.html | 2 +- src/wiki/templates/wiki/history.html | 14 +++++++------- .../templates/wiki/includes/revision_info.html | 4 ++-- src/wiki/templates/wiki/move.html | 4 ++-- src/wiki/templates/wiki/permission_denied.html | 4 ++-- src/wiki/templates/wiki/root_missing.html | 2 +- src/wiki/templates/wiki/search.html | 2 +- 23 files changed, 46 insertions(+), 46 deletions(-) diff --git a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/delete.html b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/delete.html index 01158a99..80f17592 100644 --- a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/delete.html +++ b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/delete.html @@ -22,7 +22,7 @@
- + {% trans "Go back" %} @@ -46,7 +46,7 @@
- + {% trans "Go back" %} diff --git a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/history.html b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/history.html index 387416e0..398821cc 100644 --- a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/history.html +++ b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/history.html @@ -36,7 +36,7 @@ {% trans "Download" %} {% if revision.attachment.article|can_write:user %} - + {% trans "Use this!" %} diff --git a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/index.html b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/index.html index fa273a45..14fc5d2b 100644 --- a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/index.html +++ b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/index.html @@ -20,7 +20,7 @@

{{ attachment.current_revision.get_filename }} - {{ attachment.current_revision.created|naturaltime }} + {{ attachment.current_revision.created|naturaltime }} {% if attachment.current_revision.deleted %} {% trans "deleted" %} {% endif %} @@ -35,11 +35,11 @@ {% if attachment|can_write:user %} {% if not attachment.current_revision.deleted %} - {% trans "Replace" %} + {% trans "Replace" %} {% if attachment.article == article %} - {% trans "Delete" %} + {% trans "Delete" %} {% else %} - {% trans "Detach" %} + {% trans "Detach" %} {% endif %} {% else %} Deleted @@ -106,7 +106,7 @@
{{ search_form.query }} - @@ -132,7 +132,7 @@ {% if attachment.current_revision.previous_revision.id %}
{% csrf_token %} -
diff --git a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/replace.html b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/replace.html index 3690c556..21d6479b 100644 --- a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/replace.html +++ b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/replace.html @@ -34,7 +34,7 @@
- + {% trans "Go back" %} diff --git a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/search.html b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/search.html index afaac961..6e88bb1b 100644 --- a/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/search.html +++ b/src/wiki/plugins/attachments/templates/wiki/plugins/attachments/search.html @@ -12,7 +12,7 @@
{{ search_form.query }} - @@ -50,7 +50,7 @@
{% csrf_token %} - + {% trans "Download" %} diff --git a/src/wiki/plugins/globalhistory/templates/wiki/plugins/globalhistory/globalhistory.html b/src/wiki/plugins/globalhistory/templates/wiki/plugins/globalhistory/globalhistory.html index a654f8d6..1fd1b580 100644 --- a/src/wiki/plugins/globalhistory/templates/wiki/plugins/globalhistory/globalhistory.html +++ b/src/wiki/plugins/globalhistory/templates/wiki/plugins/globalhistory/globalhistory.html @@ -19,7 +19,7 @@ {% endwith %}
- {% trans "Show all revisions of all articles" %} @@ -71,10 +71,10 @@ {% trans "restored" %} {% endif %} {% if article_revision.locked %} - {% trans "locked" %} + {% trans "locked" %} {% endif %} {% if article_revision.previous_revision.locked and not revision.locked %} - {% trans "unlocked" %} + {% trans "unlocked" %} {% endif %} diff --git a/src/wiki/plugins/images/templates/wiki/plugins/images/purge.html b/src/wiki/plugins/images/templates/wiki/plugins/images/purge.html index 9b56c324..f2bf1d96 100644 --- a/src/wiki/plugins/images/templates/wiki/plugins/images/purge.html +++ b/src/wiki/plugins/images/templates/wiki/plugins/images/purge.html @@ -18,7 +18,7 @@
- + {% trans "Go back" %} diff --git a/src/wiki/plugins/images/templates/wiki/plugins/images/revision_add.html b/src/wiki/plugins/images/templates/wiki/plugins/images/revision_add.html index 1e0b1c55..3f0db46d 100644 --- a/src/wiki/plugins/images/templates/wiki/plugins/images/revision_add.html +++ b/src/wiki/plugins/images/templates/wiki/plugins/images/revision_add.html @@ -18,7 +18,7 @@
- + {% trans "Go back" %} diff --git a/src/wiki/plugins/images/templates/wiki/plugins/images/sidebar.html b/src/wiki/plugins/images/templates/wiki/plugins/images/sidebar.html index 69b87c83..67099dd4 100644 --- a/src/wiki/plugins/images/templates/wiki/plugins/images/sidebar.html +++ b/src/wiki/plugins/images/templates/wiki/plugins/images/sidebar.html @@ -112,7 +112,7 @@ function add_image(form) {

- @@ -173,7 +173,7 @@ function add_image(form) {

diff --git a/src/wiki/templates/wiki/create.html b/src/wiki/templates/wiki/create.html index 669a5ac4..68cfe026 100644 --- a/src/wiki/templates/wiki/create.html +++ b/src/wiki/templates/wiki/create.html @@ -35,7 +35,7 @@
- + {% trans "Go back" %} diff --git a/src/wiki/templates/wiki/delete.html b/src/wiki/templates/wiki/delete.html index e1580927..20871b97 100644 --- a/src/wiki/templates/wiki/delete.html +++ b/src/wiki/templates/wiki/delete.html @@ -43,7 +43,7 @@
- + {% trans "Go back" %} diff --git a/src/wiki/templates/wiki/deleted.html b/src/wiki/templates/wiki/deleted.html index 495d66e6..da2596c7 100644 --- a/src/wiki/templates/wiki/deleted.html +++ b/src/wiki/templates/wiki/deleted.html @@ -25,7 +25,7 @@

{% trans "You may restore this article and its children by clicking restore." %}

- + {% trans "Restore" %} @@ -42,7 +42,7 @@

{% csrf_token %} {% wiki_form purge_form %} - diff --git a/src/wiki/templates/wiki/deleted_list.html b/src/wiki/templates/wiki/deleted_list.html index d0d72824..d2f282d3 100644 --- a/src/wiki/templates/wiki/deleted_list.html +++ b/src/wiki/templates/wiki/deleted_list.html @@ -20,7 +20,7 @@ {{ article }} {{article.modified}} - + {% trans "Restore" %} {% endfor %} diff --git a/src/wiki/templates/wiki/dir.html b/src/wiki/templates/wiki/dir.html index d777b6fe..aeaf027f 100644 --- a/src/wiki/templates/wiki/dir.html +++ b/src/wiki/templates/wiki/dir.html @@ -13,12 +13,12 @@
{% if urlpath.parent %} - + {% trans "Up one level" %} {% endif %} - + {% trans "Add article" %} diff --git a/src/wiki/templates/wiki/edit.html b/src/wiki/templates/wiki/edit.html index 7ad69cb4..6efbe5a4 100644 --- a/src/wiki/templates/wiki/edit.html +++ b/src/wiki/templates/wiki/edit.html @@ -24,7 +24,7 @@
-