Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Maximo 7.5 modifying tivoli09 skin

From: al_potanin (2012-01-10 05:50)

Hi guys,
I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
classic skin is broken and will be fixed only in next release.
I wanted to give the new skin a go but some things bother me a lot. Mostly around spacing between controls.
I tried to find corresponding css style in maximo.css file but couldn't find.
I would much appreciate if you share your finding regarding space between controls and sections/rows.
Regards,
Alexey


From: al_potanin (2012-01-10 05:55)

Here is my finding:
.tbreq - controls required fields


From: al_potanin (2012-01-10 05:57)

Also do you know why in new skin they removed application's icons?
Do you know how can I restore it?
--- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@...> wrote:
>
> Hi guys,
>
> I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> classic skin is broken and will be fixed only in next release.
> I wanted to give the new skin a go but some things bother me a lot. Mostly around spacing between controls.
> I tried to find corresponding css style in maximo.css file but couldn't find.
>
> I would much appreciate if you share your finding regarding space between controls and sections/rows.
>
> Regards,
> Alexey
>


From: Brian Swanson (2012-01-10 08:10)

As we are talking about the tivoli09 skin, does anyone know how our where
in the maximo.css you could actually move the dropdown menus at the top. I
would like to center the menus, like GoTo, StartCenter, Reports ect.. In
7.5 you are required to do allot of scrolling to get to these menus
depending on what screen you are. This wasn't the case in 6.2
Thanks
Brian Swanson
Systems Analyst-Maximo
Information Technology
hermanmiller.com
HermanMiller
From: "al_potanin" <spivot@gmail.com>
To: MAXIMO@yahoogroups.com
Date: 01/10/2012 12:57 AM
Subject: [MAXIMO List] Re: Maximo 7.5 modifying tivoli09 skin
Sent by: MAXIMO@yahoogroups.com

Also do you know why in new skin they removed application's icons?
Do you know how can I restore it?
--- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@...> wrote:
>
> Hi guys,
>
> I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> classic skin is broken and will be fixed only in next release.
> I wanted to give the new skin a go but some things bother me a lot.
Mostly around spacing between controls.
> I tried to find corresponding css style in maximo.css file but couldn't
find.
>
> I would much appreciate if you share your finding regarding space
between controls and sections/rows.
>
> Regards,
> Alexey
>


From: ron_bryant (2012-01-10 08:31)

We had the same issue. The maximo.css at the path \maximo\applications\maximo\maximouiweb\webmodule\webclient\skins\tivoli09\css\maximo.css is the file you need to modify. We chose to just set the table that the menu controls sit in to a max of 1200px wide. That way no matter how much the application scrolls, the menu stays on the left of the screen. That style is .bgnb at line 378. Unfortunately the html structure is nested tables so it is difficult to do any real changes. What really needs to happen is that the header area needs to be out of the nested structure and set to be at screen width and in my opinion, static, so that it doesn't scroll off the screen vertically either.
By the way, even though Maximo is not certified for and doesn't always work well in Google Chrome, you can right click on an area in the app and pull up the element inspector and play with the css right in the window live before you go make any permanent changes.
Ron Bryant
IT Business Consultant
Plant Systems & Controls
Cargill
direct - 651-203-7947 | mobile - 612-801-7658
ron_bryant@cargill.com
"Confidentiality Note: This message is intended only for the named recipient and may contain confidential, proprietary or legally privileged information. Unauthorized individuals or entities are not permitted access to this information. Any dissemination, distribution, or copying of this information is strictly prohibited. If you have received this message in error, please advise the sender by reply e-mail, and delete this message and any attachments. Thank you."
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of brian_swanson@hermanmiller.com
Sent: Tuesday, January 10, 2012 7:10 AM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Maximo 7.5 modifying tivoli09 skin
As we are talking about the tivoli09 skin, does anyone know how our where
in the maximo.css you could actually move the dropdown menus at the top. I
would like to center the menus, like GoTo, StartCenter, Reports ect.. In
7.5 you are required to do allot of scrolling to get to these menus
depending on what screen you are. This wasn't the case in 6.2
Thanks
Brian Swanson
Systems Analyst-Maximo
Information Technology
hermanmiller.com
HermanMiller
From: "al_potanin" <spivot@gmail.com<mailto:spivot%40gmail.com>>
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Date: 01/10/2012 12:57 AM
Subject: [MAXIMO List] Re: Maximo 7.5 modifying tivoli09 skin
Sent by: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Also do you know why in new skin they removed application's icons?
Do you know how can I restore it?
--- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, "al_potanin" <spivot@...<mailto:spivot@...>> wrote:
>
> Hi guys,
>
> I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> classic skin is broken and will be fixed only in next release.
> I wanted to give the new skin a go but some things bother me a lot.
Mostly around spacing between controls.
> I tried to find corresponding css style in maximo.css file but couldn't
find.
>
> I would much appreciate if you share your finding regarding space
between controls and sections/rows.
>
> Regards,
> Alexey
>


