Fix layout zurückbutton in forgotPW.aspx

This commit is contained in:
ja
2021-10-22 11:35:10 +02:00
parent fb472ba25e
commit dbb78a82e7

View File

@@ -237,7 +237,7 @@
<table id="tbl_main" cellpadding="0" style="margin:4px 4px 4px 4px; border: none;">
<tr style="color:#003680;height:35px;">
<td>
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClientClick="JavaScript:window.history.back(1);return false;" style="margin-left:49px;"/>
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClientClick="JavaScript:window.history.back(1);return false;" style="margin-left:49px;"/><label for="btn_Back" style="color:#fff;margin: 0 auto"><center>Back</center></label>
</td>
</tr>
<tr style="color:#003680; height:32px;font-size:14px">
@@ -275,7 +275,7 @@
<asp:Label ID="lblMessage" runat="server" />
</td></tr>
<tr style="color:#003680; height:32px;"><td>
<asp:Button ID="btn_Send" runat="server" Text="Send" Width="300px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:22px;border:none" OnClick="btn_Send_Click" Height="33px"/>
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="300px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:22px;border:none" OnClick="btn_Send_Click" Height="37px"><center><label for="btn_Send" style="color:#fff;margin:0 auto;font-size:22px"><center>Send</center></label></center></asp:LinkButton>
</td></tr>
<tr><td>
</td></tr>