diff options
Diffstat (limited to 'admin/themes/default/template/photos_add_direct.tpl')
-rw-r--r-- | admin/themes/default/template/photos_add_direct.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 060d6e2dd..987e626a9 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -92,7 +92,7 @@ jQuery(document).ready(function() { <legend>{'Uploaded Photos'|@translate}</legend> <div> {foreach from=$thumbnails item=thumbnail} - <a href="{$thumbnail.link}" onclick="window.open(this.href); return false;"> + <a href="{$thumbnail.link}" class="externalLink"> <img src="{$thumbnail.src}" alt="{$thumbnail.file}" title="{$thumbnail.title}" class="thumbnail"> </a> {/foreach} |