Ignore:
Timestamp:
Mar 31, 2010, 1:21:52 PM (14 years ago)
Author:
plg
Message:

improvement: use the jQuery tip to open link on a new window, just use
class="externalLink" and jQuery do the job.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/photos_add_direct.tpl

    r5299 r5493  
    9393  <div>
    9494  {foreach from=$thumbnails item=thumbnail}
    95     <a href="{$thumbnail.link}" onclick="window.open(this.href); return false;">
     95    <a href="{$thumbnail.link}" class="externalLink">
    9696      <img src="{$thumbnail.src}" alt="{$thumbnail.file}" title="{$thumbnail.title}" class="thumbnail">
    9797    </a>
Note: See TracChangeset for help on using the changeset viewer.