mango r279 - in branches/django: . www



Author: ovitters
Date: Thu Jul 17 19:41:08 2008
New Revision: 279
URL: http://svn.gnome.org/viewvc/mango?rev=279&view=rev

Log:
* www/update_module.xsl: Correct links to various views.


Modified:
   branches/django/   (props changed)
   branches/django/ChangeLog
   branches/django/www/update_module.xsl

Modified: branches/django/www/update_module.xsl
==============================================================================
--- branches/django/www/update_module.xsl	(original)
+++ branches/django/www/update_module.xsl	Thu Jul 17 19:41:08 2008
@@ -7,10 +7,10 @@
 
   <xsl:include href="common.xsl" />
 
-  <xsl:variable name="script" select="'update_module.php'"/>
+  <xsl:variable name="script" select="'.'"/>
 
 <xsl:template match="updatemodule">  
-  <a href="list_modules.php">Modules</a> â <xsl:value-of select="cn" />
+  <a href="../..">Modules</a> â <xsl:value-of select="cn" />
 	<xsl:apply-templates select="error"/>
    <xsl:if test="boolean(changed)">
     <p>GNOME Module '<xsl:value-of select="updated/cn"/>' updated.</p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]