Foros de discusión

Control panel theme change.

Vishal M, modificado hace 9 años.

Control panel theme change.

New Member Mensajes: 14 Fecha de incorporación: 15/07/14 Mensajes recientes
Hi,

I want to change look and feel for manage my account dialog, I fount that the theme is similar to control panel theme, But I want to change it for the same dialog, Is that possible?


Thanks,
Vishal
Vishal M, modificado hace 9 años.

RE: Control panel theme change.

New Member Mensajes: 14 Fecha de incorporación: 15/07/14 Mensajes recientes
Any answers or related links for the above question?emoticon

Thanks,
Vishal
thumbnail
David H Nebinger, modificado hace 9 años.

RE: Control panel theme change.

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
What question? Sounds like your asking how to style something, in which case it's a theme + css solution.

Liferay is not magic or anything, it won't do anything for you nor will it prevent you from doing something to it that you might do with any other web application you develop.
rajesh seetharam, modificado hace 7 años.

RE: Control panel theme change.

New Member Mensajes: 2 Fecha de incorporación: 1/12/16 Mensajes recientes
Please can you let me know if its possible to move all the components in the control panel to the navigation

I have my menu in the navigation.ftl i.e say links A B C and I want Control Panel to sit next to D and on click of the control panel the links show up horizontally. I am using Liferay CE 7
rajesh seetharam, modificado hace 7 años.

RE: Control panel theme change.

New Member Mensajes: 2 Fecha de incorporación: 1/12/16 Mensajes recientes
David H Nebinger:
What question? Sounds like your asking how to style something, in which case it's a theme + css solution.

Liferay is not magic or anything, it won't do anything for you nor will it prevent you from doing something to it that you might do with any other web application you develop.
thumbnail
Dave Weitzel, modificado hace 9 años.

RE: Control panel theme change.

Regular Member Mensajes: 208 Fecha de incorporación: 18/11/09 Mensajes recientes
It is the control panel so it uses the control panel theme

The 'controlPanelSection=my' parameter restricts the view to just that part of the control Panel menu and I guess javascript presents it in the pop up window.

So as David say just use CSS in the Control Panel Theme (or develop your own control Panel Theme) to present things as you want.

If you want this view, which most users see, to be significantly different from the regular Control panel view you could consider adding a new div with your own style and adding the styles you want. Then trigger this in the control panel templates by detecting something such as an additional parameter to add the <div style="myCP"> and </div> tags.
.