diff options
-rw-r--r-- | resources/export.png | bin | 0 -> 2229 bytes | |||
-rw-r--r-- | templates/photo_index.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/export.png b/resources/export.png Binary files differnew file mode 100644 index 0000000..130d761 --- /dev/null +++ b/resources/export.png 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> |