Korrektur Beschriftung Buttons

This commit is contained in:
ja
2021-09-20 08:13:59 +02:00
parent 500e3b8441
commit 8d7d472d82
2 changed files with 8 additions and 10 deletions

View File

@@ -80,7 +80,7 @@
<div style=" width:750px; margin-left:8px"> <div style=" width:750px; margin-left:8px">
<asp:RadioButtonList id="RadioButtonList1" runat="server" RepeatDirection="Horizontal" style="border-color:#fff"> <asp:RadioButtonList id="RadioButtonList1" runat="server" RepeatDirection="Horizontal" style="border-color:#fff">
<asp:ListItem ID="rbt_Alle" GroupName="radios" style="font-size:/*17px*/1.063em">Alle</asp:ListItem> <asp:ListItem ID="rbt_Alle" GroupName="radios" style="font-size:/*17px*/1.063em">Alle</asp:ListItem>
<asp:ListItem ID="rbt_Erf" GroupName="radios" style="font-size:/*17px*/1.063em"> Erfasst</asp:ListItem> <asp:ListItem ID="rbt_Erf" GroupName="radios" style="font-size:/*17px*/1.063em">Erfasst</asp:ListItem>
<asp:ListItem ID="rbt_Vorb" GroupName="radios" style="font-size:/*17px*/1.063em">Vorbereitet</asp:ListItem> <asp:ListItem ID="rbt_Vorb" GroupName="radios" style="font-size:/*17px*/1.063em">Vorbereitet</asp:ListItem>
<asp:ListItem ID="rbt_Vorg" GroupName="radios" style="font-size:/*17px*/1.063em"> Vorgeschrieben</asp:ListItem> <asp:ListItem ID="rbt_Vorg" GroupName="radios" style="font-size:/*17px*/1.063em"> Vorgeschrieben</asp:ListItem>
<asp:ListItem ID="rbt_Ankunft" GroupName="radios" style="font-size:/*17px*/1.063em">Ankunft</asp:ListItem> <asp:ListItem ID="rbt_Ankunft" GroupName="radios" style="font-size:/*17px*/1.063em">Ankunft</asp:ListItem>
@@ -91,10 +91,10 @@
<div class="d-md-none"> <div class="d-md-none">
<div class="col-8" style="margin-left:8px" > <div class="col-8" style="margin-left:8px" >
<asp:RadioButtonList id="RadioButtonList2" runat="server" RepeatDirection="Vertical" style="border-color:#fff"> <asp:RadioButtonList id="RadioButtonList2" runat="server" RepeatDirection="Vertical" style="border-color:#fff">
<asp:ListItem ID="rbt_Alle_M" GroupName="radios2" style="font-size:/*17px*/1.063em"> Alle</asp:ListItem> <asp:ListItem ID="rbt_Alle_M" GroupName="radios2" style="font-size:/*17px*/1.063em">Alle</asp:ListItem>
<asp:ListItem ID="rbt_Erf_M" GroupName="radios2" style="font-size:/*17px*/1.063em"> Erfasst</asp:ListItem> <asp:ListItem ID="rbt_Erf_M" GroupName="radios2" style="font-size:/*17px*/1.063em">Erfasst</asp:ListItem>
<asp:ListItem ID="rbt_Vorb_M" GroupName="radios2" style="font-size:/*17px*/1.063em"> Vorbereitet</asp:ListItem> <asp:ListItem ID="rbt_Vorb_M" GroupName="radios2" style="font-size:/*17px*/1.063em">Vorbereitet</asp:ListItem>
<asp:ListItem ID="rbt_Vorg_M" GroupName="radios2" style="font-size:/*17px*/1.063em"> Vorgeschrieben</asp:ListItem> <asp:ListItem ID="rbt_Vorg_M" GroupName="radios2" style="font-size:/*17px*/1.063em">Vorgeschrieben</asp:ListItem>
<asp:ListItem ID="rbt_Ankunft_M" GroupName="radios2" style="font-size:/*17px*/1.063em">Ankunft</asp:ListItem> <asp:ListItem ID="rbt_Ankunft_M" GroupName="radios2" style="font-size:/*17px*/1.063em">Ankunft</asp:ListItem>
<asp:ListItem ID="rbt_Freig_M" GroupName="radios2" data-bs-toggle="tooltip" data-bs-placement="top" title="Wenn dieser Filter angewählt ist, bitte das Datum eingrenzen." style="font-size:/*17px*/1.063em">Freigabe</asp:ListItem> <asp:ListItem ID="rbt_Freig_M" GroupName="radios2" data-bs-toggle="tooltip" data-bs-placement="top" title="Wenn dieser Filter angewählt ist, bitte das Datum eingrenzen." style="font-size:/*17px*/1.063em">Freigabe</asp:ListItem>
</asp:RadioButtonList> </asp:RadioButtonList>
@@ -241,9 +241,7 @@
$("#container2").hide(); $("#container2").hide();
} }
}); });
});
$(document).ready(function () {
$("#container2").hide(); $("#container2").hide();
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () { $('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") { if ($(this).val() == "Freigabe") {

View File

@@ -75,8 +75,8 @@ Partial Class Kundenbereich_Default
t2.BackColor = Drawing.Color.DarkGray t2.BackColor = Drawing.Color.DarkGray
t2.ForeColor = white t2.ForeColor = white
Else Else
t2.BackColor = blau t2.BackColor = Drawing.Color.Red
t2.ForeColor = schwarz t2.ForeColor = white
End If End If
If t3.Text = "" Then If t3.Text = "" Then
t3.BackColor = blau t3.BackColor = blau