From owner-cvs-doc@FreeBSD.ORG Wed Mar 14 13:11:21 2007 Return-Path: X-Original-To: cvs-doc@freebsd.org Delivered-To: cvs-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 302CA16A401; Wed, 14 Mar 2007 13:11:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 67A2313C480; Wed, 14 Mar 2007 13:11:20 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id F19739F0F74; Wed, 14 Mar 2007 14:11:18 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dN2Q3IO2hwd3; Wed, 14 Mar 2007 14:10:50 +0100 (CET) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id DE4489ED8F7; Wed, 14 Mar 2007 14:10:49 +0100 (CET) Message-ID: <45F7F458.4050308@FreeBSD.org> Date: Wed, 14 Mar 2007 14:10:48 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Johann Kois References: <200703131228.l2DCS0EE073562@repoman.freebsd.org> <200703141302.46815.jkois@freebsd.org> In-Reply-To: <200703141302.46815.jkois@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org, keramida@freebsd.org Subject: Re: cvs commit: www/share/sgml templates.oldnewsflash.xsl templates.oldpress.xsl X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2007 13:11:21 -0000 Johann Kois schrieb: > On Tuesday 13 March 2007 13:27, Gabor Kovesdan wrote: > >> gabor 2007-03-13 12:27:59 UTC >> >> FreeBSD doc repository >> >> Modified files: >> share/sgml templates.oldnewsflash.xsl >> templates.oldpress.xsl >> Log: >> - Add missing sidenav for old news and press entries >> >> PR: www/105602 >> Submitted by: Rudolf Cejka >> Approved by: keramida (mentor) >> >> Revision Changes Path >> 1.4 +24 -2 www/share/sgml/templates.oldnewsflash.xsl >> 1.3 +23 -2 www/share/sgml/templates.oldpress.xsl >> > > Nice. But there is another problem with one of these files. > > templates.oldnewsflash.xsl ist used by the translated versions of > the website too. But in the translated versions of the website > &base;/gifs/news.jpg does not exist. So I would suggest the following > patch to solve this problem: > > --- templates.oldnewsflash.xsl Wed Mar 14 12:41:33 2007 > +++ templates.oldnewsflash.xsl.new Wed Mar 14 12:42:14 2007 > @@ -6,7 +6,7 @@ > > ]> > > - > + > > version="1.0" > xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> > @@ -58,7 +58,7 @@ > > - + width="193" > height="144" alt="FreeBSD News"/> > > > > > Ah, yes, the fix is good, I tested it. Please commit. :) Gabor