Lines 72-77
my $warnPrefEasyAnalyticalRecords = ( $prefEasyAnalyticalRecords && $prefUseCo
Link Here
|
72 |
|
72 |
|
73 |
my $errZebraConnection = C4::Context->Zconn("biblioserver",0)->errcode(); |
73 |
my $errZebraConnection = C4::Context->Zconn("biblioserver",0)->errcode(); |
74 |
|
74 |
|
|
|
75 |
my $warnIsRootUser = (! $loggedinuser); |
76 |
|
75 |
$template->param( |
77 |
$template->param( |
76 |
kohaVersion => $kohaVersion, |
78 |
kohaVersion => $kohaVersion, |
77 |
osVersion => $osVersion, |
79 |
osVersion => $osVersion, |
Lines 87-92
$template->param(
Link Here
|
87 |
warnPrefBiblioAddsAuthorities => $warnPrefBiblioAddsAuthorities, |
89 |
warnPrefBiblioAddsAuthorities => $warnPrefBiblioAddsAuthorities, |
88 |
warnPrefEasyAnalyticalRecords => $warnPrefEasyAnalyticalRecords, |
90 |
warnPrefEasyAnalyticalRecords => $warnPrefEasyAnalyticalRecords, |
89 |
errZebraConnection => $errZebraConnection, |
91 |
errZebraConnection => $errZebraConnection, |
|
|
92 |
warnIsRootUser => $warnIsRootUser, |
90 |
); |
93 |
); |
91 |
|
94 |
|
92 |
my @components = (); |
95 |
my @components = (); |