Rename Logout text in iNotes 8.5 Top-panel

Is it possible to rename the the Logout link displayed on the top-panel in iNotes through the Extended forms db.

Subject: e-modepanel-logout-anchor

Hi Keith,

Though it’s subject to change in future release - You can change the DOM inside e-modepanel-logout-anchor element. You can see more details using tools mentioned in: http://www-10.lotus.com/ldd/dominowiki.nsf/dx/debugging-tips

When the “Logout” link is initialized, Custom_Scene_PostLoad_Lite() function (in extension forms template) is called with e-modepanel-ui:FXM in its first parameter (s_SceneName). I think it’s the best place to put such code.

Best regards,

  • Akira