You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/04/22 14:57:00 UTC

svn commit: r164231 - /lenya/trunk/src/webapp/lenya/usecases/admin/user.jx

Author: jwkaltz
Date: Fri Apr 22 05:56:59 2005
New Revision: 164231

URL: http://svn.apache.org/viewcvs?rev=164231&view=rev
Log:
[minor change] added display of LDAP user id when present; fixes bug 34567

Modified:
    lenya/trunk/src/webapp/lenya/usecases/admin/user.jx   (contents, props changed)

Modified: lenya/trunk/src/webapp/lenya/usecases/admin/user.jx
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/admin/user.jx?rev=164231&r1=164230&r2=164231&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/admin/user.jx (original)
+++ lenya/trunk/src/webapp/lenya/usecases/admin/user.jx Fri Apr 22 05:56:59 2005
@@ -1,3 +1,20 @@
+<!--
+  Copyright 1999-2005 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+
 <page:page
   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
   xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
@@ -22,6 +39,12 @@
           <td class="lenya-entry-caption"><i18n:text>Name</i18n:text>:</td>
           <td><jx:out value="${user.getName()}"/></td>
         </tr>
+        <jx:if test="${user.getLdapId()}">
+           <tr>
+              <td class="lenya-entry-caption"><i18n:text>LDAP ID</i18n:text>:</td>
+              <td><jx:out value="${user.getLdapId()}"/></td>
+           </tr>
+        </jx:if>
         <tr>
           <td valign="top" class="lenya-entry-caption"><i18n:text>Description</i18n:text>:</td>
           <td>

Propchange: lenya/trunk/src/webapp/lenya/usecases/admin/user.jx
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org