@@ -, +, @@ - "Help" (?) icon in the upper right. - "Finish" (stop sign) icon -- Shown to logged-in self checkout users from the start. Shown to self-check-in users after they check in an item. - "Cancel" (X) icon -- Shown for instance when you try to check out an item which is already checked out to you and can be renewed. - Also in this dialog: "Return" (Book with arrow) and "Renew" (refresh icon). --- koha-tmpl/opac-tmpl/bootstrap/css/sci.css | 12 ++++++------ koha-tmpl/opac-tmpl/bootstrap/css/sco.css | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/sci.css +++ a/koha-tmpl/opac-tmpl/bootstrap/css/sci.css @@ -152,27 +152,27 @@ i.icon { } i.back { - background : transparent url("../lib/famfamfam/arrow_left.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/arrow_left.png") no-repeat 0 0; } i.return { - background : transparent url("../lib/famfamfam/book_previous.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/book_previous.png") no-repeat 0 0; } i.renew { - background : transparent url("../lib/famfamfam/arrow_refresh.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/arrow_refresh.png") no-repeat 0 0; } i.cancel { - background : transparent url("../lib/famfamfam/cancel.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/cancel.png") no-repeat 0 0; } i.finish { - background : transparent url("../lib/famfamfam/stop.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/stop.png") no-repeat 0 0; } i.help { - background : transparent url("../lib/famfamfam/help.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/help.png") no-repeat 0 0; } .table .sorting_asc { --- a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css +++ a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css @@ -152,27 +152,27 @@ i.icon { } i.back { - background : transparent url("../lib/famfamfam/arrow_left.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/arrow_left.png") no-repeat 0 0; } i.return { - background : transparent url("../lib/famfamfam/book_previous.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/book_previous.png") no-repeat 0 0; } i.renew { - background : transparent url("../lib/famfamfam/arrow_refresh.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/arrow_refresh.png") no-repeat 0 0; } i.cancel { - background : transparent url("../lib/famfamfam/cancel.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/cancel.png") no-repeat 0 0; } i.finish { - background : transparent url("../lib/famfamfam/stop.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/stop.png") no-repeat 0 0; } i.help { - background : transparent url("../lib/famfamfam/help.png") no-repeat 0 0; + background : transparent url("../../lib/famfamfam/help.png") no-repeat 0 0; } .table .sorting_asc { --