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:
Andreas Jaeger
2014-02-07 16:31:22 +01:00
committed by dcramer
parent 0a598bbb1c
commit 3685ff6d92
2 changed files with 12 additions and 4 deletions

View File

@@ -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>&#160;&#160;
<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' ">

View File

@@ -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 {