Testutton und Designanpassungen forgotpw.aspx

This commit is contained in:
ja
2021-11-19 10:12:17 +01:00
parent dbd2aeb59a
commit 330c3e6fb0
2 changed files with 46 additions and 2 deletions

View File

@@ -297,7 +297,7 @@
<center>
<!-- Große Bildschirme-->
<div class="d-none d-md-block">
<table id="tbl_main" cellpadding="0" style="border:none;">
<table id="tbl_main" cellpadding="0" style="border:none; margin-left:-20px">
<tr style="color:#003680;height:28px;">
<td>
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClick="btn_Back_Click" style="margin-left:49px;height:31px;font-weight:300;font-size:20px"/>
@@ -343,6 +343,7 @@
<tr>
<td>
<asp:Button Text="back" ID="btn_BACKafterlogin" style="background-color:#003680;color:#fff;visibility:hidden" runat="server" />
<asp:Button Text="sendtestMail" ClientIDMode="Predictable" ID="btn_Testmail" OnClick="btn_Testmail_Click" style="background-color:#043381; color:gray" runat="server" />
</td>
</tr>
</table>