Skip to content

Commit

Permalink
Update filer/templates/admin/filer/folder/directory_table_list.html
Browse files Browse the repository at this point in the history
Co-authored-by: ivarsg <i.grinbergs@gmail.com>
  • Loading branch information
fsbraun and ivarsg committed Jun 5, 2023
1 parent e4be3fd commit ba3e3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<tr>
<td class="column-checkbox">
{% if is_popup and filer_admin_context.pick_file %}
<a class="insertlink insertlinkButton" href="#" onclick="opener.dismissRelatedImageLookupPopup(window, {{ file.id|unlocalize }}, '{% file_icon_url file %}', '{{ file.label|escapejs }}'); return false;"
<a class="insertlink insertlinkButton" href="#" onclick="opener.dismissRelatedImageLookupPopup(window, '{{ file.id|unlocalize }}', '{% file_icon_url file %}', '{{ file.label|escapejs }}'); return false;"
title="{% trans 'Select this file' %}">&nbsp;</a>
{% elif action_form and not is_popup %}
<input type="checkbox" class="action-select" value="file-{{ item.pk|safe }}" name="_selected_action">
Expand Down

0 comments on commit ba3e3a3

Please sign in to comment.