Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server

pull/59/head
Amanda Anganes 13 years ago
commit 89dd98f4a7

@ -1,7 +1,6 @@
<%@attribute name="title" required="false" %> <%@attribute name="title" required="false" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>

@ -84,7 +84,7 @@
<td><%=authority%></td> <td><%=authority%></td>
<td><%=description%> <td><%=description%>
</td> </td>
<td><input type="checkbox" checked="<%=(refreshTokens == 1 ? 'checked' : '')%>" value="" id="" name="" disabled></td> <td><input type="checkbox" "<%=(refreshTokens == 1 ? 'checked' : '')%> value="" id="" name="" disabled></td>
<td> <td>
<button data-controls-modal="modal-from-dom" data-backdrop="true" data-keyboard="true" <button data-controls-modal="modal-from-dom" data-backdrop="true" data-keyboard="true"
class="btn">edit class="btn">edit

Loading…
Cancel
Save