This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aid="${group.name}.doDelete"href="javascript:deleteGroup('${group.name}')"onclick="return confirm('Are you sure you want to delete the group ${group.name}?')"><iclass="fa fa-trash-o fa-2x"></i></a>
<aid="${group.name}.doDelete"href="javascript:deleteGroup('${fn:escapeXml(group.name)}')"onclick="return confirm('Are you sure you want to delete the group ${fn:escapeXml(group.name)}?')"><iclass="fa fa-trash-o fa-2x"></i></a>
</c:when>
<c:otherwise>
<iclass="fa fa-trash-o fa-2x"onclick="alert('Sorry, the ${group.name} group cannot be deleted.')"></i>
<iclass="fa fa-trash-o fa-2x"onclick="alert('Sorry, the ${fn:escapeXml(group.name)} group cannot be deleted.')"></i>
<buttonid="${group.name}.doRename"type="button"class="btn btn-secondary"name="rename"onclick="alert('Sorry, the Admin group cannot be renamed.')">Rename</button>
<buttonid="${fn:escapeXml(group.name)}.doRename"type="button"class="btn btn-secondary"name="rename"onclick="alert('Sorry, the Admin group cannot be renamed.')">Rename</button>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aid="<%="users("+curUser.getUserId()+").doDelete"%>"href="javascript:deleteUser('<%=curUser.getUserId()%>')"onclick="return confirm('Are you sure you want to delete the user <%=curUser.getUserId()%>?')"><iclass="fa fa-trash-o fa-2x"></i></a>
<aid="<%="users("+sanitizedUserId+").doDelete"%>"href="javascript:deleteUser('<%=sanitizedUserId%>')"onclick="return confirm('Are you sure you want to delete the user <%=sanitizedUserId%>?')"><iclass="fa fa-trash-o fa-2x"></i></a>
</td>
<% } else { %>
<tdrowspan="2"class="text-center">
<iclass="fa fa-trash-o fa-2x"onclick="alert('Sorry, the admin user cannot be deleted.')"></i>
<buttonid="<%="users("+curUser.getUserId()+").doRename"%>"class="btn btn-secondary"name="rename"onclick="alert('Sorry, the admin user cannot be renamed.')">Rename</button>
<buttonid="<%="users("+sanitizedUserId+").doRename"%>"class="btn btn-secondary"name="rename"onclick="alert('Sorry, the admin user cannot be renamed.')">Rename</button>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters