From bf23d43d1adad8be660deef1bfb2e4a8aee6c14b Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 11 Sep 2024 15:01:47 +0530 Subject: [PATCH] [UPDT] HORILLA VIEWS: Temporary style removal from CBV to avoid design conflicts --- .../templates/generic/quick_actions.html | 144 ++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 horilla_views/templates/generic/quick_actions.html diff --git a/horilla_views/templates/generic/quick_actions.html b/horilla_views/templates/generic/quick_actions.html new file mode 100644 index 000000000..f4e98270b --- /dev/null +++ b/horilla_views/templates/generic/quick_actions.html @@ -0,0 +1,144 @@ +{% load i18n %} +
+
+
+ + {% comment %} {% endcomment %} + ({{queryset.paginator.count}}) +
+
+ + {% comment %} {% endcomment %} + ( + 0 + ) +
+
+ {% comment %} {% endcomment %} + + ( + 0 + ) +
+ {% if bulk_path %} +
+ + + ( + 0 + ) +
+
+ + +
+ {% endif %} + {% for filter in stored_filters %} +
+ +
+ + + +
+
+ {% endfor %} + +
+ {% if row_status_indications %} +
+ {% for indication in row_status_indications %} + + + {{indication.1}} + + {% endfor %} +
+ {% endif %} +
+ + \ No newline at end of file