From a84ff46ff8c731a321ae87bea0e05d3fef3aceae Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Tue, 09 Oct 2012 07:29:34 -0400
Subject: [PATCH] Bugfix: removed some columns from being sortable
---
interface/web/client/templates/client_circle_list.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/client/templates/client_circle_list.htm b/interface/web/client/templates/client_circle_list.htm
index c7869d3..036f38d 100644
--- a/interface/web/client/templates/client_circle_list.htm
+++ b/interface/web/client/templates/client_circle_list.htm
@@ -18,7 +18,7 @@
<table class="list">
<thead>
<tr class="caption">
- <th class="tbl_col_circle_pid" scope="col"><tmpl_var name="circle_id_txt"></th>
+ <th class="tbl_col_circle_id" scope="col"><tmpl_var name="circle_id_txt"></th>
<th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
<th class="tbl_col_circle_name" scope="col"><tmpl_var name="circle_name_txt"></th>
<th class="tbl_col_description" scope="col"><tmpl_var name="description_txt"></th>
--
Gitblit v1.9.1