From 34803bcfaca8c549860967f98c860c133d7ebf4d Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 6 Jun 2023 06:16:47 +0100 Subject: [PATCH] fix: Some id were localized in the templates (#1350) * fix: id's localized * Update filer/templates/admin/filer/folder/directory_table_list.html Co-authored-by: ivarsg * Update filer/templates/admin/filer/folder/directory_table_list.html Co-authored-by: ivarsg * Update filer/templates/admin/filer/folder/directory_thumbnail_list.html Co-authored-by: ivarsg * Update filer/templates/admin/filer/folder/directory_thumbnail_list.html Co-authored-by: ivarsg --------- Co-authored-by: ivarsg --- .../delete_selected_files_confirmation.html | 4 ++-- .../filer/folder/choose_copy_destination.html | 19 +++---------------- .../folder/choose_images_resize_options.html | 4 ++-- .../filer/folder/choose_move_destination.html | 7 +++---- .../filer/folder/choose_rename_format.html | 4 ++-- .../admin/filer/folder/directory_listing.html | 2 +- .../filer/folder/directory_table_list.html | 8 ++++---- .../folder/directory_thumbnail_list.html | 8 ++++---- .../filer/tools/clipboard/clipboard.html | 8 ++++---- 9 files changed, 25 insertions(+), 39 deletions(-) diff --git a/filer/templates/admin/filer/delete_selected_files_confirmation.html b/filer/templates/admin/filer/delete_selected_files_confirmation.html index b56cdb5d0..bfbc4e4e0 100644 --- a/filer/templates/admin/filer/delete_selected_files_confirmation.html +++ b/filer/templates/admin/filer/delete_selected_files_confirmation.html @@ -32,10 +32,10 @@ {% csrf_token %}
{% for f in files_queryset %} - + {% endfor %} {% for f in folders_queryset %} - + {% endfor %} {% if is_popup %} diff --git a/filer/templates/admin/filer/folder/choose_copy_destination.html b/filer/templates/admin/filer/folder/choose_copy_destination.html index ddaacfc93..1a479dbdd 100644 --- a/filer/templates/admin/filer/folder/choose_copy_destination.html +++ b/filer/templates/admin/filer/folder/choose_copy_destination.html @@ -13,22 +13,9 @@ {% block extrahead %} {{ block.super }} - - - {% endblock %} {% block content %} @@ -56,10 +43,10 @@ {% csrf_token %}
{% for f in files_queryset %} - + {% endfor %} {% for f in folders_queryset %} - + {% endfor %} @@ -67,7 +54,7 @@

diff --git a/filer/templates/admin/filer/folder/choose_images_resize_options.html b/filer/templates/admin/filer/folder/choose_images_resize_options.html index aa7395718..de4dad6dd 100644 --- a/filer/templates/admin/filer/folder/choose_images_resize_options.html +++ b/filer/templates/admin/filer/folder/choose_images_resize_options.html @@ -22,10 +22,10 @@
{% csrf_token %}
{% for f in files_queryset %} - + {% endfor %} {% for f in folders_queryset %} - + {% endfor %} diff --git a/filer/templates/admin/filer/folder/choose_move_destination.html b/filer/templates/admin/filer/folder/choose_move_destination.html index c6e7fce96..5fada115f 100644 --- a/filer/templates/admin/filer/folder/choose_move_destination.html +++ b/filer/templates/admin/filer/folder/choose_move_destination.html @@ -13,7 +13,6 @@ {% block extrahead %} {{ block.super }} -