diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photo_index.tpl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 8aea9bc..774e142 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -21,17 +21,10 @@ {/if} </td> <td class="index_header" style="text-align: right"> - <form action="" onsubmit="setViewMode(document.getElementsByName('view')[0].options[document.getElementsByName('view')[0].selectedIndex].value); return false;"> {if $extern_link } <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> {/if} - <select name="view"> - <option value="photos" selected="selected">Photos</option> - <option value="html">HTML source</option> - <option value="moinmoin">MoinMoin markup</option> - </select> - <input type="image" src="resources/doit.png" alt="Switch View" /> - </form> + <a href="{$export_link}" target="_blank">Export</a> </td> </tr> </table> |