What is the Igloo action button?
The action button gives you access to administrative tools for each page and various features within the digital workplace. These tools allow you to edit the current page, view subscriptions, change access and much more.<script type="text/javascript">
//<![CDATA[
switch (Igloo.currentUser.name){
default:
document.getElementById('contentmenu').style.display = 'none';
break;
case "Dylan Hunt":
document.getElementById('contentmenu').style.display = 'visible';
break;
case "Beka Valentine":
document.getElementById('contentmenu').style.display = 'visible';
break;
case "Shamus Harper":
document.getElementById('contentmenu').style.display = 'visible';
break;
case "Trance Gemini":
document.getElementById('contentmenu').style.display = 'visible';
break;
}
//]]>
</script>