+
+ {% if (!ctx.allRowsSelected) { %}
+ All {{ ctx.totalSelected }} records on this page are selected.
+ {% } %}
+ {% if (ctx.allRowsSelected) { %}
+ All {{ ctx.totalItems }} records in the table are selected.
+ {% } %}
+
+
+
+
+
+
+ {% if (!ctx.allRowsSelected) { %}
+ Select all {{ ctx.totalItems }} items in the table.
+ {% } %}
+ {% if (ctx.allRowsSelected) { %}
+ Clear selection.
+ {% } %}
+
+
+
\ No newline at end of file
diff --git a/src/templates/bootstrap3/selectAllContent/index.ts b/src/templates/bootstrap3/selectAllContent/index.ts
new file mode 100644
index 00000000..6cc911a1
--- /dev/null
+++ b/src/templates/bootstrap3/selectAllContent/index.ts
@@ -0,0 +1,2 @@
+import html from './html.ejs';
+export default { html };
\ No newline at end of file
diff --git a/src/templates/bootstrap4/componentModal/form.ejs b/src/templates/bootstrap4/componentModal/form.ejs
index 28933d1e..cdae5720 100644
--- a/src/templates/bootstrap4/componentModal/form.ejs
+++ b/src/templates/bootstrap4/componentModal/form.ejs
@@ -9,9 +9,9 @@
{% } else { %}
{% } %}
-