summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-11 17:49:01 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-11 17:49:01 +0000
commite08ab23bf6ba8c9128ed72300d6e7457e75276bd (patch)
tree8b9f126a27d11edc7f2bec4e7176899c7802cc4c
parenta504ea9f15aa4235014022c6d777563396332360 (diff)
issue27, added a nice export icon
git-svn-id: file:///var/lib/svn/phpfspot/trunk@191 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r--resources/export.pngbin0 -> 2229 bytes
-rw-r--r--templates/photo_index.tpl2
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/export.png b/resources/export.png
new file mode 100644
index 0000000..130d761
--- /dev/null
+++ b/resources/export.png
Binary files differ
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index 2aa4fd4..61fd8a8 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -24,7 +24,7 @@
{if $extern_link }
<a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
{/if}
- <a href="{$export_link}" target="_blank">Export</a>
+ <a href="{$export_link}" target="_blank" title="this will open a new browser window where you can export this page in several formats"><img src="resources/export.png" /></a>
</td>
</tr>
</table>