|
From: <gh...@rh...> - 2009-01-30 14:38:24
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><style type="text/css"><!-- #msg DL { border : 1px #006 solid; background-color : #369; padding : 6px; color : #fff; } #msg DT { float : left; width : 6em; font-weight : bold; } #msg DL, #msg DT, #msg UL, #msg LI { font-family : arial,helvetica,sans-serif; font-size : 10pt; } h3 { font-family : arial,helvetica,sans-serif; font-size : 10pt; font-weight : bold; } #msg PRE { overflow : auto; white-space : normal; background-color : #ffc; border : 1px #fc0 solid; padding : 6px; } #msg UL, PRE, .diff { overflow : auto; } #patch h4 { font-family : arial,helvetica,sans-serif; font-size : 10pt; } #patch h4 { padding: 8px; background : #369; color : #fff; margin : 0; } #patch .propset h4, #patch .binary h4 {margin: 0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {background:#eeeeee;padding: 0 0 10px 0;} #patch .propset .diff, #patch .binary .diff {padding: 10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch .add {background:#ddffdd;} #patch .rem {background:#ffdddd;} #patch .lines, .info {color:#888888;background:#ffffff;} .diff { width : 100%; } #msg DL { border : 1px #006 solid; background-color : #369; padding : 6px; color : #fff; } #msg DT { float : left; width : 6em; font-weight : bold; } #msg DL, #msg DT, #msg UL, #msg LI { font-family : arial,helvetica,sans-serif; font-size : 10pt; } h3 { font-family : arial,helvetica,sans-serif; font-size : 10pt; font-weight : bold; } #msg PRE { overflow : auto; white-space : normal; background-color : #ffc; border : 1px #fc0 solid; padding : 6px; } #msg UL, PRE, .diff { overflow : auto; } #patch h4 { font-family : arial,helvetica,sans-serif; font-size : 10pt; } #patch h4 { padding: 8px; background : #369; color : #fff; margin : 0; } #patch .propset h4, #patch .binary h4 {margin: 0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {background:#eeeeee;padding: 0 0 10px 0;} #patch .propset .diff, #patch .binary .diff {padding: 10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch .add {background:#ddffdd;} #patch .rem {background:#ffdddd;} #patch .lines, .info {color:#888888;background:#ffffff;} .diff { width : 100%; } --></style> <title>[rhq-project.org rhq] [2848] rhq-1427</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>2848</dd> <dt>Author</dt> <dd>ghinkle</dd> <dt>Date</dt> <dd>2009-01-30 08:38:20 -0600 (Fri, 30 Jan 2009)</dd> </dl> <h3>Log Message</h3> <pre>rhq-1427</pre> <h3>Modified Paths</h3> <ul> <li><a href="#rhqtrunkmodulesenterpriseguiportalwarsrcmainwebapprhqcommonmenumenuxhtml">rhq/trunk/modules/enterprise/gui/portal-war/src/main/webapp/rhq/common/menu/menu.xhtml</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="rhqtrunkmodulesenterpriseguiportalwarsrcmainwebapprhqcommonmenumenuxhtml"></a> <div class="modfile"><h4>Modified: rhq/trunk/modules/enterprise/gui/portal-war/src/main/webapp/rhq/common/menu/menu.xhtml (2847 => 2848)</h4> <pre class="diff"> <span class="info">--- rhq/trunk/modules/enterprise/gui/portal-war/src/main/webapp/rhq/common/menu/menu.xhtml 2009-01-30 13:08:52 UTC (rev 2847) +++ rhq/trunk/modules/enterprise/gui/portal-war/src/main/webapp/rhq/common/menu/menu.xhtml 2009-01-30 14:38:20 UTC (rev 2848) </span><span class="lines">@@ -16,16 +16,11 @@ </span><span class="cx"> <h:graphicImage value="/images/logo_icon.png"/> </h:outputLink> </span><span class="rem">- <rich:dropDownMenu> - <f:facet name="label"> - <h:panelGroup> - <h:outputLink value="/Dashboard.do"> - <h:outputText value="#{msg['dash.home.PageTitle']}"/> - </h:outputLink> - </h:panelGroup> - </f:facet> - </rich:dropDownMenu> </span><span class="cx"> </span><span class="add">+ <h:outputLink value="/Dashboard.do"> + <h:outputText value="#{msg['dash.home.PageTitle']}"/> + </h:outputLink> + </span><span class="cx"> <rich:dropDownMenu> <f:facet name="label"> <h:panelGroup> </span> </pre> </div> </div> </body> </html> |