From 897e6e85d3470d865b0c334a5c80d0fcd633e315 Mon Sep 17 00:00:00 2001 From: Michael Jett <mjett@mitre.org> Date: Fri, 20 Apr 2012 11:35:15 -0400 Subject: [PATCH] Removing inline client editing popup --- .../WEB-INF/views/admin/manage/clients.jsp | 109 ------------------ 1 file changed, 109 deletions(-) diff --git a/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage/clients.jsp b/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage/clients.jsp index d0cc22b2b..5d56ec421 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage/clients.jsp +++ b/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage/clients.jsp @@ -50,115 +50,6 @@ </script> -<div style="display: none;"> - - <form> - <fieldset> - <legend>OpenID Client</legend> - <div class="clearfix"> - <label for="xlInput">Client Name</label> - - <div class="input"> - <input type="text" size="30" name="xlInput" id="xlInput" class="xlarge"> - </div> - </div> - - <div class="clearfix"> - <label for="prependedInput">Redirect Url</label> - - <div class="input"> - <div class="input-prepend"> - <span class="add-on">http://</span> - <input type="text" size="16" name="prependedInput" id="prependedInput" class="medium"> - </div> - <span class="help-block">Url to be redirected</span> - </div> - </div> - - <div class="clearfix"> - <label id="optionsCheckboxes">Grant Types:</label> - - <div class="input"> - <ul class="inputs-list"> - <li> - <label> - <input type="checkbox" value="option1" name="optionsCheckboxes"> - <span>Grant Type Blah</span> - </label> - </li> - <li> - <label> - <input type="checkbox" value="option2" name="optionsCheckboxes"> - <span>Grant Type Blah</span> - </label> - </li> - <li> - <label> - <input type="checkbox" value="option2" name="optionsCheckboxes"> - <span>Grant Type Blah</span> - </label> - </li> - </ul> - <span class="help-block"> - <strong>Note:</strong> Grant type help text. - </span> - </div> - </div> - - <div class="clearfix"> - <label for="textarea2">Scope</label> - - <div class="input"> - <textarea rows="3" name="textarea2" id="textarea2" class="xlarge">email,first name</textarea> - <span class="help-block"> - Please enter scopes separated by commas - </span> - </div> - </div> - - <div class="clearfix"> - <label for="normalSelect">Authority</label> - - <div class="input"> - <select id="normalSelect" name="normalSelect"> - <option>My Authority Option 1</option> - <option>My Authority Option 2</option> - </select> - </div> - </div> - - </fieldset> - - <div class="clearfix"> - <label for="form-description">Description</label> - - <div class="input"> - <input type="text" size="30" name="form-description" id="form-description" class="xlarge"> - </div> - </div> - - <div class="clearfix"> - <label id="form-allow-tokens">Allow refresh tokens?</label> - - <div class="input"> - <ul class="inputs-list"> - <li> - <label> - <input type="checkbox" value="option1" name="form-allow-tokens"> - <span> </span> - </label> - </li> - </ul> - <span class="help-block"> - <strong>Note:</strong> Labels surround all the options for much larger click areas and a more usable form. - </span> - </div> - </div> - - </form> -</div> - - <o:topbar/> <div class="container-fluid"> <o:sidebar/>