diff --git a/filebrowser/templates/filebrowser/append.html b/filebrowser/templates/filebrowser/append.html index a96b386..b3ba19f 100644 --- a/filebrowser/templates/filebrowser/append.html +++ b/filebrowser/templates/filebrowser/append.html @@ -4,9 +4,9 @@ - +
{% trans "FileBrowser" %}
{% trans "FileBrowser" %}{% trans "FileBrowser" %}
- \ No newline at end of file + diff --git a/filebrowser/templates/filebrowser/custom_field.html b/filebrowser/templates/filebrowser/custom_field.html index 7c17fb4..bda8a1a 100644 --- a/filebrowser/templates/filebrowser/custom_field.html +++ b/filebrowser/templates/filebrowser/custom_field.html @@ -1,5 +1,5 @@ {% load fb_versions %} - + {% ifequal value.filetype "Image" %} diff --git a/filebrowser/templates/filebrowser/include/breadcrumbs.html b/filebrowser/templates/filebrowser/include/breadcrumbs.html index c847e7b..9b98743 100644 --- a/filebrowser/templates/filebrowser/include/breadcrumbs.html +++ b/filebrowser/templates/filebrowser/include/breadcrumbs.html @@ -5,16 +5,16 @@ {% trans "Home" %} › {% endif %} {% if breadcrumbs or breadcrumbs_title %} - {% trans 'FileBrowser' %} › + {% trans 'FileBrowser' %} › {% else %} {% trans 'FileBrowser' %} {% endif %} {% for item in breadcrumbs %} {% if not forloop.last %} - {{ item.0 }} › + {{ item.0 }} › {% else %} {% if breadcrumbs_title %} - {{ item.0 }} › + {{ item.0 }} › {% else %} {{ item.0 }} {% endif %} diff --git a/filebrowser/templates/filebrowser/include/filelisting.html b/filebrowser/templates/filebrowser/include/filelisting.html index c8a04de..186600e 100644 --- a/filebrowser/templates/filebrowser/include/filelisting.html +++ b/filebrowser/templates/filebrowser/include/filelisting.html @@ -1,8 +1,8 @@ -{% load i18n adminmedia fb_tags fb_versions %} +{% load i18n fb_tags fb_versions static %} {% for file in page.object_list %} - + {% if query.pop == "1" and results_var.select_total %} @@ -14,7 +14,7 @@ {% endif %} {% endif %} - + {% if query.pop == "2" and results_var.select_total %} @@ -26,7 +26,7 @@ {% endif %} {% endif %} - + {% if query.pop == "3" and results_var.select_total %} @@ -38,19 +38,19 @@ {% endif %} {% endif %} - + - + {% if file.filetype == "Image" %} {% endif %} - + {% if file.filetype == "Folder" %} {{ file.filename }} @@ -74,10 +74,10 @@ {% endif %} - + {{ file.filesize|filesizeformat }} - + {{ file.datetime|date:"N j, Y" }} @@ -96,7 +96,7 @@ {% endifnotequal %} {% endif %} - + {% if settings_var.DEBUG %} @@ -125,8 +125,8 @@ {% endif %} {% endif %} - + {% endfor %} - + diff --git a/filebrowser/templates/filebrowser/include/search.html b/filebrowser/templates/filebrowser/include/search.html index 03c3ddb..d317949 100644 --- a/filebrowser/templates/filebrowser/include/search.html +++ b/filebrowser/templates/filebrowser/include/search.html @@ -1,4 +1,4 @@ -{% load i18n adminmedia fb_tags %} +{% load i18n static fb_tags %}

{% blocktrans count cl.result_count as counter %}1 result{% plural %}{{ counter }} results{% endblocktrans %}

{% blocktrans with cl.full_result_count as full_result_count %}{{ full_result_count }} total{% endblocktrans %} @@ -8,7 +8,7 @@

{% trans 'Search' %}xx