Änderungen back to Login Linkbutton eingebaut

This commit is contained in:
ja
2021-11-18 13:57:57 +01:00
parent ad4f7de14d
commit 00c5edffd6
2 changed files with 25 additions and 2 deletions

View File

@@ -305,6 +305,11 @@
<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>
@@ -384,6 +389,11 @@
<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>