[mango] add UI for webusers
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mango] add UI for webusers
- Date: Thu, 27 Oct 2011 13:06:59 +0000 (UTC)
commit 27b13f9a3f408d0915dbfdbb3dc7491c6e9cefe8
Author: Olav Vitters <olav vitters nl>
Date: Thu Oct 27 15:05:26 2011 +0200
add UI for webusers
www/update_user.php | 1 +
www/update_user.xsl | 8 ++++++++
2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/www/update_user.php b/www/update_user.php
index 3f1b1f3..24e4e53 100755
--- a/www/update_user.php
+++ b/www/update_user.php
@@ -16,6 +16,7 @@ $AFFECTEDGROUPS = array(
"gnomecvs",
"ftpadmin",
"gnomeweb",
+ "webusers",
"bugzilla",
"artweb",
"mailusers",
diff --git a/www/update_user.xsl b/www/update_user.xsl
index 90dbe0e..c545b07 100644
--- a/www/update_user.xsl
+++ b/www/update_user.xsl
@@ -160,6 +160,14 @@
<label for="group-gnomeweb">Web admin</label>
</div>
<div>
+ <input type="checkbox" name="group-webusers" id="group-webusers">
+ <xsl:if test="boolean(group[ cn='webusers'])">
+ <xsl:attribute name="checked"/>
+ </xsl:if>
+ </input>
+ <label for="group-webusers">Web space (people.gnome.org) + shell</label>
+ </div>
+ <div>
<input type="checkbox" name="group-buildmaster" id="group-buildmaster">
<xsl:if test="boolean(group[ cn='buildmaster'])">
<xsl:attribute name="checked"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]