mango r219 - in branches/django: . www



Author: ovitters
Date: Sun Jun 22 00:10:48 2008
New Revision: 219
URL: http://svn.gnome.org/viewvc/mango?rev=219&view=rev

Log:
	* www/list_users.xsl: Update links to Django clean urls.
	* www/update_user.xsl: Update links to Django clean urls.


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

Modified: branches/django/www/list_users.xsl
==============================================================================
--- branches/django/www/list_users.xsl	(original)
+++ branches/django/www/list_users.xsl	Sun Jun 22 00:10:48 2008
@@ -51,7 +51,7 @@
       <xsl:sort select="uid"/>
       <tr class="row-{position() mod 2}">
        <td>
-        <a href="update_user.php?uid={uid}">
+        <a href="edit/{uid}/">
          <xsl:apply-templates select="uid"/>
         </a>
        </td>

Modified: branches/django/www/update_user.xsl
==============================================================================
--- branches/django/www/update_user.xsl	(original)
+++ branches/django/www/update_user.xsl	Sun Jun 22 00:10:48 2008
@@ -10,7 +10,7 @@
   <xsl:variable name="script" select="'update_user.php'"/>
 
   <xsl:template match="updateuser">
-    <a href="list_users.php">Users</a> â <xsl:value-of select="uid" />
+    <a href="../..">Users</a> â <xsl:value-of select="uid" />
    <xsl:apply-templates select="error"/>
    <xsl:if test="boolean(updated)">
     <p>User updated.</p>



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