changeset 6292:ea818def1a09

template: remove obsolete filter textbox and user_group_count I used grep to find any reference to user_group_count but found none. So there seems to be no code that actually sets this count. So I removed it. And since the table is a datatable the filter is redundant anyway.
author domruf <dominikruf@gmail.com>
date Tue, 25 Oct 2016 18:48:20 +0200
parents bc97f0d206fe
children 103f07acad83
files kallithea/templates/admin/user_groups/user_groups.html
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/user_groups/user_groups.html	Sat Nov 05 18:26:08 2016 +0100
+++ b/kallithea/templates/admin/user_groups/user_groups.html	Tue Oct 25 18:48:20 2016 +0200
@@ -6,8 +6,7 @@
 </%block>
 
 <%def name="breadcrumbs_links()">
-    <input class="q_filter_box" id="q_filter" size="15" type="text" name="filter" placeholder="${_('quick filter...')}" value=""/>
-    ${h.link_to(_('Admin'),h.url('admin_home'))} &raquo; <span id="user_group_count">0</span> ${_('User Groups')}
+    ${h.link_to(_('Admin'),h.url('admin_home'))} &raquo; ${_('User Groups')}
 </%def>
 
 <%block name="header_menu">