use remove class for remove link
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Jun 2010 18:45:24 +0000 (20:45 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Jun 2010 18:45:24 +0000 (20:45 +0200)
public/code/autor.add_autors_count.pl [deleted file]
public/mojo_facets.css
templates/changes/index.html.ep
templates/data/export.html.ep

diff --git a/public/code/autor.add_autors_count.pl b/public/code/autor.add_autors_count.pl
deleted file mode 100644 (file)
index 92b624b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-$row->{autors_count} = [ $#{ $row->{autor} } + 1 ];
index f667e13..b610cc7 100644 (file)
@@ -61,6 +61,11 @@ span.h {
        color: #f00;
 }
 
+a.remove {
+       float: right;
+       color: #f00;
+}
+
 .debug {
        color: #aaa;
 }
index 5957c87..795fc83 100644 (file)
@@ -66,7 +66,7 @@ Changes commited to <a href="<%= url_for( controller => 'data', action => 'items
 %   }
 <%= $status %>
 %  } else {
-<a href="<%= url_for( action => 'remove' )->query( time => $e->{time} ) %>">remove</a>
+<a class=remove href="<%= url_for( action => 'remove' )->query( time => $e->{time} ) %>">remove</a>
 %  }
 
 % if ( defined $e->{new} ) {
index 00aa29e..36896d0 100644 (file)
@@ -9,7 +9,7 @@
 <a target="<%= $path %>" href="/export/<%= $path %>"><%= $path %></a>
 </tt>
 <%= -s $e %> bytes
-<a style="color:red; float: right" href="<%= url_for( action => 'export' )->query( 'remove' => $path ) %>">remove</a>
+<a class=remove href="<%= url_for( action => 'export' )->query( 'remove' => $path ) %>">remove</a>
 %  if ( $path =~ m/\/filter/ ) {
 <a href="?import=<%= $path %>">import</a>
 %  }