Gary Ernst 3.Nov.11 03:42 PM a Web browser Administration8.5.1 (Lotus Domino)Windows
I have looked at examples and the wiki on how to change the footer for quickr. The only thing that is discussed is how to add a link at the very end, or inserting another column at the beginning. I have found nothing on how to modify existing portions - specifically the Help section.
I tried several things and decided that the easiest way might be to replace the whole footer, since the only thing that would remain the same for my requirements is the Lotus Quickr section.
To do that I have extended the setup_ext.js to include the following code. I have not fleshed out any of the sections except the Lotus Quickr section because I wanted to make sure that all of the links still work before proceeding. Unfortunately, none of the Admin links are now visible and I am not sure what I am missing. Am wondering if someone can tell me what I am missing or am I going in the wrong direction with this?
Here is the code:
var Setup_ext_footer = {
init: function() {
dojo.addOnLoad(
function() {
Setup_ext_footer.ModifyFooterLinks();
}
);
},
ModifyFooterLinks: function() {
//var quickrFooter = Setup_ext_footer.getQuickrDiv("lotusFooter", 0);
var quickrFooter = dojo.byId('lotusFooter');