/[Grep]/share/web/templates/fragments/delete
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /share/web/templates/fragments/delete

Parent Directory Parent Directory | Revision Log Revision Log


Revision 138 - (show annotations)
Sun May 6 22:37:32 2007 UTC (17 years ago) by dpavlin
File size: 211 byte(s)
Added delete button [X] to results which will remove item from local cache,
fixed html for results so that jump to next result will now always work :-)
1 <%args>
2 $item_id
3 </%args>
4 <%init>
5
6 my $item = Jifty->web->new_action(
7 class => 'DeleteItem',
8 moniker => 'delete',
9 arguments => {
10 id => $item_id,
11 },
12 );
13
14 $item->run;
15
16 </%init>
17
18 Item <% $item_id %> deleted.
19

  ViewVC Help
Powered by ViewVC 1.1.26