summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 17:29:26 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 17:31:01 +0200
commitfbf86c6683da91c8cadad128e5ac7c0742aaffed (patch)
tree2dc9a047b5b0dcea724f6dfffbf76c32103671f4 /core/templates
parent613ab41eb3a5aedb872a18b231f26fd60f1b4356 (diff)
downloadnextcloud-server-fbf86c6683da91c8cadad128e5ac7c0742aaffed.tar.gz
nextcloud-server-fbf86c6683da91c8cadad128e5ac7c0742aaffed.zip
made sliding settings more awesome
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 3b065ef6ede..f172e894e76 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -50,9 +50,11 @@
</li>
<?php endforeach; ?>
</ul>
+
<ul id="settings">
<img id="expand" class='svg' src="<?php echo image_path('', 'actions/settings.svg'); ?>" />
<span style="display:none"><?php echo $l->t('Settings');?></span>
+ <div id="expanddiv">
<?php foreach($_['settingsnavigation'] as $entry):?>
<li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>><?php echo $entry['name'] ?></a></li>
<?php if( sizeof( $entry["subnavigation"] )): ?>
@@ -61,6 +63,7 @@
<?php endforeach; ?>
<?php endif; ?>
<?php endforeach; ?>
+ </div>
</ul>
</div></nav>