Korrektur Beschriftung Buttons
This commit is contained in:
@@ -241,9 +241,7 @@
|
||||
$("#container2").hide();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
$("#container2").hide();
|
||||
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
|
||||
if ($(this).val() == "Freigabe") {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user