mango r155 - in trunk: . www
- From: ovitters svn gnome org
- To: svn-commits-list gnome org
- Subject: mango r155 - in trunk: . www
- Date: Thu, 22 May 2008 20:51:46 +0000 (UTC)
Author: ovitters
Date: Thu May 22 20:51:46 2008
New Revision: 155
URL: http://svn.gnome.org/viewvc/mango?rev=155&view=rev
Log:
* www/update_user.php: Allow changing of membership committee.
* www/update_user.xsl: Make it valid XSLT.
Modified:
trunk/ChangeLog
trunk/www/update_user.php
trunk/www/update_user.xsl
Modified: trunk/www/update_user.php
==============================================================================
--- trunk/www/update_user.php (original)
+++ trunk/www/update_user.php Thu May 22 20:51:46 2008
@@ -23,6 +23,7 @@
"buildmaster",
"buildslave",
"foundation",
+ "membctte",
);
class UpdateUser {
Modified: trunk/www/update_user.xsl
==============================================================================
--- trunk/www/update_user.xsl (original)
+++ trunk/www/update_user.xsl Thu May 22 20:51:46 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="list_users.php">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]