From: al_potanin (2012-01-11 00:49)

Good idea with Chrome, Ron!
But Chrome displays Maximo screens differently from IE 8. It is more compact!
Is it the same for you?
One of my other findings:
.tc - controls height of rows in list
/* tablecell */
.tc
{
padding:0px;
padding-left:1px;
border-right:1px solid #dedede;
height:26px;
}
--- In MAXIMO@yahoogroups.com, ron_bryant@... wrote:
>
> We had the same issue. The maximo.css at the path \maximo\applications\maximo\maximouiweb\webmodule\webclient\skins\tivoli09\css\maximo.css is the file you need to modify. We chose to just set the table that the menu controls sit in to a max of 1200px wide. That way no matter how much the application scrolls, the menu stays on the left of the screen. That style is .bgnb at line 378. Unfortunately the html structure is nested tables so it is difficult to do any real changes. What really needs to happen is that the header area needs to be out of the nested structure and set to be at screen width and in my opinion, static, so that it doesn't scroll off the screen vertically either.
>
> By the way, even though Maximo is not certified for and doesn't always work well in Google Chrome, you can right click on an area in the app and pull up the element inspector and play with the css right in the window live before you go make any permanent changes.
>
> Ron Bryant
> IT Business Consultant
> Plant Systems & Controls
> Cargill
> direct - 651-203-7947 | mobile - 612-801-7658
> ron_bryant@...
>
> "Confidentiality Note: This message is intended only for the named recipient and may contain confidential, proprietary or legally privileged information. Unauthorized individuals or entities are not permitted access to this information. Any dissemination, distribution, or copying of this information is strictly prohibited. If you have received this message in error, please advise the sender by reply e-mail, and delete this message and any attachments. Thank you."
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of brian_swanson@...
> Sent: Tuesday, January 10, 2012 7:10 AM
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] Maximo 7.5 modifying tivoli09 skin
>
>
>
> As we are talking about the tivoli09 skin, does anyone know how our where
> in the maximo.css you could actually move the dropdown menus at the top. I
> would like to center the menus, like GoTo, StartCenter, Reports ect.. In
> 7.5 you are required to do allot of scrolling to get to these menus
> depending on what screen you are. This wasn't the case in 6.2
>
> Thanks
>
> Brian Swanson
> Systems Analyst-Maximo
> Information Technology
>
> hermanmiller.com
>
> HermanMiller
>
> From: "al_potanin" <spivot@...<mailto:spivot%40gmail.com>>
> To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
> Date: 01/10/2012 12:57 AM
> Subject: [MAXIMO List] Re: Maximo 7.5 modifying tivoli09 skin
> Sent by: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
>
> Also do you know why in new skin they removed application's icons?
> Do you know how can I restore it?
>
> --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, "al_potanin" <spivot@<mailto:spivot@>> wrote:
> >
> > Hi guys,
> >
> > I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> > classic skin is broken and will be fixed only in next release.
> > I wanted to give the new skin a go but some things bother me a lot.
> Mostly around spacing between controls.
> > I tried to find corresponding css style in maximo.css file but couldn't
> find.
> >
> > I would much appreciate if you share your finding regarding space
> between controls and sections/rows.
> >
> > Regards,
> > Alexey
> >
>
>
>
>
>
>
>


From: al_potanin (2012-01-11 01:07)

BTW you can modify maximo.css files in installedApps folder in WebSphere, refresh page in IE to see changes.
File's location:
...IBM\WebSphere\AppServer\profiles\ctgAppSrv01\installedApps\ctgCell01\MAXIMO.ear\maximouiweb.war\webclient\skins\tivoli09\css
--- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@...> wrote:
>
> Hi guys,
>
> I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> classic skin is broken and will be fixed only in next release.
> I wanted to give the new skin a go but some things bother me a lot. Mostly around spacing between controls.
> I tried to find corresponding css style in maximo.css file but couldn't find.
>
> I would much appreciate if you share your finding regarding space between controls and sections/rows.
>
> Regards,
> Alexey
>


From: al_potanin (2012-01-11 01:11)

