Changeset 7542 for trunk/www/switch.jsp


Ignore:
Timestamp:
Dec 6, 2018, 9:09:52 AM (4 years ago)
Author:
Nicklas Nordborg
Message:

References #2031: Add support for installing multiple authentication managers

The 'Password' login form was not filling out the dialog due to the <div> element getting set to display: table;.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/switch.jsp

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