掲示板

Control panel theme change.

9年前 に Vishal M によって更新されました。

Control panel theme change.

New Member 投稿: 14 参加年月日: 14/07/15 最新の投稿
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

添付ファイル:

9年前 に Vishal M によって更新されました。

RE: Control panel theme change.

New Member 投稿: 14 参加年月日: 14/07/15 最新の投稿
Any answers or related links for the above question?emoticon

Thanks,
Vishal
thumbnail
9年前 に David H Nebinger によって更新されました。

RE: Control panel theme change.

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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.
7年前 に rajesh seetharam によって更新されました。

RE: Control panel theme change.

New Member 投稿: 2 参加年月日: 16/12/01 最新の投稿
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
7年前 に rajesh seetharam によって更新されました。

RE: Control panel theme change.

New Member 投稿: 2 参加年月日: 16/12/01 最新の投稿
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
9年前 に Dave Weitzel によって更新されました。

RE: Control panel theme change.

Regular Member 投稿: 208 参加年月日: 09/11/18 最新の投稿
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.
.