Another finding:
.h_l, .h_r, .hbsh, .hbouter - controls height of the headers.
Note: you have to change all of them to get an effect.
/* headerbar */
/* header_left */
.h_l
{
background-image:url(../images/table_toolbar_lcap.gif);
background-repeat:no-repeat;
background-position: top left;
padding-left:5px;
height:30px;
border-bottom: 1px solid #aaaaaa;
}
/* header_right */
.h_r
{
background-image:url(../images/table_toolbar_rcap.gif);
background-repeat:no-repeat;
background-position: top right;
padding-right:5px;
height:30px;
border-bottom: 1px solid #aaaaaa;
}
.hbsh
{
height:30px;
}
.hbouter
{
height:30px;
}
> > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, "al_potanin" <spivot@<mailto:spivot@>> wrote:
> > >
> > > Hi guys,
> > >
> > > I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> > > classic skin is broken and will be fixed only in next release.
> > > I wanted to give the new skin a go but some things bother me a lot.
> > Mostly around spacing between controls.
> > > I tried to find corresponding css style in maximo.css file but couldn't
> > find.
> > >
> > > I would much appreciate if you share your finding regarding space
> > between controls and sections/rows.
> > >
> > > Regards,
> > > Alexey
> > >
> >


From: al_potanin (2012-01-11 01:32)

.sectionb padding – controls how much empty space will be in top and bottom of a section with header
Change padding to 0px and see how compact Job Details section in WO application!
.sectionb
{
padding:8px;
border:1px solid #aaaaaa;
border-top:0px;
padding-left:4px;
padding-right:4px;
vertical-align: top;
}
.sbt and .sbb - control space of main section on a page
Change font-size to 0px ;)
/* sectionbordertop */
.sbt
{
font-size: 8px;
}
/* sectionborderbottom */
.sbb
{
font-size: 8px;
}
--- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@...> wrote:
>
> Another finding:
>
> .h_l, .h_r, .hbsh, .hbouter - controls height of the headers.
> Note: you have to change all of them to get an effect.
>
> /* headerbar */
> /* header_left */
> .h_l
> {
> background-image:url(../images/table_toolbar_lcap.gif);
> background-repeat:no-repeat;
> background-position: top left;
> padding-left:5px;
> height:30px;
> border-bottom: 1px solid #aaaaaa;
> }
> /* header_right */
> .h_r
> {
> background-image:url(../images/table_toolbar_rcap.gif);
> background-repeat:no-repeat;
> background-position: top right;
> padding-right:5px;
> height:30px;
> border-bottom: 1px solid #aaaaaa;
> }
>
> .hbsh
> {
> height:30px;
> }
>
> .hbouter
> {
> height:30px;
> }
>
>
> > > --- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>, "al_potanin" <spivot@<mailto:spivot@>> wrote:
> > > >
> > > > Hi guys,
> > > >
> > > > I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> > > > classic skin is broken and will be fixed only in next release.
> > > > I wanted to give the new skin a go but some things bother me a lot.
> > > Mostly around spacing between controls.
> > > > I tried to find corresponding css style in maximo.css file but couldn't
> > > find.
> > > >
> > > > I would much appreciate if you share your finding regarding space
> > > between controls and sections/rows.
> > > >
> > > > Regards,
> > > > Alexey
> > > >
> > >
>


From: al_potanin (2012-01-11 02:32)

.fali display:none – hides images on Favourite applications portlet
/* favappsportletlinkimg */
.fali
{
display:none;
vertical-align:top;
margin:0px;
margin-left:3px;
margin-right:3px;
cursor:pointer;
}


From: al_potanin (2012-01-13 02:33)

Puzzle is solved with some help from IBM :)
Space between controls is controlled in children.jsp in ...\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\components folder
Realtime location: ...MAXIMO.ear\maximouiweb.war\webclient\components
Code:
if(control.getType().equals("section"))// || control.getType().equals("sectioncol"))
{
if(!skin.equals("tivoli09") || "".equals(cellspacing) || "0".equals(cellspacing))
{
cellspacing="3";
}
if(UAGENT.equals("OPERA") || UAGENT.equals("FIREFOX") || UAGENT.equals("SAFARI"))
{
cellspacing="3";
borderSpacing="border-spacing:"+cellspacing+";border-collapse:separate;";
}
}
Change cellspacing to 0…
--- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@...> wrote:
>
> Hi guys,
>
> I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> classic skin is broken and will be fixed only in next release.
> I wanted to give the new skin a go but some things bother me a lot. Mostly around spacing between controls.
> I tried to find corresponding css style in maximo.css file but couldn't find.
>
> I would much appreciate if you share your finding regarding space between controls and sections/rows.
>
> Regards,
> Alexey
>


