@@ -, +, @@ Order of Busniess (3 Commits): Navi. Bar on the top was Bootstrap-ified and links on the right side were cleaned up and filed in a convienient menu ("More" links were also neatly organized in the same manner), good for both design and for those accessing the Koha Intranet Page through a Screenreader. Work for the Catalyst IT Open Source Academy (2013) by Corey Fuimaono --- .../intranet-tmpl/prog/en/css/staff-global.css | 8 +- .../prog/en/includes/doc-head-close.inc | 6 +- .../intranet-tmpl/prog/en/includes/header.inc | 207 +- .../prog/en/includes/members-menu.inc | 2 +- .../prog/en/lib/bootstrap/css/bootstrap.css | 4967 ++++++++++++++++++++ .../prog/en/lib/bootstrap/css/bootstrap.min.css | 698 +++ .../bootstrap/img/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes .../en/lib/bootstrap/img/glyphicons-halflings.png | Bin 0 -> 12799 bytes .../prog/en/lib/bootstrap/js/bootstrap.js | 2170 +++++++++ .../prog/en/lib/bootstrap/js/bootstrap.min.js | 7 + 10 files changed, 7981 insertions(+), 84 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/bootstrap/css/bootstrap.css create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/bootstrap/css/bootstrap.min.css create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/bootstrap/img/glyphicons-halflings-white.png create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/bootstrap/img/glyphicons-halflings.png create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/bootstrap/js/bootstrap.js create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/bootstrap/js/bootstrap.min.js --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -157,6 +157,11 @@ ul li li { list-style-type : circle; } +/* this is to prevent the above 2 rules applying to bootstrap menus */ +ul.nav li { + list-style-type: none; +} + ol { padding-left : 1.5em; } @@ -1843,8 +1848,7 @@ span.permissiondesc { z-index : 50; } #cartmenulink { - background: transparent url("../../img/cart-small.gif") 0 3px no-repeat; - padding-left : 15px; + background: transparent url("../../img/cart-small.gif") 0 no-repeat; } #cartmenulink span#basketcount span { display : inline; --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -1,5 +1,6 @@ + [% IF ( intranetstylesheet ) %] @@ -29,7 +30,10 @@ - + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -1,83 +1,130 @@ - [% IF ( intranetbookbag ) %]
Your cart is empty.
[% END %] + + + --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc @@ -1,7 +1,7 @@ [% IF ( borrowernumber ) %]