From 039df85cf903c0ed49aa7bd64bf781a7d4199fdb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 4 Sep 2007 14:24:15 -0500 Subject: [PATCH] Moving inline script blocks to where possible Signed-off-by: Chris Cormack --- .../prog/en/modules/acqui/acqui-home.tmpl | 7 +- .../prog/en/modules/acqui/basket.tmpl | 22 +- .../prog/en/modules/acqui/histsearch.tmpl | 17 +- .../prog/en/modules/acqui/neworderempty.tmpl | 25 +- .../prog/en/modules/acqui/orderreceive.tmpl | 14 +- .../prog/en/modules/acqui/supplier.tmpl | 15 +- .../prog/en/modules/admin/aqbudget.tmpl | 126 +++--- .../en/modules/admin/auth_tag_structure.tmpl | 37 +- .../prog/en/modules/admin/authtypes.tmpl | 17 +- .../en/modules/admin/biblio_framework.tmpl | 15 +- .../prog/en/modules/admin/categorie.tmpl | 31 +- .../prog/en/modules/admin/categoryitem.tmpl | 17 +- .../prog/en/modules/admin/cities.tmpl | 93 ++-- .../prog/en/modules/admin/currency.tmpl | 29 +- .../prog/en/modules/admin/itemtypes.tmpl | 114 ++--- .../admin/marc_subfields_structure.tmpl | 83 ++-- .../en/modules/admin/marctagstructure.tmpl | 29 +- .../prog/en/modules/admin/printers.tmpl | 30 +- .../prog/en/modules/admin/roadtype.tmpl | 93 ++-- .../en/modules/admin/systempreferences.tmpl | 27 +- .../prog/en/modules/admin/z3950servers.tmpl | 28 +- .../en/modules/authorities/authorities.tmpl | 259 +++++------ .../blinddetail-biblio-search.tmpl | 15 +- .../prog/en/modules/authorities/detail.tmpl | 47 +- .../authorities/searchresultlist-auth.tmpl | 14 +- .../modules/authorities/searchresultlist.tmpl | 21 +- .../en/modules/cataloguing/addbiblio.tmpl | 415 +----------------- .../prog/en/modules/cataloguing/addbooks.tmpl | 7 +- .../prog/en/modules/cataloguing/additem.tmpl | 102 ++--- .../modules/cataloguing/thesaurus_popup.tmpl | 21 +- .../en/modules/cataloguing/z3950_search.tmpl | 32 +- .../prog/en/modules/circ/circulation.tmpl | 110 ++--- .../prog/en/modules/circ/pendingreserves.tmpl | 9 +- .../prog/en/modules/circ/returns.tmpl | 7 +- .../prog/en/modules/labels/label-manager.tmpl | 11 +- .../prog/en/modules/labels/result.tmpl | 83 ++-- .../members/member-quicksearch-results.tmpl | 7 +- .../prog/en/modules/members/memberentryC.tmpl | 2 +- .../prog/en/modules/members/memberentryI.tmpl | 2 +- .../prog/en/modules/members/memberentryP.tmpl | 2 +- .../prog/en/modules/members/moremember.tmpl | 35 +- .../modules/reports/acquisitions_stats.tmpl | 6 +- .../en/modules/reports/bor_issues_top.tmpl | 12 +- .../en/modules/reports/borrowers_out.tmpl | 6 +- .../en/modules/reports/borrowers_stats.tmpl | 6 +- .../en/modules/reports/cat_issues_top.tmpl | 23 +- .../en/modules/reports/catalogue_out.tmpl | 12 +- .../en/modules/reports/catalogue_stats.tmpl | 6 +- .../prog/en/modules/reports/inventory.tmpl | 6 +- .../en/modules/reports/issues_avg_stats.tmpl | 6 +- .../reports/issues_by_borrower_category.tmpl | 6 +- .../prog/en/modules/reports/issues_stats.tmpl | 6 +- .../prog/en/modules/reports/itemtypes.tmpl | 10 +- .../prog/en/modules/reports/reports-home.tmpl | 12 +- .../prog/en/modules/reserve/request.tmpl | 11 +- .../en/modules/suggestion/acceptorreject.tmpl | 76 ++-- .../prog/en/modules/tools/cleanborrowers.tmpl | 75 ++-- .../prog/en/modules/tools/inventory.tmpl | 10 +- .../prog/en/modules/tools/koha-news.tmpl | 10 +- .../prog/en/modules/tools/viewlog.tmpl | 8 +- .../prog/en/modules/z3950/searchresult.tmpl | 21 +- 61 files changed, 1000 insertions(+), 1398 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl index 1b69c88993..6075c046c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tmpl @@ -1,6 +1,9 @@ Koha › Acquisitions + @@ -124,10 +127,6 @@

