Are you saying you don't know how to debug these 3 lines of code yourself?
Code: Select all
if (nuUserLogin()!="globeadmin" ){
nuHide("nuBackButton");
}
Code: Select all
if (nuUserLogin()!="globeadmin" ){
nuHide("nuBackButton");
}
Code: Select all
if (nuGlobalAccess()) {
nuAddActionButton('Back');
}