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/resellers_list.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/client/templates/resellers_list.htm b/interface/web/client/templates/resellers_list.htm index 0a08e2d..e223bf2 100644 --- a/interface/web/client/templates/resellers_list.htm +++ b/interface/web/client/templates/resellers_list.htm @@ -18,7 +18,7 @@ <table class="list"> <thead> <tr class="caption"> - <th class="tbl_col_client_pid" scope="col"><tmpl_var name="client_id_txt"></th> + <th class="tbl_col_client_id" scope="col"><tmpl_var name="client_id_txt"></th> <th class="tbl_col_company_name" scope="col"><tmpl_var name="company_name_txt"></th> <th class="tbl_col_contact_name" scope="col"><tmpl_var name="contact_name_txt"></th> <th class="tbl_col_city" scope="col"><tmpl_var name="city_txt"></th> -- Gitblit v1.9.1