Korrektur Beschriftung Buttons
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user