From 2d0ebade46d8a5942adb3e2ce816840a6ae16c1e Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Tue, 13 Jan 2015 09:36:31 -0500
Subject: [PATCH] - Fixed column sorting - cleaned up some javascript

---
 interface/web/dns/templates/dns_a_list.htm |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/interface/web/dns/templates/dns_a_list.htm b/interface/web/dns/templates/dns_a_list.htm
index 5404233..0b7547e 100644
--- a/interface/web/dns/templates/dns_a_list.htm
+++ b/interface/web/dns/templates/dns_a_list.htm
@@ -41,12 +41,12 @@
 <table class="table">
             <thead class="dark form-group-sm">
                 <tr>
-                    <th class="tiny-col"><tmpl_var name="active_txt"></th>
-                    <th><tmpl_var name="type_txt"></th>
-                    <th><tmpl_var name="name_txt"></th>
-                    <th><tmpl_var name="data_txt"></th>
-                    <th><tmpl_var name="aux_txt"></th>
-                    <th><tmpl_var name="ttl_txt"></th>
+                    <th class="tiny-col" data-column="active"><tmpl_var name="active_txt"></th>
+                    <th data-column="type"><tmpl_var name="type_txt"></th>
+                    <th data-column="name"><tmpl_var name="name_txt"></th>
+                    <th data-column="data"><tmpl_var name="data_txt"></th>
+                    <th data-column="aux"><tmpl_var name="aux_txt"></th>
+                    <th data-column="ttl"><tmpl_var name="ttl_txt"></th>
                     <th class="small-col text-right">{tmpl_var name='search_limit'}</th>
                 </tr>
                 <tr>

--
Gitblit v1.9.1