Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Owen Leonard 8a124f8951 Bug 12094: fix default tab selection broken by jQueryUI upgrade
The recent upgrade to jQueryUI didn't take into account the new method
for forcing selection of a tab by adding a class to the tab markup. This
patch corrects this by updating the class name.

This patch also updates one instance where it was necessary to switch to
the new function for selecting a tab by ID, introduced by Bug 12075.

To test, view the following pages:

- Perform a catalog search in the staff client. On the search results
  page the "Search the catalog" tab should be selected.

- In Acquisitions, view the basket groups page for a vendor which has
  open and closed basket groups
  (/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=X). Append
  "&listclosed=1" to the URL. The "Closed" tab should be selected.

- In Administration -> Authorized values, modify an authorized value for
  which an icon has been selected. When the edit form loads the
  corresponding icon tab should be selected.

- In Administration -> Item types, modify an itemtype for which an icon
  has been selected. When the edit form loads the corresponding icon tab
  should be selected.

- In Cataloging, open an existing record and select any tab besides the
  first one. Choose "Save and continue editing" from the Save menu. When
  the page reloads you should be returned to the tab you selected
  before.

- In Suggestions, markup for selected the tab has been removed because
  it didn't appear to be performing any function. The first tab is
  selected by default. The template doesn't need to explicitly add a
  class to make it so.

- In Tools -> CSV profiles, choose an existing profile for editing. When
  the page loads the "Edit existing profile" tab should be selected.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

NOTE: Unable to duplicate Cataloging step issue, but there is no
      visible regression with the patch. The second part of the
      addbiblio.tt portion of the patch is clearly correct,
      because it is the same type of change as made in the other
      sections.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-04-22 14:51:18 +00:00
..
csv Bug 7298: (follow-up) fix translation for CSV strings 2013-10-31 15:51:45 +00:00
acqui-home.tt Bug 11608: Delete unused commented lines in template 2014-01-26 15:23:19 +00:00
addorder.tt Bug 9822: Alert on adding an order to a basket if budget s exceeded 2013-10-30 15:10:11 +00:00
addorderiso2709.tt Bug 9416: (follow-up) teach ordering from staged files about the notes fields 2014-04-19 16:05:17 +00:00
ajax.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
aqbasketuser_search.tt Bug 7295: More granular permissions for baskets 2013-10-31 16:35:35 +00:00
basket.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
basketgroup.tt Bug 12094: fix default tab selection broken by jQueryUI upgrade 2014-04-22 14:51:18 +00:00
basketheader.tt Bug 11805 - Use validation plugin when creating new basket in Acquisitions 2014-02-27 15:44:48 +00:00
booksellers.tt Bug 11243: update vendor list to also display canceled bib counts 2014-04-20 15:18:51 +00:00
histsearch.tt Bug 11551: (follow-up) standardize label of order number / order line 2014-04-21 04:27:56 +00:00
invoice.tt Bug 10705: change 'shipment cost' to 'shipping cost' 2013-10-09 04:59:43 +00:00
invoices.tt Bug 7288: (follow-up) set a boolean if the invoice if linked to subscriptions 2014-04-21 05:02:48 +00:00
lateorders.tt Bug 11027: (follow-up) change label "Branch" to "Library" 2014-04-21 04:36:00 +00:00
modordernotes.tt Bug 9416: (follow-up) fix neworderempty and templates 2014-04-19 15:55:37 +00:00
neworderbiblio.tt Bug 10649 - Upgrade DataTables and move scripts out of theme directory 2013-09-05 15:43:36 +00:00
neworderempty.tt Bug 9416: (follow-up) fix neworderempty and templates 2014-04-19 15:55:37 +00:00
neworderempty_duplicate.tt Bug 7760: Add unique ids and a module class to all acquisitions pages 2012-03-22 18:11:54 +01:00
newordersubscription.tt Bug 10689: make subscription public note appear when making a new order from a subscription 2013-10-11 04:23:24 +00:00
newordersuggestion.tt Bug 10649 - Upgrade DataTables and move scripts out of theme directory 2013-09-05 15:43:36 +00:00
ordered.tt Bug 10090: display item type description instead of code on acq ordered and spent pages 2014-04-18 22:04:32 +00:00
orderreceive.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
parcel.tt Bug 11864: Show parent order line in received orders table 2014-04-21 04:46:48 +00:00
parcels.tt Bug 11170: (follow-up) fix typo 'occured' in parcels.tt 2014-03-11 15:10:35 +00:00
spent.tt Bug 10090: display item type description instead of code on acq ordered and spent pages 2014-04-18 22:04:32 +00:00
supplier.tt Bug 11787 - Use validation plugin when adding new vendor 2014-02-20 16:56:41 +00:00
transferorder.tt Bug 5349: (follow-up) tweak order transfer form 2013-09-16 15:21:07 +00:00
uncertainprice.tt Bug 10649 - Upgrade DataTables and move scripts out of theme directory 2013-09-05 15:43:36 +00:00
z3950_search.tt Bug 9747: sorting z3950 search results in acquisition 2013-10-09 04:22:28 +00:00