--- lib/A3C/View/Strix.pm 2008/06/16 23:24:25 187 +++ lib/A3C/View/Strix.pm 2008/06/17 10:15:13 189 @@ -283,9 +283,9 @@ table { while (my $strix = $search->next) { row { + cell { show( 'instance-op', 'Create', '+', $strix->instance ) } cell { tt { $strix->instance } } cell { $strix->_site_name } - cell { show( 'instance-op', 'Create', '+', $strix->instance ) } } } }