projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6f408
)
Add search filter for folder list.
author
Jan Schneider
<jan@horde.org>
Tue, 16 Nov 2010 16:59:01 +0000
(17:59 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 16 Nov 2010 23:35:49 +0000
(
00:35
+0100)
imp/templates/mobile/folders.html.php
patch
|
blob
|
history
diff --git
a/imp/templates/mobile/folders.html.php
b/imp/templates/mobile/folders.html.php
index
b1c40d3
..
c7e985a
100644
(file)
--- a/
imp/templates/mobile/folders.html.php
+++ b/
imp/templates/mobile/folders.html.php
@@
-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>