Änderungen an Container und h1 Überschriften css sowie Language mobil sidemenue picker

This commit is contained in:
ja
2021-08-27 17:00:03 +02:00
parent 7507d9ed4e
commit fd0a71ee93
13 changed files with 77 additions and 138 deletions

View File

@@ -87,7 +87,7 @@
}
function bust3() {
if (top != self)
setInterval("top.location.replace('../login/LogOut.aspx')", 1);
setInterval("top.location.replace('../newpageJulius_Sidebar.aspx')", 1);
}
</script>
<link rel="stylesheet" type="text/css" href="../css/login/LoggedIn.css"/>
@@ -132,7 +132,7 @@
</tr>
<tr>
<td align="left" colspan="2">
<br/> <asp:Button ID="LogoutButton" runat="server" CommandName="Logout" Text="Abmelden" ValidationGroup="Logout" target="frame" OnClientClick="bust3()"/>
<br/> <asp:Button id="LogoutButton" runat="server" CommandName="Logout" Text="Abmelden" ValidationGroup="Logout" target="frame" OnClientClick="bust3()"/>
</td>
</tr>