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-19 09:52:24 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-19 09:52:24 +0300
commit4bcf1ed4cbe9bde7fd16f8ae0220c6685023fd45 (patch)
tree84b01d3a70882deea5d915037b09fcdfa6c245e5 /templates
parent7a0bbb2b146cc0ae285681a227cc992bd98f46eb (diff)
Remove high quality spinner so that themes can use what they want
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php5
-rw-r--r--templates/public.php5
-rw-r--r--templates/slideshow.php2
3 files changed, 5 insertions, 7 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 7e19a847..5fb3a79e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -26,8 +26,7 @@ script(
'slideshow',
'slideshowcontrols',
'slideshowzoomablepreview',
- 'vendor/image-scale/image-scale.min',
- 'vendor/spin.js/spin.min'
+ 'vendor/image-scale/image-scale.min'
]
);
style(
@@ -94,5 +93,5 @@ style(
</div>
<div id="gallery" class="hascontrols"></div>
<div id="emptycontent" class="hidden"></div>
-<div id="loading-indicator"></div>
+<div id="loading-indicator" class="loading"></div>
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes"/>
diff --git a/templates/public.php b/templates/public.php
index 6ce935cc..608b00bd 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -26,8 +26,7 @@ script(
'slideshow',
'slideshowcontrols',
'slideshowzoomablepreview',
- 'vendor/image-scale/image-scale.min',
- 'vendor/spin.js/spin.min'
+ 'vendor/image-scale/image-scale.min'
]
);
style(
@@ -148,7 +147,7 @@ style(
data-token="<?php isset($_['token']) ? p($_['token']) : p(false) ?>">
</div>
<div id="emptycontent" class="hidden"></div>
- <div id="loading-indicator"></div>
+ <div id="loading-indicator" class="loading"></div>
<footer>
<p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>
</footer>
diff --git a/templates/slideshow.php b/templates/slideshow.php
index 8442d904..52c00a55 100644
--- a/templates/slideshow.php
+++ b/templates/slideshow.php
@@ -1,4 +1,4 @@
-<div id="slideshow">
+<div id="slideshow" class="icon-loading-dark">
<input type="button" class="svg next icon-view-next"/>
<input type="button" class="svg play icon-view-play"/>
<input type="button" class="svg pause icon-view-pause hidden"/>