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

@@ -241,9 +241,7 @@
$("#container2").hide();
}
});
});
$(document).ready(function () {
$("#container2").hide();
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {

View File

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