Change icons for the buttons in SSP

Change icons for the buttons in SSP

To change the default icons for the buttons available under SSP,





To change the Triangle icon for I am facing an issue, and similarly for the other two options, login to the application as an administrator, goto Admin- Self service portal settings, click on Customize self-service portal, and click on Edit.

Here search for ,

<div class="disp-c ssp-icon">
There will be 3 search results. 

To change the first triangle icon, include the text ,

<img src="..\custom\customimages\template-req.png">

below the the searched option <div class="disp-c ssp-icon">. MAke sure to place the desired image under MSP\Custom\Customimages path.

After adding the entry it should look like below,

                                        <div class="disp-c ssp-icon">
<img src="..\custom\customimages\template-req.png">
</div>

Similarly to change the other icons you need to place the required image in the custom\customimages path, and then add the image source entry like mentioned above, and save.

For the second icon to replace you need to search for <div class="disp-c ssp-icon"> and add the entries.

Finally the image will look like,




                    New to ADSelfService Plus?

                      • Related Articles

                      • How to get the login logo at the center ?

                        1. Login to the application as an administrator, goto Admin-> Self service portal settings-> Customize login page-> Customize Now 2. In the Edit page add entry &nbsp a few times as shown in the screenshot below, until you see it appears in the ...
                      • Company logo in Request Print Preview

                        It is important to have the organization/company logo in the print copy of the request as it is a part of the access management procedure requested by the audit team. As per the current application design, having the organization/company logo in the ...
                      • Customized Login form

                        The following steps can performed to customise the default login page with a different image background. 1. Save a new page as Custom.HTML under [ManageEngine\ServiceDesk\Custom\Login]. This will return a totally blank login page with only the login ...
                      • Remove change stage comment box and rename actions buttons

                        Is it possible to remove the comment boxes that appear when moving to the next stage? Yes, navigate to Admin->Change Template->Edit the necessary template->Field Status comments->Disable Mandatory option. Is it possible to rename the action buttons ...
                      • Query to Pull out Login Hours

                        Purpose        To generate the Total Login Hours per Technician.  Query : select ai as "Account ID", tn as "Technician Name ( First Name )", lh as "Login hours", LONGTODATE(llt) as "Last Login Time", ln as "Login Name", domain as "Domain", email as ...