Anpassung des Logoutscreens an Mobilversion für Smartphones

This commit is contained in:
ja
2022-02-09 10:24:13 +01:00
parent 89789fd86b
commit 874cf85196
5 changed files with 19 additions and 7 deletions

View File

@@ -28,4 +28,7 @@ Partial Class login_Logout
Protected Sub btn_backtostart_Click(sender As Object, e As EventArgs) Handles btn_backtostart.ServerClick
Response.Redirect("../login/login_FLEX.aspx")
End Sub
Protected Sub btn_backtostart_m_Click(sender As Object, e As EventArgs) Handles btn_backtostart_m.ServerClick
Response.Redirect("../login/login_FLEX.aspx")
End Sub
End Class