Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How can I include the default about the server link in a custom theme?

 The default theme in 6.0.2 contains an "about the server" in the above the banner location. How can I include that in my custom theme? I want to add a custom image in this location to identify the particular instance the user is using but still have the "about the server" link available. 

0 votes


Accepted answer

Permanent link

 I have worked it out by inspecting the running system. Including <div class="title" dojoattachpoint="_title"></div> it appeared along with my customisation.

Ralph Schoon selected this answer as the correct answer

0 votes

Comments

thanks for sharing.


One other answer

Permanent link

Just to complete the picture, the best way I found to achieve what I wanted i.e. a banner logo with the about widget over it a indented along the screen was to put this css into my custom theme:

.jazz-ui-PageTemplate > .banner > .above-banner > .title {
    background-image: url("resource/images/matrixalmbanner.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    height: 40px;
    width: 954px;
    text-indent: 400px;
}

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,126

Question asked: Oct 16 '17, 5:17 p.m.

Question was seen: 1,175 times

Last updated: Oct 17 '17, 12:12 p.m.

Confirmation Cancel Confirm