Panel | ||||
---|---|---|---|---|
| ||||
IntroductionThe content on this page provides guidance for customers when creating a Salesforce Portal Account as part of the EmPower and WAP combined application process. Placeholder for additional content. |
Instructions
UI Steps | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
HTML |
---|
<style type="text/css">
#title-text {
display: none;
}
.rwui_button {
background-color: #0073A4;
margin:0px;
}
.rwui_button:hover {
background-color: #002D72;
}
#com-atlassian-confluence .page-metadata {
display:none;
}
</style>
|
HTML |
---|
<script type="text/javascript" > jQuery(document).ajaxComplete(function() { if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) { jQuery('.expand-collapse-trigger').click(); }; }); </script> |