Author: taylor
Date: Wed Nov 25 04:40:39 2015
New Revision: 1716301

URL: http://svn.apache.org/viewvc?rev=1716301&view=rev
Log:
JS2-1346: Improve User Manager Portlet (wicket) to show and persist email 
address

Modified:
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/resources/org/apache/jetspeed/portlets/security/JetspeedPrincipalManagementPortlet$NewUserPrincipalPanel.html

Modified: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/resources/org/apache/jetspeed/portlets/security/JetspeedPrincipalManagementPortlet$NewUserPrincipalPanel.html
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/resources/org/apache/jetspeed/portlets/security/JetspeedPrincipalManagementPortlet%24NewUserPrincipalPanel.html?rev=1716301&r1=1716300&r2=1716301&view=diff
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/resources/org/apache/jetspeed/portlets/security/JetspeedPrincipalManagementPortlet$NewUserPrincipalPanel.html
 (original)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/resources/org/apache/jetspeed/portlets/security/JetspeedPrincipalManagementPortlet$NewUserPrincipalPanel.html
 Wed Nov 25 04:40:39 2015
@@ -43,6 +43,12 @@
                 </td>                                                          
             </tr>
             <tr>
+                <td class="portlet-section-alternate">Email Address: </td>
+                <td class="portlet-section-body" align="left">
+                    <input type="text" wicket:id="email" size="30" />
+                </td>
+            </tr>
+            <tr>
                 <td class="portlet-section-alternate">Profiling Rule: </td>
                 <td class="portlet-section-body" align="left">
                                        <select 
wicket:id="profilingRule"></select>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org

Reply via email to