To close off a shopping basket click on "view shopping baskets" or search above, and the click on "confirm basket".

- - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl index c5a5322c01..f9c42fed13 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl @@ -1,6 +1,16 @@ Koha › <!-- TMPL_UNLESS name="basketno" -->New <!-- /TMPL_UNLESS -->Shopping Basket (<!-- TMPL_VAR NAME="basketno" -->) for <!-- TMPL_VAR NAME="name" --> + + + @@ -24,14 +34,6 @@

Close this basket

- @@ -48,9 +50,7 @@ Qty. Total - &order=aqorderbreakdown.bookfundid,biblioitems.publishercode"> - Fund - + &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tmpl index 9e84d624ae..f9e0143047 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tmpl @@ -2,6 +2,15 @@ Koha › Acquisitions order search + + + + + + + + + @@ -13,15 +22,7 @@
- - - - - - - -

Order search

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl index 5311e98ce2..15b727b899 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl @@ -1,18 +1,7 @@ Koha › Shopping Basket For: <!-- TMPL_VAR name="bookselname" --> - - - - - -
- -
-
-
- - + + + + + +
+ +
+
+
+ +

Modify order details (line #) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl index 8bbaf9850b..7dc299914c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl @@ -16,19 +16,7 @@
- +
Catalogue Details diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl index 454ff3f9ee..a91d709cb0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl @@ -1,6 +1,13 @@ Koha › Supplier <!-- TMPL_VAR name="bookselname" --> + @@ -266,13 +273,7 @@
- +

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget.tmpl index e8f1615afc..a5a0dee7ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget.tmpl @@ -1,16 +1,72 @@ Koha › System Administration › Budgets - - - - /lib/calendar/calendar-system.css" /> + + + + + + + + @@ -91,7 +147,7 @@ " /> /lib/calendar/cal.gif" id="filter_startdate_button" /> - +
@@ -260,7 +264,7 @@ " /> /lib/calendar/cal.gif" id="startdate_button" /> - + + + + + + + +
+ +
+
+
+ +

Authority MARC framework for default framework

+ @@ -147,7 +148,6 @@ return false; -

Select an authority framework

" method="post"> " /> -
-
- +
@@ -201,7 +199,6 @@ return false; ?offset=&searchfield=&authtypecode= ">Next Page - 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 a0fade6e65..9d3cb4887e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl @@ -1,14 +1,7 @@ Koha › System Administration - - - - - - - - + + + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl index 8175ca0031..408a7c3e43 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl @@ -1,13 +1,7 @@ Koha › System Administration: <!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF NAME="frameworkcode" -->Modify framework text<!-- TMPL_ELSE -->Add framework<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- TMPL_IF NAME="delete_confirm" -->Delete Framework for <!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)?<!-- /TMPL_IF --><!-- TMPL_IF NAME="else" -->Biblio Framework<!-- /TMPL_IF --> - - - - - - - + + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl index 4bcb34e55e..11d24e2920 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl @@ -5,21 +5,7 @@ Category Deleted Patron Categories - - - - - - - -
- -
-
-
- - - + + + + + + + +
+ +
+
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categoryitem.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categoryitem.tmpl index bf1e537b1f..8c6677aed7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categoryitem.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categoryitem.tmpl @@ -1,14 +1,7 @@ Koha › <!-- TMPL_IF NAME="categorycode" -->Modify category<!-- TMPL_ELSE -->Add category<!-- /TMPL_IF --> - - - - - - - - + + + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl index 7e617997ce..25579c1405 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl @@ -1,6 +1,52 @@ Koha › System administration › Cities + @@ -141,49 +187,4 @@ - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl index 3771af3ff2..42368b6a74 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl @@ -6,20 +6,8 @@ Currency Deleted Currencies - - - - - - -
- -
-
-
- - + + + + + + + +
+ +
+
+
+ + +
" name="Aform" method="post"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl index 07ec6a1371..3ef1ba9083 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl @@ -21,7 +21,62 @@ Data Deleted Item Types Administration - + @@ -92,7 +147,7 @@ Item Types Administration - " alt="" /> + " alt="" title="" />
@@ -248,62 +303,7 @@ Item Types Administration -
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 fd3c5d38c9..5d2d8595cd 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 @@ -3,6 +3,48 @@ Modify system preference ''Add a system preferenceData Added Confirm Deletion of Parameter ''Parameter DeletedPreferences + @@ -172,48 +214,7 @@ -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl index af0c8e7bc1..b248b8b65b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl @@ -5,20 +5,7 @@ Data Deleted MARC tag Structure - - - - - - -
- -
-
-
- -

MARC tag structure admin for ()default MARC framework

- + + + + + + +
+ +
+
+
+ +

MARC tag structure admin for ()default MARC framework

+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tmpl index 7ed023a097..1f0b3020ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tmpl @@ -6,20 +6,7 @@ Printer Deleted Printers - - - - - - -
- -
-
-
- - - + + + + + + + +
+ +
+
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl index c03161264c..2f5244fd33 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl @@ -1,6 +1,52 @@ Koha › System Administration: Road Types <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<script type="text/javascript"> + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// + function isNotNull(f,noalert) { + if (f.value.length == 0) { + return false; + } + return true; + } + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// + function toUC(f) { + var x=f.value.toUpperCase(); + f.value=x; + return true; + } + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// + function isNum(v,maybenull) { + var n = new Number(v.value); + if (isNaN(n)) { + return false; + } + if (maybenull == 0 && v.value =='') { + return false; + } + return true; + } + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// + function isDate(f) { + var t = Date.parse(f.value); + if (isNaN(t)) { + return false; + } + } + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// + function Check(f) { + var ok=1; + var _alertString=""; + var alertString2; + if (f.road_type.value.length == 0 ) { + _alertString += "\n- " + _("Road type"); + alert(_alertString); + } + else{ + document.Aform.submit(); + } + } +</script> </head> <body> <!-- TMPL_INCLUDE NAME="header.inc" --> @@ -117,49 +163,4 @@ <!-- TMPL_INCLUDE NAME="mainmenu.inc" --> <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> -<script language="javascript" type="text/javascript"> - ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// - function isNotNull(f,noalert) { - if (f.value.length == 0) { - return false; - } - return true; - } - ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// - function toUC(f) { - var x=f.value.toUpperCase(); - f.value=x; - return true; - } - ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// - function isNum(v,maybenull) { - var n = new Number(v.value); - if (isNaN(n)) { - return false; - } - if (maybenull == 0 && v.value =='') { - return false; - } - return true; - } - ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// - function isDate(f) { - var t = Date.parse(f.value); - if (isNaN(t)) { - return false; - } - } - ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// - function Check(f) { - var ok=1; - var _alertString=""; - var alertString2; - if (f.road_type.value.length == 0 ) { - _alertString += "\n- " + _("Road type"); - alert(_alertString); - } - else{ - document.Aform.submit(); - } - } -</script> + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl index acb112c0ec..2525fcef23 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl @@ -3,19 +3,7 @@ <!-- TMPL_IF name="add_form" --><!-- TMPL_IF NAME="modify" -->Modify system preference '<!-- TMPL_VAR NAME="searchfield" -->'<!-- TMPL_ELSE -->Add a system preference<!-- /TMPL_IF --><!-- /TMPL_IF --><!-- TMPL_IF name="add_validate" -->Data Added<!-- /TMPL_IF --> <!-- TMPL_IF name="delete_confirm" -->Confirm Deletion of Parameter '<!-- TMPL_VAR name="searchfield" -->'<!-- /TMPL_IF --><!-- TMPL_IF name="delete_confirmed" -->Parameter Deleted<!-- /TMPL_IF --><!-- TMPL_IF name="else" -->Preferences<!-- /TMPL_IF --> - - - - - - -
- -
-
-
- - + + + + + + +
+ +
+
+
+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl index 8d740e652b..37c36c9719 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tmpl @@ -5,20 +5,9 @@ z39.50 Server Added z39.50 Server Deleted - - - - - - -
- -
-
-
- + + + + + + + +
+ +
+
+
+ + + " name="Aform" method="post"> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl index c6ba78dc57..a22baec98b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl @@ -1,135 +1,7 @@ Koha -- Authority details - - - - - -
- -
-
-
- - -

Modify authority # ()

- -

Adding authority ()

- - - - - - " /> - " /> - -
- - - - - -
- - -
-

Duplicate suspected with &popup=1", "Duplicate Authority");" class="button">

-

You must either :

- -
- - - - -

- " /> - - "> - style="display:none;" name="indicator" size="2" maxlength="2" value="" class="flat" /> - - - style="display:none;" name="indicator" value="" /> - - - - " onclick="this.nextSibling.type='text';this.nextSibling.focus()">+',this.value)" /> - -

- - - -

- - " onclick="unHideSubfield('subfield','label')"> - - - -

-

- - - - - - ')">+ - - " /> - " size="2" maxlength="1" /> - " /> - " /> - " /> -

-
- - - - -
- - " /> - " /> - " /> - " /> - " /> - -
- - " /> - " /> - " /> - - " /> - " /> - " /> - " /> - " /> - -
- - - - - -
- - - - + + + + + + +
+ +
+
+
+ + +

Modify authority # ()

+ +

Adding authority ()

+ +
+ + + + " /> + " /> + +
+ + + + + +
+ + +
+

Duplicate suspected with &popup=1", "Duplicate Authority");" class="button">

+

You must either :

+ +
+ + + + +

+ " /> + + "> + style="display:none;" name="indicator" size="2" maxlength="2" value="" class="flat" /> - + + style="display:none;" name="indicator" value="" /> + + + + " onclick="this.nextSibling.type='text';this.nextSibling.focus()">+',this.value)" /> + +

+ + + +

+ + " onclick="unHideSubfield('subfield','label')"> + + + +

+

+ + + + + + ')">+ + + " /> + " size="2" maxlength="1" /> + " /> + " /> + " /> +

+
+ + + + +
+ + " /> + " /> + " /> + " /> + " /> + +
+ + " /> + " /> + " /> + + " /> + " /> + " /> + " /> + " /> + +
+ + + + + +
+ + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tmpl index be5956d690..6e0b73a69a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tmpl @@ -1,13 +1,6 @@ Koha -- Authority details - - - -
-
-
- + + + +
+
+
+ +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl index e677b4189c..f6f064fcf1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl @@ -1,20 +1,21 @@ Koha › Authority Details - - - - - -
- -
-
-
+ /css/hierarchy.css" /> - + + + + + + +
+ +
+
+
+ +
@@ -107,18 +121,7 @@ function showChildren(mynumber) {
-
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tmpl index 1bb738d6ad..6a5283acd2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tmpl @@ -1,6 +1,13 @@ Koha › Cataloguing Authority Selection + @@ -140,13 +147,6 @@

-
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl index 711697bca1..1edd75e4a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl @@ -1,6 +1,16 @@ Koha › Authorities › Search Result List + @@ -57,17 +67,6 @@
- -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl index 04e846d34b..9a43c6099f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl @@ -1,7 +1,7 @@ Koha › Cataloging › <!-- TMPL_IF NAME="biblionumber" -->Edit MARC Record Number <!-- TMPL_VAR name="biblionumber" --><!-- TMPL_ELSE -->Add MARC Record<!-- /TMPL_IF --> -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl index 9bc9b51d3c..191cf00193 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl @@ -1,6 +1,9 @@ Koha › Cataloguing + @@ -167,10 +170,6 @@
- -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl index 3299fcaaef..49a34a0a05 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl @@ -1,6 +1,57 @@ Koha › Cataloging › Items for Bibliographic Record <!-- TMPL_VAR name="biblionumber" --> + @@ -79,56 +130,7 @@
- +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/thesaurus_popup.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/thesaurus_popup.tmpl index 87cec6b4c7..12454c935f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/thesaurus_popup.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/thesaurus_popup.tmpl @@ -1,6 +1,13 @@ - - - Thesaurus value builder for category <!-- TMPL_VAR name="category" --> + +Koha › Thesaurus value builder for category <!-- TMPL_VAR name="category" --> + +
@@ -31,12 +38,6 @@ insert a new authority : - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl index 83c6273258..2b4d9fff21 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl @@ -1,17 +1,17 @@ - - - -Z39.50 Search Results - " /> - - + +Koha › Z39.50 Search Results + + - + +

Search for

@@ -76,13 +76,7 @@

Still servers to search

- +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 9554e4b478..77ed198237 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -4,8 +4,62 @@ › Checking out to , () - + @@ -830,61 +884,7 @@ No patron matched -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl index 415c4476f2..6ebff465be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl @@ -1,10 +1,6 @@ Koha › Circulation › Holds - - - - /lib/calendar/calendar-system.css" /> @@ -12,6 +8,11 @@ + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl index a8efed5261..e1b515cb5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -1,6 +1,9 @@ Koha › Circulation › Returns <!-- TMPL_VAR Name="title" --> + @@ -278,10 +281,6 @@
Tag Lib
- -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl index 3749258031..9276d3f364 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl @@ -1,5 +1,10 @@ Koha › Labels + @@ -100,12 +105,6 @@ - -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl index 809675a213..ad4416bce4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl @@ -1,4 +1,45 @@ Koha -- Barcodes and Labels: Search Results +
@@ -96,44 +137,4 @@
- + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-quicksearch-results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-quicksearch-results.tmpl index a18c50aa72..2b5deadc86 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-quicksearch-results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-quicksearch-results.tmpl @@ -1,9 +1,7 @@ Koha › Patron Quick Search - - - + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryC.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryC.tmpl index 599c10a91a..67c50a6553 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryC.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryC.tmpl @@ -1,6 +1,6 @@ Koha › Child Patron Management - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryI.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryI.tmpl index aa4dc27d68..d9d8de8e72 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryI.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryI.tmpl @@ -1,6 +1,6 @@ Koha › Organisation Patron Management - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryP.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryP.tmpl index 87a9348ca5..e57712dd77 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryP.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentryP.tmpl @@ -1,6 +1,6 @@ Koha › Professional Patron Management - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl index 47aba3c603..d6a5ea7306 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl @@ -1,6 +1,24 @@ Koha › Patron Details + @@ -334,24 +352,7 @@ -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tmpl index 079b281917..39a715ea8f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl index 663e5409ea..7df4d85602 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl @@ -1,12 +1,6 @@ Koha › Reports - - - - - - /lib/calendar/calendar-system.css" /> @@ -14,6 +8,12 @@ + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl index d741449a72..ba1bb62906 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tmpl index b4848f60b0..ff7f6407e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tmpl index 3d28f66c25..e68dffac75 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tmpl @@ -1,11 +1,6 @@ Koha › Reports - - - - - /lib/calendar/calendar-system.css" /> @@ -13,6 +8,18 @@ + + + + + + + +
@@ -22,11 +29,7 @@ - +

Top List On Catalogue Checkout

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl index 7fcd7cab45..576cdf0c26 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl @@ -1,12 +1,6 @@ Koha › Reports - - - - - - /lib/calendar/calendar-system.css" /> @@ -14,6 +8,12 @@ + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl index f7cd64601c..590f9e6b8c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/inventory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/inventory.tmpl index 67cbdcc029..9f85537f4c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/inventory.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/inventory.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl index 8dd8290b30..57ae872cb6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tmpl index af76d6a148..74e6777109 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_by_borrower_category.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tmpl index 9639328b4e..dc159516be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tmpl @@ -1,9 +1,6 @@ Koha › Reports - - - /lib/calendar/calendar-system.css" /> @@ -11,6 +8,9 @@ + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tmpl index 394a7ccd60..6d76810c2f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tmpl @@ -1,11 +1,6 @@ Koha › Reports - - - - - /lib/calendar/calendar-system.css" /> @@ -13,6 +8,11 @@ + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl index 61d092e917..7a48708194 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl @@ -1,12 +1,6 @@ Koha › Reports - - - - - - /lib/calendar/calendar-system.css" /> @@ -14,6 +8,12 @@ + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl index e103665dde..2fd0f823bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl @@ -1,11 +1,6 @@ Koha › Circulation - - - - - + + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl index d6e963d486..8f547de1a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl @@ -1,6 +1,44 @@ Koha › Suggestion Management + @@ -154,44 +192,6 @@ -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl index e18818a8ab..b81a6e5856 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl @@ -1,10 +1,6 @@ Koha › Tools › Clean Borrowers - - - - /lib/calendar/calendar-system.css" /> @@ -12,6 +8,43 @@ + + + + + @@ -126,40 +159,6 @@ - -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl index 09ddcb719a..cf74e93ce5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl @@ -1,17 +1,17 @@ Koha › Inventory - - - - - /lib/calendar/calendar-system.css" /> + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl index 306b33c87e..cf08ea553a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl @@ -1,11 +1,6 @@ Koha › News Management - - - - - /lib/calendar/calendar-system.css" /> @@ -13,6 +8,11 @@ + + + + +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl index 8b70599815..52f07461bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl @@ -1,10 +1,6 @@ Koha › Tools › Logs - - - - /lib/calendar/calendar-system.css" /> @@ -12,6 +8,10 @@ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tmpl index d16fc41aee..2250cb7eb0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tmpl @@ -1,11 +1,16 @@ -Z39.50 Search Results -" /> - - +Koha › Z39.50 Search Results + + @@ -35,13 +40,7 @@

Nothing found

Still requests to go

- + -- 2.39.2