Verbesserungen Login Seite

This commit is contained in:
ja
2021-08-16 16:23:10 +02:00
parent b14877e85e
commit cfe3b4d1e7
2 changed files with 6 additions and 9 deletions

View File

@@ -85,12 +85,6 @@
<tr style="background-color:#003680;color:#fff;height:30px;font-size:12px"> <tr style="background-color:#003680;color:#fff;height:30px;font-size:12px">
<td align="center" colspan="2" style="color:#fff;">Bitte melden Sie sich an:</td> <td align="center" colspan="2" style="color:#fff;">Bitte melden Sie sich an:</td>
</tr> </tr>
<tr>
<td align="right">
<td>
<asp:LinkButton ID="LinkButton1" href="../login/login_TEST.aspx" runat="server">Admin-Login</asp:LinkButton>
</td></td>
</tr>
<tr> <tr>
<td align="right"> <td align="right">
<asp:Label ID="Label2" runat="server" AssociatedControlID="UserID" required>Kundennummer:</asp:Label> <asp:Label ID="Label2" runat="server" AssociatedControlID="UserID" required>Kundennummer:</asp:Label>
@@ -130,9 +124,12 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="middle" colspan="2"> <td align="left" colspan="2">
<br/> <asp:Button ID="LoginButton" runat="server" CommandName="Login" Text="Anmelden" ValidationGroup="Login1"/> <br/> <asp:Button ID="LoginButton" runat="server" CommandName="Login" Text="Anmelden" ValidationGroup="Login1"/>
</td> </td>
<td align="middle" colspan="2">
<asp:LinkButton ID="LinkButton1" href="../login/login_TEST.aspx" runat="server">Admin-Login</asp:LinkButton>
</td></td>
</tr> </tr>
</table> </table>
</LayoutTemplate> </LayoutTemplate>

View File

@@ -925,7 +925,7 @@
</div> </div>
</div> </div>
</a> --> </a> -->
<iframe id="frame1" src="login/login_FLEX.aspx" runat="server" seamless="seamless" style="width:252px;height:216px;overflow:no-content"/> <iframe id="frame1" src="login/login_FLEX.aspx" runat="server" seamless="seamless" style="width:250px;height:200px;overflow:no-content;background-image:none;" scrolling="no"/>
<!-- #include file="navigation.aspx" --> <!-- #include file="navigation.aspx" -->
<div id="main-page"> <div id="main-page">
<!-- <div class="pagecontent"> --> <!-- <div class="pagecontent"> -->