Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-16 00:59:36 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-16 00:59:36 +0300
commita480870ced01b6ae8924c61ea14635d83f5d4aa9 (patch)
treea6258ff2807d9d58b6eaa0bb0a07c7c0372da68c /templates/part.content.php
parent7d58bffe5d42618a217833fff5848c17ccc356f7 (diff)
[8.2] Make the Gallery button in Files more discreet
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php19
1 files changed, 7 insertions, 12 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 5df15dec..7e19a847 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -43,8 +43,8 @@ style(
?>
<div id="controls">
<div id='breadcrumbs'></div>
- <!-- sorting buttons -->
<div class="left">
+ <!-- sorting buttons -->
<div id="sort-date-button" class="button sorting right-switch-button">
<div class="flipper">
<img class="svg asc front" src="<?php print_unescaped(
@@ -66,7 +66,6 @@ style(
</div>
</div>
</div>
- <!-- toggle for opening the current album as file list -->
<span class="right">
<!-- sharing button -->
<div id="share-button" class="button">
@@ -85,16 +84,12 @@ style(
); ?>" alt="<?php p($l->t('Album information')); ?>"/>
</div>
<div class="album-info-content markdown-body"></div>
- <div class="button view-switcher right-switch-button disabled-button">
- <img class="svg" src="<?php print_unescaped(
- image_path('core', 'actions/toggle-pictures.svg')
- ); ?>" alt="<?php p($l->t('Picture view')); ?>"/>
- </div>
- <div id="filelist-button" class="button view-switcher left-switch-button inactive-button">
- <img class="svg" src="<?php print_unescaped(
- image_path('core', 'actions/toggle-filelist.svg')
- ); ?>" alt="<?php p($l->t('File list')); ?>"/>
- </div>
+ <!-- button for opening the current album as file list -->
+ <div id="filelist-button" class="button view-switcher gallery">
+ <img class="svg" src="<?php print_unescaped(
+ image_path('core', 'actions/toggle-filelist.svg')
+ ); ?>" alt="<?php p($l->t('File list')); ?>"/>
+ </div>
</span>
</div>
<div id="gallery" class="hascontrols"></div>