Add search filter for folder list.
authorJan Schneider <jan@horde.org>
Tue, 16 Nov 2010 16:59:01 +0000 (17:59 +0100)
committerJan Schneider <jan@horde.org>
Tue, 16 Nov 2010 23:35:49 +0000 (00:35 +0100)
imp/templates/mobile/folders.html.php

index b1c40d3..c7e985a 100644 (file)
@@ -7,7 +7,7 @@
     <?php endif ?>
   </div>
   <div data-role="content">
-    <ul data-role="listview">
+    <ul data-role="listview" data-filter="true">
       <?php echo $this->tree ?>
     </ul>
   </div>