[Koha-bugs] [Bug 22045] Cataloging UX enhancement - Improve access to tabs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 25 09:09:17 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22045

--- Comment #26 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 85582
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85582&action=edit
Variant of tabs - maybe future enhancement

I just try this, now I generated it by adding this code to intranetuserjs:

$(document).ready(function() {
  $(".toolbar-tabs-container a[href='#tab0XX'], #tab0XX h3").text("Control and
coded fields");
  $(".toolbar-tabs-container a[href='#tab1XX'], #tab1XX h3").text("Main
entry");
  $(".toolbar-tabs-container a[href='#tab2XX'], #tab2XX h3").text("Title and
edition");
  $(".toolbar-tabs-container a[href='#tab3XX'], #tab3XX h3").text("Physical
description");
  $(".toolbar-tabs-container a[href='#tab4XX'], #tab4XX h3").text("Series");
  $(".toolbar-tabs-container a[href='#tab5XX'], #tab5XX h3").text("Notes");
  $(".toolbar-tabs-container a[href='#tab6XX'], #tab6XX h3").text("Subject
Access");
  $(".toolbar-tabs-container a[href='#tab7XX'], #tab7XX h3").text("Added and
linking entry");
  $(".toolbar-tabs-container a[href='#tab8XX'], #tab8XX h3").text("Series added
entry and electronic access");
  $(".toolbar-tabs-container a[href='#tab9XX'], #tab9XX h3").text("Koha
related");
});

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list