Add back rules for Open in Tabs having an icon

This commit is contained in:
hyatt%netscape.com 2002-10-11 22:05:33 +00:00
Родитель 4ed6e095d3
Коммит 1a0a57c035
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -376,6 +376,7 @@
element = document.createElementNS(XUL_NS, "menuitem");
element.setAttribute("id", "openintabs-menuitem")
element.setAttribute("label", BookmarksUtils.getLocaleString("cmd_bm_openfolder"));
element.setAttribute("class", "groupmark-item menuitem-iconic bookmark-item");
element.setAttribute("accesskey", BookmarksUtils.getLocaleString("cmd_bm_openfolder_accesskey"));
element.setAttribute("oncommand", "BookmarksUtils.loadBookmarkBrowser(event, this.parentNode.parentNode, this.database); event.preventBubble();");
aTarget.appendChild(element);