--- lib/Arh/View.pm 2007/11/30 17:35:59 18 +++ lib/Arh/View.pm 2007/11/30 17:36:21 19 @@ -14,6 +14,8 @@ form { if ( $fc->count ) { h1 { _("Pictures available in system") }; + } else { + span { outs _("No pubicly available pictures at this time...") } } table { while ( my $f = $fc->next ) {