backoffice: give a title to the agent portal href (#35634)

This commit is contained in:
Paul Marillonnet 2019-08-28 12:21:17 +02:00
parent 54db2c7233
commit 6acdc67310
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ $(function() {
if (PUBLIK_PORTAL_AGENT_URL && PUBLIK_PORTAL_AGENT_TITLE) {
var li = $('<li id="portal-agent-home"><a>' + PUBLIK_PORTAL_AGENT_TITLE + '</a></li>').appendTo(menu_links);
$(li).find('a').attr('href', PUBLIK_PORTAL_AGENT_URL).addClass('icon-home');
$(li).find('a').attr('href', PUBLIK_PORTAL_AGENT_URL).prop('title', PUBLIK_PORTAL_AGENT_TITLE);
}
var more_entries = Array();
var service_order = Array('authentic', 'welco', 'wcs', 'bijoe', 'chrono', 'corbo', 'combo', 'passerelle', 'hobo');