From d73b577fa60f0157df56505513be1ea94b06483f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Jul 2008 07:50:14 -0500 Subject: [PATCH] Fix for Bug 2408 ("Note: separated from content in cgi-bin/koha/serials/subscription-add.pl") and other markup corrections. Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 2 +- .../en/modules/serials/subscription-add.tmpl | 24 +++++++++---------- 2 files changed, 13 insertions(+), 13 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 c2636f2e05..ab7b2c75e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -484,7 +484,7 @@ div.yui-b fieldset.brief select { fieldset.rows { border-width : 1px; -border-bottom : 1px solid black; +border-bottom : 1px solid #666; float : left; font-size : 90%; clear : left; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl index 134a72a746..994c125bc1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl @@ -835,10 +835,10 @@ window.onload = irregular_order(); " size="8" /> (" disabled="disabled" readonly="readonly" />)
  • - + " size="8" /> - (" disabled="disabled" readonly="readonly" />) + (" disabled="disabled" readonly="readonly" />) Required @@ -853,11 +853,11 @@ window.onload = irregular_order();
  • - + " size="20" />
  • - +
  • - +
  • - + -
    Select a notice and patrons on the routing list will be notified when new issues are received.
    +
    Select a notice and patrons on the routing list will be notified when new issues are received.
    -
    To notify patrons of new serial issues, you must define a notice.
    +
    To notify patrons of new serial issues, you must define a notice.
  • -
    Note: +
    Note:
      -
    • The subscription must be associated with a bibliographic record.
    • -
    • You must select a vendor if you wish to generate claims.
    • +
    • The subscription must be associated with a bibliographic record.
    • +
    • You must select a vendor if you wish to generate claims.
    -- 2.39.5