Bug 35063: (follow-up) Adjust dbrevs to the reference format
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
95bf97dd73
commit
cf8bfc8b42
4 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ return {
|
|||
undef, $insert_id, $opacmaintenancenotice
|
||||
);
|
||||
|
||||
say $out "Added 'OpacMaintenanceNotice' additional content";
|
||||
say $out "Added 'OpacMaintenanceNotice' HTML customization";
|
||||
}
|
||||
|
||||
# Remove old system preference
|
||||
|
|
|
@ -30,7 +30,7 @@ return {
|
|||
undef, $insert_id, $opacresultssidebar
|
||||
);
|
||||
|
||||
say $out "Added 'OpacMaintenanceNotice' additional content";
|
||||
say $out "Added 'OpacMaintenanceNotice' HTML customization";
|
||||
}
|
||||
|
||||
# Remove old system preference
|
||||
|
|
|
@ -30,7 +30,7 @@ return {
|
|||
undef, $insert_id, $patronselfregistrationadditionalinstructions
|
||||
);
|
||||
|
||||
say $out "Added 'PatronSelfRegistrationAdditionalInstructions' additional content";
|
||||
say $out "Added 'PatronSelfRegistrationAdditionalInstructions' HTML customization";
|
||||
}
|
||||
|
||||
# Remove old system preference
|
||||
|
|
|
@ -30,7 +30,7 @@ return {
|
|||
undef, $insert_id, $opacsuppressionmessage
|
||||
);
|
||||
|
||||
say $out "Added 'OpacSuppressionMessage' additional content";
|
||||
say $out "Added 'OpacSuppressionMessage' HTML customization";
|
||||
}
|
||||
|
||||
# Remove old system preference
|
||||
|
|
Loading…
Reference in a new issue