Files
alfresco-community-repo/source/web/jsp/users/delete-user.jsp
Will Abson e4b409da81 Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
71626: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
      71399: Merged DEV to V4.2-BUG-FIX (4.2.3)
         71392 : MNT-11498 : Creating a user with the same userid as a previously deleted user, gives the new user access to the original users files	
            - Note at user's deleting was added


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74709 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-06-25 15:33:04 +00:00

42 lines
1.5 KiB
Plaintext

<%--
* Copyright (C) 2005-2010 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Alfresco is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
--%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
<f:verbatim>
<table cellpadding="2" cellspacing="2" border="0">
<tr>
<td class="mainSubTitle">
</f:verbatim>
<h:outputFormat value="#{msg.delete_user_confirm}">
<f:param value="#{DialogManager.bean.person.properties.userName}"/>
</h:outputFormat>
<f:verbatim>
<br/>
</f:verbatim>
<h:outputFormat value="#{msg.delete_user_confirm_note}" />
<f:verbatim>
</td>
</tr>
</table>
</f:verbatim>