[mango] Disable i18n / art.gnome.org account requests on mango's new_account form



commit 3982cbd2f0cae39a93742c7eec3d73a89dbd1038
Author: Andrea Veri <av gnome org>
Date:   Sat Mar 22 18:46:19 2014 +0100

    Disable i18n / art.gnome.org account requests on mango's new_account form

 www/new_account.xsl |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)
---
diff --git a/www/new_account.xsl b/www/new_account.xsl
index 03dc2da..e47d95c 100644
--- a/www/new_account.xsl
+++ b/www/new_account.xsl
@@ -41,7 +41,7 @@
            href="mailto:{/page/@support}";><xsl:value-of select='/page/@support'/></a>.</p>
   </xsl:if>
   <xsl:if test="not(boolean(alreadyadded)) and not(boolean(account_added))">
-    <p>Note: Please read the following page first: <a 
href="http://live.gnome.org/NewAccounts";>http://live.gnome.org/NewAccounts</a>.</p>
+    <p>Note: Please read the following page first: <a 
href="https://wiki.gnome.org/NewAccounts";>https://wiki.gnome.org/NewAccounts</a>.</p>
    <form enctype="multipart/form-data" method="POST" action="{$script}" name="form">
     <input type="hidden" name="mango_token" value="{/page/@token}"/>
     <table class="form">
@@ -162,14 +162,6 @@
         <label for="bugzilla">Shell access for GNOME Bugzilla</label>
        </div>
        <div>
-        <input type="checkbox" name="artweb" id="artweb">
-         <xsl:if test="boolean(group[ cn='artweb'])">
-          <xsl:attribute name="checked"/>
-         </xsl:if>
-        </input>
-        <label for="artweb">Shell access for GNOME art website</label>
-       </div>
-       <div>
         <input type="checkbox" name="membctte" id="membctte">
          <xsl:if test="boolean(group[ cn='membctte'])">
           <xsl:attribute name="checked"/>
@@ -210,26 +202,6 @@
                </xsl:for-each>
        </select>
        </div>
-       <div><label for="vouch_i18n">Translation Team: </label>
-                       <select name="vouch_i18n" id="vouch_i18n">
-                       <xsl:if test="count(translation) = 0 or not(boolean(group[cn='gnomecvs']))">
-                               <xsl:attribute name="disabled" />
-                       </xsl:if>
-               <option value=''>None</option>
-               <xsl:for-each select="translation">
-                       <xsl:sort select="@cn"/>
-                       <xsl:element name="option">
-                       <xsl:if test="boolean(@selected)">
-                               <xsl:attribute name="selected"/>
-                       </xsl:if>
-                       <xsl:attribute name="value">
-                               <xsl:value-of select="@cn" />
-                       </xsl:attribute>
-                       <xsl:value-of select="@desc" />
-                       </xsl:element>
-               </xsl:for-each>
-               </select>
-        </div>
       </td>
      </tr>
     </table>


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