diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-07-18 19:50:48 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-07-18 19:50:48 +0000 |
commit | cb1625d38c047475055c8b0bded88167974d329d (patch) | |
tree | 249c651e66a42b8b90227f9f9d5dd291eb0b7e89 /themes/smartpocket/template | |
parent | aa3965c128e869e1c2dd56db780a5079dc7ca6e0 (diff) |
mobile tags page make it "searcheable"
git-svn-id: http://piwigo.org/svn/trunk@23995 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/template/tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/template/tags.tpl b/themes/smartpocket/template/tags.tpl index b9f5cef85..c0c9f6e5a 100644 --- a/themes/smartpocket/template/tags.tpl +++ b/themes/smartpocket/template/tags.tpl @@ -1,6 +1,6 @@ {include file='infos_errors.tpl'} <div data-role="content">{if isset($tags)} -<ul data-role="listview" data-inset="true"> +<ul data-role="listview" data-inset="true" data-filter="true"> <li data-role="list-divider">{'Tags'|@translate}</li> {foreach from=$tags item=tag} <li><a href="{$tag.URL}" title="{$tag.counter|@translate_dec:'%d photo':'%d photos'}">{$tag.name}</a><span class="ui-li-count">{$tag.counter|@translate_dec:'%d photo':'%d photos'}</span></li> |