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-07-06 16:25:34 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-10 18:33:13 +0300
commit005029d7a5e258dbf010706e181fba2d006de76a (patch)
tree8120335eb855d917861920c2fb0cbf408dd1ff9e /templates/part.content.php
parent0a93516c2056c90359616d0fd23b1f34decdd028 (diff)
First concept of empty folder when landing from the Files app
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 1881b613..e9ab1926 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -76,9 +76,5 @@ style(
</span>
</div>
<div id="gallery" class="hascontrols"></div>
-<div id="emptycontent" class="hidden"><?php p(
- $l->t(
- "No pictures found! If you upload pictures in the files app, they will be displayed here."
- )
- ); ?></div>
+<div id="emptycontent" class="hidden"></div>
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes"/>