From ca9d876d791c8ea82fa3afb970f5590e7a9aae98 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 May 2008 09:34:16 -0500 Subject: [PATCH] A couple of fixes: Logs tab was not highlighted when chosen; Serials checkexpiration.pl linked to biblio detail rather than subscription detail. Also adding 'edit' and 'renew' links to those results. Signed-off-by: Joshua Ferraro --- .../prog/en/includes/sysprefs-menu.inc | 2 +- .../en/modules/serials/checkexpiration.tmpl | 33 +++++-------------- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc index e077103dc0..b012a5445b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc @@ -7,7 +7,7 @@
  • Cataloguing
  • Circulation
  • I18N/L10N
  • -
  • Logs
  • +
  • Logs
  • OAI-PMH
  • OPAC
  • Patrons
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl index fea148e780..8912c1cb10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl @@ -4,7 +4,6 @@ @@ -84,6 +88,7 @@ Title Note Expiration date +   @@ -94,34 +99,12 @@ - - - "> - + "> | - - - "> - - - - | - - - - "> - - - - | - - - - @@ -129,6 +112,8 @@ + ">Edit + " onclick="popup(); return false;">Renew -- 2.20.1