@@ -, +, @@ --- .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 284 +++++++++----------- .../prog/en/includes/doc-head-close.inc | 9 +- 3 files changed, 129 insertions(+), 166 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -48,7 +48,7 @@ a.popup { body { text-align : left; - padding:0 0 2.5em 0; + padding:0 0 4em 0; font-family: arial, verdana, helvetica, sans-serif; } --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -1,5 +1,3 @@ -
- + +
- YAHOO.util.Event.onContentReady("cattoolbar", function () { - // Menu for new record, new item, new subscription - var newmenu = [ - [% IF CAN_user_editcatalogue_edit_catalogue %] - {text: _("New record"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl" }, +
+ +[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || +CAN_user_serials_create_subscription ) %] +
+ + +
+[% END %] - var addtomenu = [ - { text: _("Cart"), onclick: { fn: addToCart } }, - { text: _("List"), onclick: { fn: addToShelf } } - ]; +
+ +
+ + + +[% IF ( virtualshelves && intranetbookbag ) %] +
+ + +
+[% ELSIF ( virtualshelves ) %] + +[% ELSIF ( intranetbookbag ) %] + +[% END %] + + + +[% IF ( CAN_user_reserveforothers ) %] + [% UNLESS ( norequests ) %] + [% IF ( holdfor ) %] + + [% ELSE %] + + [% END %] + [% END %] +[% END %] +
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -43,9 +43,10 @@ //]]> [% END %] +[% IF ( virtualshelves || intranetbookbag ) %] - [% IF ( virtualshelves || intranetbookbag ) %] - - [% END %] + +[% END %] [% IF LocalCoverImages %]