FELIX-4202 :  Allow to filter services using ldap filter in webconsole services tab . Apply patch from Alexander Klimetschek

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1517092 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/services.html b/webconsole/src/main/resources/templates/services.html
index bc717e8..0e70c58 100644
--- a/webconsole/src/main/resources/templates/services.html
+++ b/webconsole/src/main/resources/templates/services.html
@@ -19,7 +19,18 @@
 
 <p class="statline">&nbsp;</p>
 
-<div class="ui-widget-header ui-corner-top buttonGroup">${services.caption}</div>
+<form method="get" action="" class="filterForm">
+    <div class="ui-widget-header ui-corner-top buttonGroup">
+        <div class="filterBox">
+            <label>
+                Filter:
+                <input class="servicesFilter" name="filter" value="${filter}" title="${services.filter.help}"/>
+            </label>
+            <input type="submit" value="${services.filter.apply}" class="servicesFilterApply"/>
+        </div>
+        <span>${services.caption}</span>
+    </div>
+</form>
 
 <table id="plugin_table" class="tablesorter nicetable noauto">
 	<thead>