- Remove "Submit Bug" link from Security Advisories box, it does not fit there

much, and there's already "Report a Bug" link in Shortcuts area.

PR:		www/87144 (inspired by)
Submitted by:	Ivan Voras <ivoras@geri.cc.fer.hr>
Agreed on with:	simon
This commit is contained in:
Pav Lucistnik 2005-12-14 21:26:05 +00:00
parent dc3a9e781a
commit c27d71f499
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26594

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.139 2005/11/30 19:42:19 pav Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.140 2005/12/11 14:15:55 delphij Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -6,7 +6,7 @@
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.139 2005/11/30 19:42:19 pav Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.140 2005/12/11 14:15:55 delphij Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<!-- these params should be externally bound. The values
@ -277,9 +277,6 @@
<li class="first-child">
<a href="{$base}/security/" title="More Security Advisories">More</a>
</li>
<li>
<a href="{$base}/send-pr.html" title="Submit a Problem Report">Submit Bug</a>
</li>
<li class="last-child">
<a href="{$base}/security/advisories.rdf" title="Security Advisories RSS Feed"><img class="rssimage" src="{$base}/layout/images/ico_rss.png" width="27" height="12" alt="Security Advisories RSS Feed" /></a>
</li>