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

--- Comment #26 from Josef Moravec <josef.mora...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to