From 3d82f4568e84ba1faae108e75e888ae68140f859 Mon Sep 17 00:00:00 2001
From: tipaul
Date: Thu, 17 Jun 2004 08:19:20 +0000
Subject: [PATCH] authorities (continued)
---
authorities/authorities.pl | 3 +--
.../default/en/authorities/authorities.tmpl | 3 ++-
.../en/authorities/searchresultlist.tmpl | 20 ++++++++++++++++---
3 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/authorities/authorities.pl b/authorities/authorities.pl
index 391a42efbe..d189d4970a 100755
--- a/authorities/authorities.pl
+++ b/authorities/authorities.pl
@@ -336,7 +336,7 @@ if ($op eq "add") {
# MARC::Record built => now, record in DB
warn "IN ADD : ".$record->as_formatted();
if ($is_a_modif) {
- AUTHmodauthority($dbh,$record,$authid,$authtypecode);
+ AUTHmodauthority($dbh,$authid,$record,$authtypecode);
} else {
($authid) = AUTHaddauthority($dbh,$record,$authid,$authtypecode);
}
@@ -419,7 +419,6 @@ foreach my $thisauthtype (keys %$authtypes) {
selected => $selected,
authtypetext => $authtypes->{$thisauthtype}{'authtypetext'},
);
- warn "X = $authtypes->{$thisauthtype}{'authtypetext'}";
push @authtypesloop, \%row;
}
diff --git a/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl b/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl
index c56a3e9670..2b0cf444d0 100644
--- a/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl
+++ b/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl
@@ -8,10 +8,11 @@
">
+ ">
-
+
diff --git a/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl b/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl
index a3a937e882..3444187313 100644
--- a/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl
+++ b/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl
@@ -30,13 +30,27 @@