From 338e85582a9181df93e59eda877da32a4b5c77e9 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 27 Dec 2007 13:18:37 -0500 Subject: [PATCH] Improvements to nomenclature re: authority tag, making .tip global Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../intranet-tmpl/prog/en/modules/admin/authtypes.tmpl | 10 ++++++---- .../prog/en/modules/members/memberentrygen.tmpl | 8 ++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 8fdcb4ac92..8ad79812ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -305,7 +305,7 @@ div#reserves,div#checkouts { padding : 1em; } -div#header_search .tip { +.tip { font-size: 93%; color : Gray; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl index 7bd3c6c7c9..3a95d533bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl @@ -91,9 +91,11 @@ function Check(f) {
  • " />
  • -

    Enter here the number of the tag that will be reported in the biblio (subfield by subfield). For example, in UNIMARC, enter 200 to report every 200 subfield in the 70x biblio

    - " />
  • - +

    Note: for 'Authority field to copy', enter the authority field that should be copied from the authority record to the bibliographic record. E.g., in MARC21, field 100 in the authority record should be copied to field 100 in the bibliographic record

    + " /> + + +
    Cancel
    @@ -136,7 +138,7 @@ function Check(f) { Code Description Summary - Tag reported + Auth field copied   Edit Delete diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl index 2d5630c201..82bcba354d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl @@ -85,17 +85,17 @@ patron -
  • login/password already exists.
  • +
  • Login/password already exists.
  • Cardnumber already in use.
  • -
  • Patron is too young or too old for their category. +
  • Patron's age is incorrect for their category. Ages allowed are .
  • -
  • Branch selected not allowed.
  • +
  • Library is invalid.
  • Date of birth is invalid.
  • @@ -568,7 +568,7 @@ patron + Library: Required -- 2.20.1