From 0ded1ac11e34f082b1a0f47176266da6e7f46699 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 10 Jul 2003 14:11:46 +0000 Subject: [PATCH] small fixes for thesaurus modification & removed useless "toponly" in templates --- admin/thesaurus.pl | 2 +- .../intranet-tmpl/default/en/parameters/thesaurus.tmpl | 8 +++----- .../intranet-tmpl/default/fr/parameters/thesaurus.tmpl | 2 -- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/admin/thesaurus.pl b/admin/thesaurus.pl index 3caaf3c7c2..9c03d38e22 100755 --- a/admin/thesaurus.pl +++ b/admin/thesaurus.pl @@ -29,7 +29,7 @@ use C4::Authorities; my $input = new CGI; my $search_category=$input->param('search_category'); -$search_category=$input->param('category') unless $search_category; +# $search_category=$input->param('category') unless $search_category; #my $toponly = $input->param('toponly'); my $branch = $input->param('branch'); my $searchstring = $input->param('searchstring'); diff --git a/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl b/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl index 58e9473654..1af5a7b25a 100644 --- a/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl @@ -34,12 +34,12 @@ -

ModifyAdd

+

AddModify

- - + + @@ -63,7 +63,6 @@
"> "> "> - "> "> "> "> @@ -104,7 +103,6 @@ - checked>Top hierarchy only "> New category... diff --git a/koha-tmpl/intranet-tmpl/default/fr/parameters/thesaurus.tmpl b/koha-tmpl/intranet-tmpl/default/fr/parameters/thesaurus.tmpl index 634562ee77..8d74d09106 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/parameters/thesaurus.tmpl +++ b/koha-tmpl/intranet-tmpl/default/fr/parameters/thesaurus.tmpl @@ -66,7 +66,6 @@ "> "> "> - "> "> "> "> @@ -113,7 +112,6 @@ - checkedTop hierarchy only "> Nouvelle catégorie... -- 2.39.2