Skip to content

Commit

Permalink
fix: serials icon for article requests
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Oct 25, 2024
1 parent 16b7979 commit 91aff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-js/mainpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (location.pathname.match('/cgi-bin/koha/mainpage.pl')) {
$(()=>{
// add new module buttons for pending article/purchase requests
let $menu = $('.biglinks-list')
$menu.eq(0).append('<li><a class="icon_general icon_serials" href="/cgi-bin/koha/circ/article-requests.pl?branchcode="><i class="fa fa-fw fa-newspaper-o"></i>Article requests</a></li>')
$menu.eq(0).append('<li><a class="icon_general icon_serials" href="/cgi-bin/koha/circ/article-requests.pl?branchcode="><i class="fa fa-fw fa-newspaper"></i>Article requests</a></li>')
$menu.eq(1).append('<li><a class="icon_general icon_acquisitions" href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=__ANY__#ACCEPTED"><i class="fa fa-fw fa-gift"></i>Purchase Suggestions</a></li>')
})
}

0 comments on commit 91aff35

Please sign in to comment.