Änderung Inhaltseiten im kundenbereich sind nun oben an der Seite. Dort ist nun der 100 m Abstand nicht mehr!
This commit is contained in:
@@ -585,7 +585,7 @@
|
||||
</div>
|
||||
</nav></div>
|
||||
<!-- Container zur Ausrichtung des Contents-->
|
||||
<div style="margin-left:5px;margin-right:5px">
|
||||
<div style="margin-left:5px;margin-right:5px;margin-top:-110px">
|
||||
<div style="height:95px;"></div>
|
||||
<form id="leftLinks" runat="server" style="float:initial">
|
||||
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
.g-3 {
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
|
||||
@@ -697,12 +697,11 @@ Partial Class ForgotPW
|
||||
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
|
||||
Return token
|
||||
Catch Ex As Exception
|
||||
Dim Msg, Style, Title As String
|
||||
Msg = "Token Generation failed" & vbCrLf & "A new E-mail has been sent to the intern e-mail given."
|
||||
Style = vbRetry + vbExclamation + vbDefaultButton1
|
||||
Title = "Error05: Token-Generierung"
|
||||
'Dim Msg, Style, Title As String
|
||||
'Msg = "Token Generation failed" & vbCrLf & "A new E-mail has been sent to the intern e-mail given."
|
||||
'Style = vbRetry + vbExclamation + vbDefaultButton1
|
||||
'Title = "Error05: Token-Generierung"
|
||||
'MsgBox(Msg, Style, Title)
|
||||
|
||||
'If MsgBox(Msg, Style, Title).Retry Then
|
||||
'genToken(username, password, email)
|
||||
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
|
||||
@@ -766,7 +765,6 @@ Partial Class ForgotPW
|
||||
htmlbody = "<p> Der User " + txt_Username_M.Text + "hat eine ungültige oder geänderte Session-ID </p> <table><th><td>User</td></th><th><td>neue ID</td></th><tr><td>" + txt_Username_M.Text + "</td><td>" + Session.SessionID + "</td></tr></table>"
|
||||
End If
|
||||
VERAG_PROG_ALLGEMEIN.cProgramFunctions.sendMail(mailto, Betreff, htmlbody)
|
||||
|
||||
Return False
|
||||
Else
|
||||
Return True
|
||||
|
||||
@@ -216,4 +216,4 @@ Partial Class login_FLEX
|
||||
Session.Add("PW", passw)
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
End Class
|
||||
Reference in New Issue
Block a user