Changeset 119 in bookmarks for trunk/lib/Bookmarks/list_core.tt


Ignore:
Timestamp:
02/22/16 17:30:47 (8 years ago)
Author:
peter
Message:

#15: Use Plack::Middleware::Static to serve static assets.

Moved the CSS and Javascript for creating the popup window into external static assets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Bookmarks/list_core.tt

    r111 r119  
    33    <li> 
    44      <span class="edit"> 
    5         (<a href="[% resource.id %]" onclick="window.open(this.href, 'edit_bookmark', 'width=800,height=250').focus(); return false;">Edit</a>) 
     5        (<a href="[% resource.id %]" class="edit-bookmark">Edit</a>) 
    66      </span> 
    77      <a href="[% resource.uri | html %]" title="[% resource.title | html %] ([% resource.tags.join(', ') %])">[% resource.title or resource.uri %]</a> 
Note: See TracChangeset for help on using the changeset viewer.