From 5ee4f2ed56788ef416344e79f44ec6bda4265851 Mon Sep 17 00:00:00 2001 From: Sherwin Gaddis Date: Mon, 16 Jan 2023 17:08:52 -0500 Subject: [PATCH] Refactor insurance company admin page to support Datatables (#6084) --- templates/insurance_companies/general_list.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/templates/insurance_companies/general_list.html b/templates/insurance_companies/general_list.html index 60851fe48..88599ae64 100644 --- a/templates/insurance_companies/general_list.html +++ b/templates/insurance_companies/general_list.html @@ -1,9 +1,7 @@ - - {xlt t='Add a Company'} -

-
- +{headerTemplate assets='common|datatables|datatables-colreorder|datatables-dt|datatables-bs'} +{xlt t='Add a Company'} +
+
@@ -40,3 +38,8 @@
{xlt t='Name'}
+ -- 2.11.4.GIT