Code Design und Anpassungen an Übersetzungen und Beschriftungen
This commit is contained in:
@@ -300,7 +300,7 @@
|
|||||||
<table id="tbl_main_M" cellpadding="0" style="margin: 2px 4px 1px 2px;border:none">
|
<table id="tbl_main_M" cellpadding="0" style="margin: 2px 4px 1px 2px;border:none">
|
||||||
<tr style="color:#003680;height:48px;">
|
<tr style="color:#003680;height:48px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Password-Change:" style="margin-left:35px;font-weight:700;color:#003681;background-color:none;font-size:26px"></asp:Label>
|
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Password-Change:" style="margin-left:35px;color:#003681;background-color:none;font-size:26px" Font-Bold="true"></asp:Label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="border:0.5px solid #003680; background-color:rgba(255,255,255,0.5);height:12px; width:82%">
|
<tr style="border:0.5px solid #003680; background-color:rgba(255,255,255,0.5);height:12px; width:82%">
|
||||||
|
|||||||
@@ -321,7 +321,7 @@
|
|||||||
</td></tr>
|
</td></tr>
|
||||||
<tr style="color:#003680; height:49px;"><td>
|
<tr style="color:#003680; height:49px;"><td>
|
||||||
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:49px;border:none" OnClick="btn_Send_Click" Height="40px"><center><label for="btn_Send" style="color:#fff;margin:0 2px 2px auto;font-size:21px"><center>Send</center></label></center></asp:LinkButton>
|
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:49px;border:none" OnClick="btn_Send_Click" Height="40px"><center><label for="btn_Send" style="color:#fff;margin:0 2px 2px auto;font-size:21px"><center>Send</center></label></center></asp:LinkButton>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr style="color:#003680; height:38px;">
|
<tr style="color:#003680; height:38px;">
|
||||||
<td align="right" colspan="2">
|
<td align="right" colspan="2">
|
||||||
<asp:Label ID="lblMessage" runat="server"/>
|
<asp:Label ID="lblMessage" runat="server"/>
|
||||||
@@ -356,7 +356,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:40px;">
|
<tr style="color:#003680;height:40px;">
|
||||||
<td align="left" colspan="2">
|
<td align="left" colspan="2">
|
||||||
<asp:TextBox ID="txt_CustomerID_M" CssClass="bg-UID-icon" runat="server" required="true" ValidationGroup="val-mobil" Width="325" Placeholder="Customer-ID" Font-Size="2.025em" style="margin:0 21px auto 22px;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;"></asp:TextBox>
|
<asp:TextBox ID="txt_CustomerID_M" CssClass="bg-UID-icon" runat="server" ValidationGroup="val-mobil" Width="325" Placeholder="Customer-ID" Font-Size="2.025em" style="margin:0 21px auto 22px;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;"></asp:TextBox>
|
||||||
<asp:RequiredFieldValidator ID="CustomerID_M_required" runat="server" ControlToValidate="txt_CustomerID_M" SetFocusOnError="true" ForeColor="Red" Font-Size="24px" style="margin-left:22px;" ValidationGroup="val-mobil" ErrorMessage="Die Kundenummer muss angegeben werden!"></asp:RequiredFieldValidator>
|
<asp:RequiredFieldValidator ID="CustomerID_M_required" runat="server" ControlToValidate="txt_CustomerID_M" SetFocusOnError="true" ForeColor="Red" Font-Size="24px" style="margin-left:22px;" ValidationGroup="val-mobil" ErrorMessage="Die Kundenummer muss angegeben werden!"></asp:RequiredFieldValidator>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr style="color:#003680; height:40px;">
|
<tr style="color:#003680; height:40px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user