From: syed a (2012-11-21 19:28)

Hello potanin,
We are upgrading from maximo 7.1.1.8 to 7.5.0.3.
We have install Maximo with Base Language English & Secondary Language as Arabic.
Related to your answer space between controls and sections/rows we modified children.jsp
as you wrote but nothing change.we use IE for browsing.
Also in our secondary language mode i.e. in Arabic focus is not proper it should be from
right to left but when we query & go to Main Tab in an application
we see horizontal & vertical toolbars.how we can avoid this problem.
In english mode alignment is from left to right.
regards
syed ather mehdi
--- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@...> wrote:
>
> Puzzle is solved with some help from IBM :)
>
> Space between controls is controlled in children.jsp in ...\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\components folder
> Realtime location: ...MAXIMO.ear\maximouiweb.war\webclient\components
>
> Code:
>
> if(control.getType().equals("section"))// || control.getType().equals("sectioncol"))
> {
> if(!skin.equals("tivoli09") || "".equals(cellspacing) || "0".equals(cellspacing))
> {
> cellspacing="3";
> }
> if(UAGENT.equals("OPERA") || UAGENT.equals("FIREFOX") || UAGENT.equals("SAFARI"))
> {
> cellspacing="3";
> borderSpacing="border-spacing:"+cellspacing+";border-collapse:separate;";
> }
> }
>
> Change cellspacing to 0…
>
>
> --- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@> wrote:
> >
> > Hi guys,
> >
> > I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> > classic skin is broken and will be fixed only in next release.
> > I wanted to give the new skin a go but some things bother me a lot. Mostly around spacing between controls.
> > I tried to find corresponding css style in maximo.css file but couldn't find.
> >
> > I would much appreciate if you share your finding regarding space between controls and sections/rows.
> >
> > Regards,
> > Alexey
> >
>


From: syed a (2012-11-21 19:48)

Hello potanin,
Also i would like to inform you that when we change skin from tivoli09 to classic in our secondary language mode Arabic Tab groups i.e List,Main gets shifted towards extreme left and list tab rows get display from left to right.
But in english mode work fine.
regards

syed ather mehdi
--- In MAXIMO@yahoogroups.com, "syed a" <syathm@...> wrote:
>
> Hello potanin,
>
> We are upgrading from maximo 7.1.1.8 to 7.5.0.3.
>
> We have install Maximo with Base Language English & Secondary Language as Arabic.
>
> Related to your answer space between controls and sections/rows we modified children.jsp
> as you wrote but nothing change.we use IE for browsing.
>
>
> Also in our secondary language mode i.e. in Arabic focus is not proper it should be from
> right to left but when we query & go to Main Tab in an application
> we see horizontal & vertical toolbars.how we can avoid this problem.
>
> In english mode alignment is from left to right.
>
> regards
>
> syed ather mehdi
>
> --- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@> wrote:
> >
> > Puzzle is solved with some help from IBM :)
> >
> > Space between controls is controlled in children.jsp in ...\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\components folder
> > Realtime location: ...MAXIMO.ear\maximouiweb.war\webclient\components
> >
> > Code:
> >
> > if(control.getType().equals("section"))// || control.getType().equals("sectioncol"))
> > {
> > if(!skin.equals("tivoli09") || "".equals(cellspacing) || "0".equals(cellspacing))
> > {
> > cellspacing="3";
> > }
> > if(UAGENT.equals("OPERA") || UAGENT.equals("FIREFOX") || UAGENT.equals("SAFARI"))
> > {
> > cellspacing="3";
> > borderSpacing="border-spacing:"+cellspacing+";border-collapse:separate;";
> > }
> > }
> >
> > Change cellspacing to 0…
> >
> >
> > --- In MAXIMO@yahoogroups.com, "al_potanin" <spivot@> wrote:
> > >
> > > Hi guys,
> > >
> > > I upgraded 7116 maximo to 7.5.0.1 and now have to use tivoli09 skin.
> > > classic skin is broken and will be fixed only in next release.
> > > I wanted to give the new skin a go but some things bother me a lot. Mostly around spacing between controls.
> > > I tried to find corresponding css style in maximo.css file but couldn't find.
> > >
> > > I would much appreciate if you share your finding regarding space between controls and sections/rows.
> > >
> > > Regards,
> > > Alexey
> > >
> >
>