aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/menubar.tpl
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-12-30 19:18:13 +0000
committerflop25 <flop25@piwigo.org>2013-12-30 19:18:13 +0000
commite6806fd13af4bc6469bac95af34d682495e6c3c4 (patch)
treef2a10356c68b47065fa619637fbda84a8ef3afb4 /themes/smartpocket/template/menubar.tpl
parent86c09698e14f7a9cd17fcbdcf668c94b96cfca13 (diff)
smartpocket :
fix logout/login msg set menu elements as collapsible and as an accordion too top menu elements blue picture centered "Thumbnails" text hidden (too big) git-svn-id: http://piwigo.org/svn/trunk@26362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/smartpocket/template/menubar.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/smartpocket/template/menubar.tpl b/themes/smartpocket/template/menubar.tpl
index 5929146e6..dded4611f 100644
--- a/themes/smartpocket/template/menubar.tpl
+++ b/themes/smartpocket/template/menubar.tpl
@@ -2,6 +2,7 @@
<li data-icon="delete"><a href="#menubar" data-rel="close">{'Close'|@translate}</a></li>
</ul>
{if !empty($blocks) }
+<div data-role="collapsible-set" data-inset="false">
{foreach from=$blocks key=id item=block}
<div data-role="collapsible" data-inset="false" data-icon="false">
{if not empty($block->template)}
@@ -12,6 +13,7 @@
{/if}
</div>
{/foreach}
+</div>
{/if}
<br>
<ul data-role="listview">