<% // Only show if the group isn't read-only.
if (!webManager.getGroupManager().isReadOnly()) { %>
<% } %>
<%!
private static String toList(String[] array, String enc) {
if (array == null || array.length == 0) {
return "";
}
StringBuffer buf = new StringBuffer();
String sep = "";
for (int i=0; i