From cf7b493432b9cf29f16e22c11edfdf2f2162c4b6 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 4 Aug 2005 21:17:04 +0000 Subject: [PATCH] Added styles for "sticky due date" form in circ --- .../prog/en/help/acqui/newbiblio.tmpl | 8 +++ .../prog/en/help/admin/aqbookfund.tmpl | 16 +++++ .../prog/en/help/admin/authorised_values.tmpl | 12 ++++ .../prog/en/help/admin/authtypes.tmpl | 19 +++++ .../prog/en/help/admin/biblio_framework.tmpl | 7 ++ .../prog/en/help/admin/branches.tmpl | 12 ++++ .../prog/en/help/admin/categorie.tmpl | 26 +++++++ .../prog/en/help/admin/checkmarc.tmpl | 7 ++ .../prog/en/help/admin/currency.tmpl | 7 ++ .../prog/en/help/admin/issuingrules.tmpl | 20 ++++++ .../prog/en/help/admin/itemtypes.tmpl | 20 ++++++ .../prog/en/help/admin/koha2marclinks.tmpl | 13 ++++ .../help/admin/marc_subfields_structure.tmpl | 32 +++++++++ .../prog/en/help/admin/marctagstructure.tmpl | 26 +++++++ .../prog/en/help/admin/printers.tmpl | 9 +++ .../prog/en/help/admin/stopwords.tmpl | 9 +++ .../prog/en/help/admin/systempreferences.tmpl | 71 +++++++++++++++++++ .../prog/en/help/admin/z3950servers.tmpl | 16 +++++ .../prog/en/help/authorities/authorities.tmpl | 1 + .../intranet-tmpl/prog/en/help/bull-home.tmpl | 11 +++ .../prog/en/help/bull/bull-home.tmpl | 7 ++ .../prog/en/help/bull/statecollection.tmpl | 28 ++++++++ .../prog/en/help/bull/subscription-add.tmpl | 32 +++++++++ .../en/help/bull/subscription-detail.tmpl | 30 ++++++++ .../prog/en/help/circ/circulation.tmpl | 16 +++++ .../prog/en/help/circ/returns.tmpl | 14 ++++ .../prog/en/help/export/marc.tmpl | 12 ++++ .../prog/en/help/import/breeding.tmpl | 25 +++++++ .../prog/en/help/members/memberentry.tmpl | 19 +++++ .../prog/en/help/members/members-home.tmpl | 15 ++++ .../prog/en/help/members/moremember.tmpl | 17 +++++ .../intranet-tmpl/prog/en/help/nohelp.tmpl | 7 ++ .../prog/en/help/search.marc/search.tmpl | 29 ++++++++ 33 files changed, 593 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/acqui/newbiblio.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/authorised_values.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/biblio_framework.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/branches.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/categorie.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/checkmarc.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/currency.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/issuingrules.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/itemtypes.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/koha2marclinks.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/marc_subfields_structure.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/marctagstructure.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/printers.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/stopwords.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/systempreferences.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/admin/z3950servers.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/authorities/authorities.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/bull-home.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/bull/bull-home.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/bull/statecollection.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-add.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/bull/subscription-detail.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/circ/circulation.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/circ/returns.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/export/marc.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/import/breeding.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/members/memberentry.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/members/members-home.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/members/moremember.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/nohelp.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/help/search.marc/search.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/help/acqui/newbiblio.tmpl b/koha-tmpl/intranet-tmpl/prog/en/help/acqui/newbiblio.tmpl new file mode 100644 index 0000000000..f2d605218a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/help/acqui/newbiblio.tmpl @@ -0,0 +1,8 @@ +Online Help: Add Bibliographic Record + + +

Add Bibliographic Record

+ +

Sorting Field 1 and Sorting Field 2 may now be related to a list of Authorized Values. All you have to do is define an Asort1 or Asort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Bibliographic Record page

+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl b/koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl new file mode 100644 index 0000000000..4bf747a755 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/help/admin/aqbookfund.tmpl @@ -0,0 +1,16 @@ +Online Help: System Preferences -- Book Fund Administration + + +

Book Fund Administration

+ +

The first time you access this page, you will be asked to add your first book fund -- thereafter you will also have the option of editing and deleting book funds.

+ +

Book Funds may be ignored if you are setting your System Preferences to "simple" acquisitions: the funds are only useful when using "normal" acquisitions.

+ +

"Book Funds" are accounts that you establish to keep track of your expenditures for library materials. They may be used for any kind of material, not just books, and should match the lines in your materials budget. For instance, if your library establishes a budget line for books, another for audiovisual materials, a third line for magazines, and a fourth budget line for electronic databases, then you would have four Book Funds.

+ +

Each Book Fund has a unique fund code, limited to no more than five characters, that identifies it. You should decide on your fund codes (e.g. something like BOOKS, AV, MAGS, DATA for the four book funds described above) and enter the code in the "Book fund" box, then a full name in the "Name" box.

+ +

Once you have set up a fund, you will see a link to a page for setting up the fund budget. Here you will enter the beginning and ending dates of your budget year and the amount of money in that particular budget line. Do not use any kind of currency notation (like "$") or commas when entering the number. (Commas will be converted to decimal points.) NOTE: Your dates will not saved correctly unless you have set your date format in the System Preferences section of the Parameters page -- DO THIS BEFORE setting budgets.)

+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/help/admin/authorised_values.tmpl b/koha-tmpl/intranet-tmpl/prog/en/help/admin/authorised_values.tmpl new file mode 100644 index 0000000000..525f08fbfc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/help/admin/authorised_values.tmpl @@ -0,0 +1,12 @@ +Online Help: System Preferences -- Authorised values management + +

Authorised values management

+

Koha allows you to restrict the values that catalogers can place in some MARC subfields to certain pre-defined "authorised" values. These authorised values are defined here.

+ +

For example, if your Koha installation is used by several libraries, and you use MARC21, you might want to restrict the 850a MARC subfield to the instition codes for just those libraries. In that case, you could define a new authorised values category (perhaps called "INST") and enter the institution codes as the authorised values for that category. Once the 850a subfield is linked to the INST authorised values category in your MARC tag structure, catalogers must choose a value from the list you define here, and may not type in any other value.

+ +

Koha automatically sets up authorised value categories for your item types and branch codes, and you can link these authorised values to MARC subfields when you set up your MARC tag structure.

+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl new file mode 100644 index 0000000000..3e9cb8fa90 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/help/admin/authtypes.tmpl @@ -0,0 +1,19 @@ +Online Help: System Preferences -- Authority types + +

Authority types

+

You can define as many Authority types as you want.

+