Changeset 3 in bookmarks for trunk/list.tt
- Timestamp:
- 03/02/12 20:51:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/list.tt
r2 r3 2 2 <head> 3 3 <title>Bookmarks</title> 4 <base href="[% base_url %]"/> 4 5 <style type="text/css"> 5 6 a:hover { … … 64 65 <li> 65 66 <span class="edit"> 66 (<a href=" bookmarks/[% resource.id %]" onclick="window.open(this.href, 'edit_bookmark', 'width=800,height=250').focus(); return false;">Edit</a>)67 (<a href="[% resource.id %]" onclick="window.open(this.href, 'edit_bookmark', 'width=800,height=250').focus(); return false;">Edit</a>) 67 68 </span> 68 69 <a href="[% resource.uri %]" title="[% resource.title | html %] ([% resource.tags.join(', ') %])">[% resource.title or resource.uri %]</a>
Note: See TracChangeset
for help on using the changeset viewer.