Änderung der Details bei Formen wie Titel und Bufferverhalten.
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
<tr style="color: #003680; height: 46px; font-kerning: auto;">
|
||||
<td align="left" colspan="2">
|
||||
<asp:TextBox ID="UserName" runat="server" CssClass="bg-user-icon" TextMode="SingleLine" Width="330px" ToolTip="The Username is required." ValidationGroup="Login" Font-Size="1.25em" Style="margin-left: 22px; color: #003680; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;" Placeholder="Username"></asp:TextBox>
|
||||
<asp:RequiredFieldValidator ID="UserNamerequired" ForeColor="Red" Font-Size="17px" runat="server" ControlToValidate="UserName" SetFocusOnError="true" ErrorMessage="" ValidationGroup="Login"></asp:RequiredFieldValidator>
|
||||
<asp:RequiredFieldValidator ID="UserNamerequired" ForeColor="Red" Font-Size="17px" runat="server" ControlToValidate="UserName" SetFocusOnError="true" ErrorMessage="*" ValidationGroup="Login"></asp:RequiredFieldValidator>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color: #003680; height: 46px; font-kerning: auto;">
|
||||
@@ -432,7 +432,7 @@
|
||||
</tr>
|
||||
<tr id="tblrowbuttons" style="color: #003680; height: 37px; font-kerning: auto;">
|
||||
<td align="left" colspan="2">
|
||||
<asp:CheckBox ID="RememberMe" runat="server" ValidationGroup="Login" Text="Remember me." Style="margin-left: 22px;" />
|
||||
<asp:CheckBox ID="RememberMe" runat="server" ValidationGroup="Login" Style="margin-left: 22px;" /> <label for="RememberMe" runat="server" style="margin-left:2.3px">Remember me</label>
|
||||
</td>
|
||||
<td align="right" colspan="4" style="font-kerning: auto;">
|
||||
<asp:LinkButton ID="btn_ForgotPW" runat="server" target="_top" href="ForgotPW.aspx" Style="margin-left: -156px; margin-right: -41px">I forgot my password.</asp:LinkButton>
|
||||
@@ -488,7 +488,7 @@
|
||||
</tr>
|
||||
<tr style="color: #003680; height: 28px;">
|
||||
<td align="left" colspan="2">
|
||||
<asp:CheckBox ID="RememberMe_M" runat="server" ValidationGroup="Login_M" Style="margin-left: 22px; margin-top: -10px" /><label for="RememberMe_M" id="lbl_for_chkbox_M" style="margin-top: 5px; font-size: 18px">Remember me.</label>
|
||||
<asp:CheckBox ID="RememberMe_M" runat="server" ValidationGroup="Login_M" Style="margin-left: -22px; margin-top: -10px" /><label for="RememberMe_M" id="lbl_for_chkbox_M" style="margin-top: 5px;margin-left:5px; font-size: 18px">Remember me.</label>
|
||||
</td>
|
||||
<td align="right" colspan="2">
|
||||
<asp:LinkButton ID="btn_ForgotPW_M" runat="server" target="_top" PostBackUrl="ForgotPW.aspx" href="ForgotPW.aspx" Style="margin-left: -164px; margin-right: -62px;">I forgot my password.</asp:LinkButton>
|
||||
|
||||
Reference in New Issue
Block a user