From 6e52709824006759f82c1a854fc3c3a1d8b67dd4 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Wed, 18 Jun 2008 13:04:17 -0500 Subject: [PATCH] Bug: 2259: eliminate lines too long for git to use. This patch modifies 13 HTML templates and includes that have lines in them longer than 998 characters. Lines this long are known to break git. I believe that none of these change behaviour at all, but I'm concerned about one of them. It adds whitespace (carraige returns) inside a tag. I'm not certain that all browsers will deal with this OK. No documentation changes necessary here. Signed-off-by: Joshua Ferraro <jmf@liblime.com> --- .../admin/auth_subfields_structure.tmpl | 13 ++++++- .../en/modules/admin/auth_tag_structure.tmpl | 15 +++++++- .../admin/marc_subfields_structure.tmpl | 17 +++++++-- .../value_builder/unimarc_field_4XX.tmpl | 14 ++++++-- .../prog/en/modules/circ/bookcount.tmpl | 23 ++++++++++-- .../en/modules/help/acqui/acqui-home.tmpl | 8 ++++- .../help/suggestion/acceptorreject.tmpl | 9 +++-- .../modules/reports/guided_reports_start.tmpl | 20 +++++++++-- .../opac-tmpl/prog/en/includes/usermenu.inc | 21 +++++++++-- .../prog/en/modules/opac-results-grouped.tmpl | 8 ++++- .../prog/en/modules/opac-results.tmpl | 10 +++++- .../prog/en/modules/opac-shelves.tmpl | 8 ++++- .../prog/en/modules/sco/circulation.tmpl | 35 +++++++++++++++++-- 13 files changed, 181 insertions(+), 20 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl index e458c1997f..bf9ceba797 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl @@ -26,7 +26,18 @@ function displayMoreConstraint(numlayer){ <!-- TMPL_INCLUDE NAME="header.inc" --> <!-- TMPL_INCLUDE NAME="cat-search.inc" --> -<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <!-- TMPL_IF NAME="else" -->Authority MARC subfield structure<!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&tagsubfield=<!-- TMPL_VAR NAME="tagsubfield" -->&authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->">Authority MARC subfield structure</a> › <!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirm" -->Confirm Deletion of Subfield <!-- TMPL_VAR NAME="tagsubfield" -->?<!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirmed" -->Data deleted<!-- /TMPL_IF --><!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF NAME="use-heading-flags-p" --><!-- TMPL_IF NAME="heading-edit-subfields-p" -->Edit MARC subfields constraints<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF --><!-- /TMPL_IF --></div> +<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › + <!-- TMPL_IF NAME="else" -->Authority MARC subfield structure + <!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&tagsubfield=<!-- TMPL_VAR NAME="tagsubfield" -->&authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->">Authority MARC subfield structure</a> › + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="delete_confirm" -->Confirm Deletion of Subfield <!-- TMPL_VAR NAME="tagsubfield" -->?<!-- /TMPL_IF --> + <!-- TMPL_IF NAME="delete_confirmed" -->Data deleted<!-- /TMPL_IF --> + <!-- TMPL_IF NAME="add_form" --> + <!-- TMPL_IF NAME="use-heading-flags-p" --> + <!-- TMPL_IF NAME="heading-edit-subfields-p" -->Edit MARC subfields constraints<!-- /TMPL_IF --> + <!-- TMPL_ELSE --><!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF --> + <!-- /TMPL_IF --> +</div> <div id="doc3" class="yui-t2"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl index ac5e0999b9..deeac09e74 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl @@ -64,7 +64,20 @@ return false; <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF NAME="use-heading-flags-p" --> <!-- TMPL_IF NAME="heading-modify-tag-p" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › <!-- TMPL_IF NAME="authtypecode" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->"><!-- TMPL_VAR NAME="authtypecode" --> Framework</a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default Framework</a><!-- /TMPL_IF --> › Modify tag<!-- /TMPL_IF --> <!-- TMPL_IF NAME="heading-add-tag-p" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › <!-- TMPL_IF NAME="authtypecode" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->"><!-- TMPL_VAR NAME="authtypecode" --> Framework</a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default Framework</a><!-- /TMPL_IF --> › New tag<!-- /TMPL_IF --> - <!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › <!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › <!-- TMPL_IF NAME="authtypecode" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->"><!-- TMPL_VAR NAME="authtypecode" --> Framework</a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default Framework</a><!-- /TMPL_IF --> › Confirm Deletion<!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirmed" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › Data Deleted<!-- TMPL_ELSE -->Authority MARC Framework: <!-- TMPL_IF NAME="authtypecode" --><!-- TMPL_VAR NAME="authtypecode" --> Framework<!-- TMPL_ELSE -->Default Framework<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF --></div> + <!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › <!-- TMPL_VAR NAME="action" --> + <!-- /TMPL_IF --> + <!-- TMPL_ELSE --> + <!-- TMPL_IF NAME="delete_confirm" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › + <!-- TMPL_IF NAME="authtypecode" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->"><!-- TMPL_VAR NAME="authtypecode" --> Framework</a> + <!-- TMPL_ELSE --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default Framework</a><!-- /TMPL_IF --> › Confirm Deletion + <!-- TMPL_ELSE --> + <!-- TMPL_IF NAME="delete_confirmed" --><a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Authority MARC Framework</a> › Data Deleted + <!-- TMPL_ELSE -->Authority MARC Framework: <!-- TMPL_IF NAME="authtypecode" --><!-- TMPL_VAR NAME="authtypecode" --> Framework + <!-- TMPL_ELSE -->Default Framework<!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> +</div> <div id="doc3" class="yui-t2"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl index 7d3b6d33e0..6376cc428c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl @@ -27,8 +27,21 @@ function displayMoreConstraint(numlayer){ <!-- TMPL_INCLUDE NAME="header.inc" --> <!-- TMPL_INCLUDE NAME="cat-search.inc" --> -<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Frameworks</a> › <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->&searchfield=<!-- TMPL_VAR name="tagfield" -->"><!-- TMPL_VAR NAME="frameworkcode" --> Framework Structure</a> › <!-- TMPL_IF name="add_form" --><!-- TMPL_IF NAME="use-heading-flags-p" --><!-- TMPL_IF NAME="heading-edit-subfields-p" --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › Edit subfields constraints<!-- /TMPL_IF --><!-- TMPL_ELSE --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › <!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF --><!-- /TMPL_IF --> -<!-- TMPL_IF name="delete_confirm" --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › Confirm Deletion of Subfield <!-- TMPL_VAR NAME="tagsubfield" --><!-- /TMPL_IF --><!-- TMPL_IF name="delete_confirmed" --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › Subfield Deleted<!-- /TMPL_IF --><!-- TMPL_IF name="else" -->Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure<!-- /TMPL_IF --></div> +<div id="breadcrumbs"> + <a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Frameworks</a> › <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->&searchfield=<!-- TMPL_VAR name="tagfield" -->"><!-- TMPL_VAR NAME="frameworkcode" --> Framework Structure</a> › + <!-- TMPL_IF name="add_form" --> + <!-- TMPL_IF NAME="use-heading-flags-p" --> + <!-- TMPL_IF NAME="heading-edit-subfields-p" --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › Edit subfields constraints + <!-- /TMPL_IF --> + <!-- TMPL_ELSE --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › <!-- TMPL_VAR NAME="action" --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> +<!-- TMPL_IF name="delete_confirm" --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › Confirm Deletion of Subfield <!-- TMPL_VAR NAME="tagsubfield" --> +<!-- /TMPL_IF --> +<!-- TMPL_IF name="delete_confirmed" --> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=<!-- TMPL_VAR NAME="tagfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure</a> › Subfield Deleted +<!-- /TMPL_IF --> +<!-- TMPL_IF name="else" -->Tag <!-- TMPL_VAR NAME="tagfield" --> Subfield Structure<!-- /TMPL_IF --> +</div> <div id="doc" class="yui-t7"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tmpl index 6b3360291f..09258477a0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tmpl @@ -128,8 +128,18 @@ <h2>Search results</h2> <div id="unimarc_field_4XX_resultnumber"> <p><!-- TMPL_IF NAME="displayprev" --> <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&index=<!--TMPL_VAR Name="index"-->&startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&search=<!-- TMPL_VAR NAME="search" -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search"><< Previous</a><!-- /TMPL_IF --> - <!-- TMPL_LOOP NAME="numbers" --><!-- TMPL_IF NAME="highlight" --> <span class="highlight"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE --> <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&index=<!--TMPL_VAR Name="index"-->&startfrom=<!-- TMPL_VAR NAME="startfrom" -->&search=<!-- TMPL_VAR NAME="search" ESCAPE=URL -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search"><!-- TMPL_VAR NAME="number" --></a><!-- /TMPL_IF --><!-- /TMPL_LOOP --> <!-- TMPL_IF NAME="displaynext" --><a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&index=<!--TMPL_VAR Name="index"-->&startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&search=<!-- TMPL_VAR NAME="search" -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">Next>></a><!-- /TMPL_IF --></p> - <p class="resultcount"><!-- TMPL_IF NAME="total" -->Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --><!-- TMPL_ELSE -->No results found<!-- /TMPL_IF --></p></div> + <!-- TMPL_LOOP NAME="numbers" --> + <!-- TMPL_IF NAME="highlight" --> <span class="highlight"><!-- TMPL_VAR NAME="number" --></span> + <!-- TMPL_ELSE --> <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&index=<!--TMPL_VAR Name="index"-->&startfrom=<!-- TMPL_VAR NAME="startfrom" -->&search=<!-- TMPL_VAR NAME="search" ESCAPE=URL -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search"><!-- TMPL_VAR NAME="number" --></a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF NAME="displaynext" --> + <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_4XX.pl&index=<!--TMPL_VAR Name="index"-->&startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&search=<!-- TMPL_VAR NAME="search" -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">Next>></a> + <!-- /TMPL_IF --></p> + <p class="resultcount"> + <!-- TMPL_IF NAME="total" -->Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --> + <!-- TMPL_ELSE -->No results found + <!-- /TMPL_IF --></p></div> <div id="resultlist"> <table> <tr> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl index f696b4d950..7116629272 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl @@ -18,7 +18,26 @@ <h1> <!-- TMPL_VAR Name="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR Name="author" -->)<!-- /TMPL_IF --></a></h1> <h2>Barcode <!-- TMPL_VAR Name="barcode" --></h2> -<div class="tabitem"><form action="/cgi-bin/koha/catalogue/detail.pl" method="get"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->" /><input type="hidden" name="type" value="intra" /><input type="submit" class="submit" value="Brief Display" /></form> <form action="/cgi-bin/koha/catalogue/moredetail.pl" method="get"><input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->" /><input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" /><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" /> <input type="submit" class="submit" value="Item Details" /></form><!-- TMPL_IF NAME="norequests" --><!-- TMPL_ELSE --> <form action="/cgi-bin/koha/reserve/request.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="biblionumber" -->" name="biblionumber"> <input type="submit" value="Place Reserve" class="submit" /></form><!-- /TMPL_IF --></div> +<div class="tabitem"> + <form action="/cgi-bin/koha/catalogue/detail.pl" method="get"> + <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->" /> + <input type="hidden" name="type" value="intra" /> + <input type="submit" class="submit" value="Brief Display" /> + </form> + <form action="/cgi-bin/koha/catalogue/moredetail.pl" method="get"> + <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->" /> + <input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" /> + <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> + <input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" /> <input type="submit" class="submit" value="Item Details" /> + </form> + <!-- TMPL_IF NAME="norequests" --> + <!-- TMPL_ELSE --> + <form action="/cgi-bin/koha/reserve/request.pl" method="get"> + <input type="hidden" value="<!-- TMPL_VAR name="biblionumber" -->" name="biblionumber"> + <input type="submit" value="Place Reserve" class="submit" /> + </form> + <!-- /TMPL_IF --> +</div> <table> <tr><th>Home Library: </th><td> <!-- TMPL_VAR Name="homebranch" --> </td></tr> <tr><th>Current Library: </th><td> <!-- TMPL_VAR Name="holdingbranch" --></td></tr> @@ -49,4 +68,4 @@ <!-- TMPL_INCLUDE NAME="circ-menu.inc" --> </div> </div> -<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> \ No newline at end of file +<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tmpl index eb1b5f9626..2e467f4c3a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqui-home.tmpl @@ -11,6 +11,12 @@ <p>There are two ways to receive an order:</p><ol><li><strong>By Supplier (Supplier Search) - </strong>search for the vendor and view all order associated with the item. </li><li><strong>By Order (Orders Search) -</strong> enter the title of the ordered Item in the orders search and locate the item.</li></ol><h2>What needs to be setup to use Acquisitions?</h2> -<p>To make the most of acquisitions the following needs to be setup under <strong>System Administration</strong></p><ul><li><strong>Budgets and Funds</strong> - "Funds" are used to group "Budgets". For example a Fund may be called "General Stack", and will have a "Budget" which records the amount availalbe to spend during the period of the budget. A budget must have a start and end date. </li><li><strong>Exchange Rates (optional)- </strong>If making purchases in overseas currency, the exchange rate will need to be set realtive to your local currency. Remember that your local currency should be set to 1.00<br /><strong>NOTE: Exchanges Rates need to be updated manually. <br /></strong></li><li><strong>Vendor(s) - </strong>These are the entities where items are purchased, or donated from. Orders are placed with Vendors.</li></ul><h2>How do you handle donated items? </h2>In Koha, doners are simply vendors who do not charge anything for items. You can either setup a catchall vendor account for all donations, or setup a new vendor account for each doner. When items are "ordered" from a vendor, simply enter 0 in the purchase price. If you wish to, you can record the actual value of the item in the "Replacement Cost" field.  +<p>To make the most of acquisitions the following needs to be setup under <strong>System Administration</strong></p> +<ul> + <li><strong>Budgets and Funds</strong> - "Funds" are used to group "Budgets". For example a Fund may be called "General Stack", and will have a "Budget" which records the amount availalbe to spend during the period of the budget. A budget must have a start and end date. </li> + <li><strong>Exchange Rates (optional)- </strong>If making purchases in overseas currency, the exchange rate will need to be set realtive to your local currency. Remember that your local currency should be set to 1.00<br /><strong>NOTE: Exchanges Rates need to be updated manually. <br /></strong></li> + <li><strong>Vendor(s) - </strong>These are the entities where items are purchased, or donated from. Orders are placed with Vendors.</li> +</ul> +<h2>How do you handle donated items? </h2>In Koha, doners are simply vendors who do not charge anything for items. You can either setup a catchall vendor account for all donations, or setup a new vendor account for each doner. When items are "ordered" from a vendor, simply enter 0 in the purchase price. If you wish to, you can record the actual value of the item in the "Replacement Cost" field.  <!-- TMPL_INCLUDE name="help-bottom.inc" --> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl index f0a9c1a092..819557c499 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl @@ -6,6 +6,11 @@ <h2>How do I manage suggestions?</h2> -<p>Suggestions that have been placed but not acted upon will show on the "Waiting" tab below. To process a suggestion the "Status" needs to be changed and a "Reason" chosen.</p><p>Marking an item as "Accepted", will move the suggestion to the Accepted tab. The suggested item can now be added to an order in Acquisitions by using the "From a Suggestion" feature under "Add To Order". </p><p>Marking an item  as "Rejected", will move the selected item to the rejected tab.</p><p>When ever the status is changed to Accepted or Rejected, the reason for the status change can be selected from the "Reason" drop down. Reasons are Authorised values that need to be setup by the library. There is also the option to select "Other" and enter a custom reason.</p><p>The authorised values for "Reason" can be set under System Administration > Authorised Values. From the drop down select the "SUGGEST" authorised value category and add your custom reasons.</p><p>Once the status and reason have been selected, these will display for the suggestor in the OPAC.</p> +<p>Suggestions that have been placed but not acted upon will show on the "Waiting" tab below. To process a suggestion the "Status" needs to be changed and a "Reason" chosen.</p> +<p>Marking an item as "Accepted", will move the suggestion to the Accepted tab. The suggested item can now be added to an order in Acquisitions by using the "From a Suggestion" feature under "Add To Order". </p> +<p>Marking an item  as "Rejected", will move the selected item to the rejected tab.</p> +<p>When ever the status is changed to Accepted or Rejected, the reason for the status change can be selected from the "Reason" drop down. Reasons are Authorised values that need to be setup by the library. There is also the option to select "Other" and enter a custom reason.</p> +<p>The authorised values for "Reason" can be set under System Administration > Authorised Values. From the drop down select the "SUGGEST" authorised value category and add your custom reasons.</p> +<p>Once the status and reason have been selected, these will display for the suggestor in the OPAC.</p> -<!-- TMPL_INCLUDE name="help-bottom.inc" --> \ No newline at end of file +<!-- TMPL_INCLUDE name="help-bottom.inc" --> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl index 3e917eae80..65c61e54a6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl @@ -1,6 +1,14 @@ <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> <title>Koha › Reports <!-- TMPL_IF NAME="start" --> › Guided Reports Wizard <!-- /TMPL_IF --><!-- TMPL_IF NAME="saved1" --> › Guided Reports Wizard › Saved Reports<!-- /TMPL_IF --><!-- TMPL_IF NAME="create" --> › Guided Reports Wizard › Create from SQL<!-- /TMPL_IF --><!-- TMPL_IF NAME="showsql" --> - › Guided Reports Wizard › Saved Reports › SQL View<!-- /TMPL_IF --><!-- TMPL_IF NAME="execute" --> › Guided Reports Wizard › Saved Reports › <!-- TMPL_VAR NAME="name" --> Report<!-- /TMPL_IF --><!-- TMPL_IF NAME="build1" -->› Guided Reports Wizard › Build A Report, Step 1: Choose a Module<!-- /TMPL_IF --><!-- TMPL_IF NAME="build2" -->› Guided Reports Wizard › Build A Report, Step 2: Pick a Report Type<!-- /TMPL_IF --><!-- TMPL_IF NAME="build3" -->› Guided Reports Wizard › Build A Report, Step 3 of 6: Select Columns for Display<!-- /TMPL_IF --><!-- TMPL_IF NAME="build4" --> › Guided Reports Wizard › Build A Report, Step 4 of 6: Select Criteria to Limit on<!-- /TMPL_IF --><!-- TMPL_IF NAME="build5" --> › Guided Reports Wizard › Build A Report, Step 5 of 6: Pick which columns to total<!-- /TMPL_IF --><!-- TMPL_IF NAME="build6" -->› Guided Reports Wizard › Build A Report, Step 6 of 6: Select how you want the report ordered<!-- /TMPL_IF --> + › Guided Reports Wizard › Saved Reports › SQL View + › Guided Reports Wizard › Saved Reports › Report + › Guided Reports Wizard › Build A Report, Step 1: Choose a Module + › Guided Reports Wizard › Build A Report, Step 2: Pick a Report Type + › Guided Reports Wizard › Build A Report, Step 3 of 6: Select Columns for Display + › Guided Reports Wizard › Build A Report, Step 4 of 6: Select Criteria to Limit on + › Guided Reports Wizard › Build A Report, Step 5 of 6: Pick which columns to total + › Guided Reports Wizard › Build A Report, Step 6 of 6: Select how you want the report ordered + @@ -39,7 +47,15 @@ $(document).ready(function(){ + › Guided Reports WizardSaved ReportsSQL View + Guided Reports WizardSaved Reports Report + Guided Reports Wizard › Build A Report, Step 1: Choose a Module + Guided Reports WizardBuild A Report, Step 2: Pick a Report Type + Guided Reports WizardBuild A Report, Step 3 of 6: Select Columns for Display + Guided Reports WizardBuild A Report, Step 4 of 6: Select Criteria to Limit on + Guided Reports WizardBuild A Report, Step 5 of 6: Pick which columns to total + Guided Reports WizardBuild A Report, Step 6 of 6: Select how you want the report ordered +
diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc index 89793d738f..3b6524faed 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc @@ -1,4 +1,21 @@ diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl index 1d889f73b9..62f26d8125 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl @@ -183,7 +183,13 @@ $(document).ready(function(){ - . " title="View details for this title"> " title="View details for this title"> " title="View details for this title"> by " title="Search for works by this author">  + . " title="View details for this title"> + + " title="View details for this title"> + " title="View details for this title"> + + by " title="Search for works by this author"> +  

- - ; diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index 4499da3912..352e9b6df0 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -199,7 +199,15 @@ $(document).ready(function(){ - " title="View details for this title"> " title="View details for this title"> " title="View details for this title"> by " title="Search for works by this author">  + " title="View details for this title"> + + " title="View details for this title"> + " title="View details for this title"> + + + by " title="Search for works by this author"> +   + Publication: diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index ad41caffa0..ae9c34d049 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -120,7 +120,13 @@ $.tablesorter.addParser({ " alt="" title="" /> - "> "> "> &rft.btitle=&rft.date=&rft.tpages=&rft.isbn=&rft.aucorp=&rft.place=&rft.pub=&rft.edition=&rft.series=&rft.genre="> + "> + + "> + "> + + &rft.btitle=&rft.date=&rft.tpages=&rft.isbn=&rft.aucorp=&rft.place=&rft.pub=&rft.edition=&rft.series=&rft.genre="> + diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/circulation.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/circulation.tmpl index 225fa74113..b31c232765 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/circulation.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/circulation.tmpl @@ -42,9 +42,40 @@ There is a problem with your account. Please ask for help at the circulation de

Issuing Question

Attempting to issue by to .

-

" />" />" />" />" />" />" />" />">" value="" />
+

+
+ " /> + " /> + " /> + " /> + " /> + " /> + " /> + " /> + "> + + " value="" /> + + + +
-
" />" />" />" />" />" />" />" />" />" value="" />
+
+ " /> + " /> + " /> + " /> + " /> + " /> + " /> + " /> + " /> + + " value="" /> + + + +
-- 2.20.1