Changeset 7537 for trunk/www/switch.jsp


Ignore:
Timestamp:
Nov 28, 2018, 9:07:39 AM (4 years ago)
Author:
Nicklas Nordborg
Message:

References #2131: Add support for installing multiple authentication managers

Redesign of the login form to avoid things that "jump" around when switching login manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/switch.jsp

    r7536 r7537  
    112112    <input type="hidden" name="deviceToken" value="">
    113113 
    114     <div class="content">
    115       <table class="fullform input100 bottomborder ">
     114    <div class="content" id="the-login-form" style="display: none;">
     115      <table class="fullform input100 bottomborder">
    116116      <%
    117       if (allForms.size() > 0)
     117      if (allForms.size() > 1)
    118118      {
    119119        %>
Note: See TracChangeset for help on using the changeset viewer.