Revert "Änderungen back to Login Linkbutton eingebaut"

This reverts commit 00c5edffd6.
This commit is contained in:
ja
2021-11-18 14:54:25 +01:00
parent 44aaf4db89
commit a37fe565e9
2 changed files with 2 additions and 25 deletions

View File

@@ -307,11 +307,6 @@
<asp:Label ID="lbl_messagetext" runat="server" Text=""></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:LinkButton ID="btn_toLogin" ClientIDMode="AutoID" runat="server" style="color:#fff;background-color:#043381" OnClick="btn_toLogin_Click" CssClass="btn btn-primary"><center><label for="<%=btn_toLogin.ClientID %>" style="color:#fff">Back to Login</label></center></asp:LinkButton>
</td>
</tr>
</table>
</center>
</div>
@@ -391,11 +386,6 @@
<asp:Label ID="lbl_messagetext_M" runat="server" Text=""></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:LinkButton ID="btn_toLogin_M" style="color:#043381" Font-Size="1em" CssClass="btn btn-primary" runat="server" OnClick="btn_toLogin_M_Click"><center><label for="<%=btn_toLogin_M.ClientID %>" style="color:#fff">Back to Login</label></center></asp:LinkButton>
</td>
</tr>
</table>
</div>
</center>