@@ -, +, @@ - Advanced search: The main search button at the top - Search results: The "Search within results" submit button - Bibliographic detail page: This change is to a hidden button. This section can be removed in a separate bug. - Bibliographic detail page -> Items: Various "Update" and "Set status" buttons. Note that the alignment of buttons has not changed in the redesign. - Item search: The main search button at the top - Search history (from the logged-in user's menu in the top right): "Delete" buttons in each section - Catalog -- Current and previous sessions - Authority -- Current and previous sessions - In the Cart popup window, click "Send." In the resulting popup, the "Send button. - The template basket/downloadcart.tt has been modified but I think the template might be unused. --- .../intranet-tmpl/prog/css/src/staff-global.scss | 5 ----- .../prog/en/modules/basket/downloadcart.tt | 4 ++-- .../prog/en/modules/basket/sendbasketform.tt | 2 +- .../prog/en/modules/catalogue/advsearch.tt | 2 +- .../prog/en/modules/catalogue/detail.tt | 2 +- .../prog/en/modules/catalogue/itemsearch.tt | 14 ++++++-------- .../prog/en/modules/catalogue/moredetail.tt | 12 ++++++------ .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/catalogue/search-history.tt | 8 ++++---- 9 files changed, 22 insertions(+), 29 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1054,11 +1054,6 @@ div { font-size: 80%; } } - - input { - font-size: 90%; - padding: .2em .6em; - } } &.sysprefs { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt @@ -25,8 +25,8 @@
- Cancel -
+ Cancel + [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt @@ -31,7 +31,7 @@ -
Cancel
+
Cancel
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -84,7 +84,7 @@
- +
[% IF ( expanded_options ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1076,7 +1076,7 @@ Note that permanent location is a code, and location may be an authval. - + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -179,14 +179,12 @@
-
-
- -
- -
+
+ +
+
[% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -185,7 +185,7 @@

Item has been claimed as returned.

[% ELSE %] - + [% END %] [% ELSE %] @@ -219,7 +219,7 @@ [% END %] - + [% ELSE %] [% FOREACH itemdamagedloo IN itemdamagedloop %] [% IF ( itemdamagedloo.selected ) %] @@ -252,7 +252,7 @@ [% END %] - + [% ELSE %] [% FOREACH itemwithdrawn IN itemwithdrawnloop %] [% IF itemwithdrawn.authorised_value == ITEM_DAT.withdrawn %] @@ -288,7 +288,7 @@ [% END %] - +
@@ -351,7 +351,7 @@
- +
[% ELSE %] [% ITEM_DAT.itemnotes | html %] @@ -365,7 +365,7 @@
- +
[% ELSE %] [% ITEM_DAT.itemnotes_nonpublic | html %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -83,7 +83,7 @@ [% INCLUDE 'search_indexes.inc' ms_kw = 1 refiner = 1 %] [% END %] - +
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt @@ -54,7 +54,7 @@ | Select searches to: - Delete + Delete

@@ -95,7 +95,7 @@ | Select searches to: - Delete + Delete

@@ -138,7 +138,7 @@ | Select searches to: - Delete + Delete

@@ -179,7 +179,7 @@ | Select searches to: - Delete + Delete

--