cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing of Personalize-Menu

Former Member
0 Kudos

Hello,

I want to add a text under the Selection of the Portal Language via the Personalize Button in the Portal Masthead.

I know how to edit the "Standard User Role", but I think my task can only be performed through modifying the appropriate PAR-File.

Does anybody know which PAR-File I have to edit?

Thanks a lot!!!

Regards,

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Hi Michael,

The component for personalizing the language appears to be in:

Application: com.sap.portal.usermanagement.admin

Component: Language

It appears that thecomponent calls the following JSP page:

user_language_modify.jsp

If you need additional help, let me know.

Daniel

Former Member
0 Kudos

Hello,

Thanks for your answer!

I had allready downloaded the following par-file:

com.sap.portal.usermanagement.par.bak

But in it I did not find jsp-files.

Is there a different par-file for com.sap.portal.usermanagement.admin or is it a part from the above par-file?

Regards,

Michael

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Hi Michael,

I assume you took your file from the deployment folder.

Indeed, com.sap.portal.usermanagement.admin.bak is a different file, and is located in deployment/temp directory -- which holds all deployed PARs.

Hope this helps.

Daniel

Former Member
0 Kudos

Hi,

thanks, I have found the right jsp file.

Do you also know in which jsp-file and par-file I can edit the setting-screen for the WorkProtect Mode?

Thanks!!!

Michael

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Hi Michael,

The par is com.sap.portal.epcf.admin, and the component is WorkProtectMode.

I think this component is not a JSP, so you might have a tougher time making changes.

Hope this helps.

Daniel

Former Member
0 Kudos

Hello,

thanks again for the fast infos...

I found the following files:

com.sap.portal.epcf.loader +

com.sap.portal.epcf.toolbox

I will take a look in these.

Regards,

Michael