Add links for ask.openstack.org
Update text for bug links. Add links for ask.openstack.org. Change-Id: I4de773c3a8842b554e870e3f293dc21a5cc61a66
This commit is contained in:
@@ -235,7 +235,9 @@ set toc,title
|
||||
</script>
|
||||
<xsl:if test="$branding = 'openstack'">
|
||||
<div class="logabug" style="text-align: center">
|
||||
<a id="logABugLink2" href="" target="_blank">Log a bug against this page</a>
|
||||
<a id="AskOOLink2" href="http://ask.openstack.org" target="_blank"><i class="icon-question"><xsl:comment/></i>Questions? Discuss on ask.openstack.org</a>
|
||||
<br/>
|
||||
<a id="logABugLink2" href="" target="_blank"><i class="icon-bug"><xsl:comment/></i>Found an error? Report a bug against this page</a>
|
||||
</div>
|
||||
<script language="JavaScript">
|
||||
var sourceFile = "source File: <xsl:value-of select="(ancestor-or-self::*/@xml:base)[position() = last()]"/>"
|
||||
@@ -317,7 +319,8 @@ ERROR: Feedback email not set but internal comments are enabled.
|
||||
</xsl:if>
|
||||
<xsl:if test="$branding = 'openstack' and $social.icons = '0'">
|
||||
<div id="gplusone">
|
||||
<a id="logABugLink1" href="" target="_blank" title="Log a bug against this page"><i class="icon-bug"><xsl:comment/></i></a>
|
||||
<a id="AskOOLink1" href="http://ask.openstack.org" target="_blank" title="Questions? Discuss on ask.openstack.org"><i class="icon-question"><xsl:comment/></i></a>  
|
||||
<a id="logABugLink1" href="" target="_blank" title="Found an error? Report a bug against this page"><i class="icon-bug"><xsl:comment/></i></a>
|
||||
</div>
|
||||
</xsl:if>
|
||||
<xsl:if test="$social.icons != '0' and $security = 'external' ">
|
||||
|
||||
@@ -474,8 +474,13 @@ body div#content div.navfooter table tbody td, body div#content div.navfooter ta
|
||||
.olinkdocname{ font-style: italic; }
|
||||
|
||||
.icon-bug{
|
||||
font-size: 1.75em;
|
||||
text-decoration: none;
|
||||
font-size: 1.75em;
|
||||
text-decoration: none;
|
||||
color: #cc0000;
|
||||
}
|
||||
.icon-question{
|
||||
font-size: 1.75em;
|
||||
text-decoration: none;
|
||||
color: #cc0000;
|
||||
}
|
||||
@media print {
|
||||
|
||||
Reference in New Issue
Block a user