diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-11 17:49:01 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-11 17:49:01 +0000 |
commit | e08ab23bf6ba8c9128ed72300d6e7457e75276bd (patch) | |
tree | 8b9f126a27d11edc7f2bec4e7176899c7802cc4c | |
parent | a504ea9f15aa4235014022c6d777563396332360 (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.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> |