[Yanel-commits] rev 49818 - public/yanel/trunk/src/contributions/resources/yanel-user/xslt

michi at wyona.com michi at wyona.com
Mon May 24 07:33:51 CEST 2010


Author: michi
Date: 2010-05-24 07:33:51 +0200 (Mon, 24 May 2010)
New Revision: 49818

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl
Log:
language moved

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl	2010-05-24 05:31:39 UTC (rev 49817)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl	2010-05-24 05:33:51 UTC (rev 49818)
@@ -103,18 +103,6 @@
             </td>
           </tr>
           <tr>
-            <td colspan="2">
-              <input type="submit" name="submitProfile" value="Apply"/>
-            </td>
-          </tr>
-        </table>
-      </p>
-    </form>
-
-    <h2>Account info</h2>
-      <p>
-        <table>
-          <tr>
             <td>Language:</td>
             <td><!-- TODO: Display languages only which are supported by this realm! What about identity managers used by more than one realm with different languages?! -->
               <select name="user-profile-language">
@@ -128,10 +116,25 @@
               <input type="text" name="user-profile-language" value="{$user-profile-language}"/>
             </td>
 -->
+          </tr>
+          <tr>
+            <td colspan="2">
+              <input type="submit" name="submitProfile" value="Apply"/>
+            </td>
+          </tr>
+        </table>
+      </p>
+    </form>
+
+    <h2>Additional Account info</h2>
+      <p>
+        <table>
 <!--
+          <tr>
+            <td>Language:</td>
             <td><xsl:value-of select="$user-profile-language"/></td>
+          </tr>
 -->
-          </tr>
           <tr>
             <td>Expiration Date:</td>
             <td><xsl:value-of select="$expiration-date"/></td>



More information about the Yanel-commits mailing list