Änderungen an Codefiles Der alte alle Elemente würden fehlen Fehler tritt nun nicht mehr auf.
This commit is contained in:
@@ -238,7 +238,12 @@
|
||||
{
|
||||
window.history.back()
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
<script runat="server">
|
||||
Sub Page_Load() Handles Me.Load
|
||||
|
||||
End Sub
|
||||
</script>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
@@ -257,7 +262,7 @@
|
||||
<asp:Button ID="btn_Back" runat="server" Width="265" Text="Back" PostBackUrl="~/login/login_FLEX.aspx" OnClick="btn_Back_Click" style="margin-left:49px;"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:32px;font-size:12px">
|
||||
<tr style="color:#003680; height:32px;font-size:14px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
<asp:Label ID="lbl_PWvergessen" Text="Forgot your password?" runat="server" style="color:#003680; margin-left:82px;font-size:17px;"></asp:Label>
|
||||
</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user