Even more applying standard dialog styles to confirmation messages. Also fixing alter...
[koha.git] / about.pl
index 0873ef5..b1a7b88 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -32,7 +32,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $query,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { parameters => 1 },
+        flagsrequired   => { catalogue => 1 },
         debug           => 1,
     }
 );
@@ -56,11 +56,14 @@ $template->param(
     zebraVersion  => $zebraVersion,
 );
 my @component_names =
-    qw/CGI
+    qw/
+Biblio::EndnoteStyle
+CGI
 CGI::Carp
 CGI::Session
 Class::Factory::Util
 Class::Accessor
+Compress::Zlib
 DBD::mysql
 DBI
 Data::Dumper
@@ -99,6 +102,7 @@ Test
 Test::Harness
 Test::More
 Text::CSV
+Text::CSV_XS
 Text::Wrap
 Time::HiRes
 Time::localtime