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-04-08 17:11:33 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-08 17:11:33 +0300
commitb558cca8a06e869cf171167107148cd5993c0b64 (patch)
tree9c406e14d59def418a587ca2ac642f0f10c1139c /templates
parent727a7c62d01b24dd437baf075d74ec714659e9ac (diff)
Make it easily recognisable that we have a local description
A first implementation for #114
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php1
-rw-r--r--templates/public.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 3903e848..f4e4b4db 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -52,6 +52,7 @@ style(
</div>
<span class="right">
<div id="album-info-button" class="button">
+ <span class="ribbon black"></span>
<img class="svg" src="<?php print_unescaped(
image_path('core', 'actions/info.svg')
); ?>" alt="<?php p($l->t('Album information')); ?>"/>
diff --git a/templates/public.php b/templates/public.php
index 9b23d9cc..dc5351f4 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -84,6 +84,7 @@ style(
</div>
<span class="right">
<div id="album-info-button" class="button">
+ <span class="ribbon black"></span>
<img class="svg" src="<?php print_unescaped(
image_path('core', 'actions/info.svg')
); ?>" alt="<?php p($l->t('Album information')); ?>"/>