From a008884b8f041577d43675f13c492f45fb9ee066 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 16 Oct 2012 10:38:27 -0400 Subject: [PATCH] Merged revisions 3536-3555 from 3.0.5 stable branch. --- 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