From df69fcd17a3aae871f8c94ba8d1a43033ed2b14b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 6 Nov 2007 16:30:52 -0600 Subject: [PATCH] fixed typo that caused DefaultClassificationSource pref to not be a drop-down Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- admin/systempreferences.pl | 2 +- .../intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 7337ee3c87..e028d9ae53 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -366,7 +366,7 @@ if ($op eq 'add_form') { push @options, { option => $theme, counter => $counter }; $counter++; } - } elsif ($data->{'type'} eq 'ClassSource') { + } elsif ($data->{'type'} eq 'ClassSources') { $template->param('type-choice' => 1); my $type=''; @options=(); diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl index f17cce0fa9..a8e9662bda 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl @@ -118,7 +118,7 @@
Note: you should have no reasons to modify the following default values
    -
    (Choice, YesNo, Integer, Textarea, Float, Themes, Languages, or ClassSource)
    +
    (Choice, YesNo, Integer, Textarea, Float, Themes, Languages, or ClassSources)
    " size="40" maxlength="40">
    (a choice list for Choice (separated by |) or cols|rows for Texarea)
    -- 2.39.2