aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-03-06 21:36:37 +0000
committerrub <rub@piwigo.org>2008-03-06 21:36:37 +0000
commitaf4f97f26aa1c3ed902ad9f3c1439507b402f9fc (patch)
tree396da27d0252db5cc3ce30aa64293b0af6aac915 /template
parentf0a40c1573d3e381caf37a4c99a39362f33a2c43 (diff)
Resolved issue 0000807: New slideshow features
Change icons by stripy icons git-svn-id: http://piwigo.org/svn/trunk@2257 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/icon/dec_period.pngbin1087 -> 1209 bytes
-rw-r--r--template/yoga/icon/inc_period.pngbin1209 -> 1230 bytes
-rw-r--r--template/yoga/icon/slideshow.pngbin1264 -> 0 bytes
-rw-r--r--template/yoga/icon/start_slideshow.pngbin0 -> 1344 bytes
-rw-r--r--template/yoga/icon/stop_diaporama.pngbin0 -> 1149 bytes
-rw-r--r--template/yoga/index.tpl2
-rw-r--r--template/yoga/picture.tpl2
7 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/icon/dec_period.png b/template/yoga/icon/dec_period.png
index 1e2425e78..28fef3d1b 100644
--- a/template/yoga/icon/dec_period.png
+++ b/template/yoga/icon/dec_period.png
Binary files differ
diff --git a/template/yoga/icon/inc_period.png b/template/yoga/icon/inc_period.png
index c750a9dfc..107cd16ec 100644
--- a/template/yoga/icon/inc_period.png
+++ b/template/yoga/icon/inc_period.png
Binary files differ
diff --git a/template/yoga/icon/slideshow.png b/template/yoga/icon/slideshow.png
deleted file mode 100644
index 0d5c80713..000000000
--- a/template/yoga/icon/slideshow.png
+++ /dev/null
Binary files differ
diff --git a/template/yoga/icon/start_slideshow.png b/template/yoga/icon/start_slideshow.png
new file mode 100644
index 000000000..9733eb445
--- /dev/null
+++ b/template/yoga/icon/start_slideshow.png
Binary files differ
diff --git a/template/yoga/icon/stop_diaporama.png b/template/yoga/icon/stop_diaporama.png
new file mode 100644
index 000000000..7b8d3ac26
--- /dev/null
+++ b/template/yoga/icon/stop_diaporama.png
Binary files differ
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl
index abe3975ad..081344925 100644
--- a/template/yoga/index.tpl
+++ b/template/yoga/index.tpl
@@ -28,7 +28,7 @@
{/if}
{if isset($U_SLIDESHOW) }
- <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li>
+ <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li>
{/if}
{if isset($U_MODE_FLAT) }
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl
index 9f77b8b56..e50c8cbb6 100644
--- a/template/yoga/picture.tpl
+++ b/template/yoga/picture.tpl
@@ -34,7 +34,7 @@
<div id="imageToolBar">
<div class="randomButtons">
{if isset($U_SLIDESHOW_START) }
- <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/slideshow.png" class="button" alt="{'slideshow'|@translate}"></a>
+ <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"></a>
{/if}
{if isset($U_SLIDESHOW_STOP) }
<a href="{$U_SLIDESHOW_STOP}" title="{'slideshow_stop'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'slideshow_stop'|@translate}"></a>