[UPDT] HORILLA VIEWS: Record count display updation
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
reloadSelectedCount($('#count_{{view_id|safe}}'));
|
||||
"
|
||||
style="cursor: pointer;">
|
||||
{% trans "Select All" %} {{queryset.paginator.count}}
|
||||
{% trans "Select All" %} ({{queryset.paginator.count}})
|
||||
</div>
|
||||
<div
|
||||
id="unselect_{{view_id}}"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
reloadSelectedCount($('#count_{{view_id|safe}}'));
|
||||
"
|
||||
style="cursor: pointer;">
|
||||
{% trans "Select All" %} {{queryset.paginator.count}}
|
||||
{% trans "Select All" %} ({{queryset.paginator.count}})
|
||||
</div>
|
||||
<div
|
||||
id="unselect_{{view_id}}"
|
||||
|
||||
@@ -10,4 +10,3 @@ $("#{{dynamic_id}} [name={{field.name}}]").change(function (e) {
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user