? actions
? po
Index: imagecache_ui.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache_ui.pages.inc,v
retrieving revision 1.6
diff -u -p -r1.6 imagecache_ui.pages.inc
--- imagecache_ui.pages.inc	3 May 2009 17:27:46 -0000	1.6
+++ imagecache_ui.pages.inc	10 Aug 2009 21:57:28 -0000
@@ -37,6 +37,7 @@ function imagecache_ui_preset_overview()
     $rows[] = $row;
   }
   $output = theme('table', $header, $rows);
+  $output .= l(t('Add new preset'), 'admin/build/imagecache/add');
   return $output;
 }
 
