Baß -> Bass
This commit is contained in:
parent
8c86ca4eaf
commit
f69c0b5165
@ -41,7 +41,7 @@ if($action == ''){
|
||||
WHEN singstimme = 1 THEN 'Sopran'
|
||||
WHEN singstimme = 2 THEN 'Alt'
|
||||
WHEN singstimme = 3 THEN 'Tenor'
|
||||
WHEN singstimme = 4 THEN 'Baß'
|
||||
WHEN singstimme = 4 THEN 'Bass'
|
||||
END singstimme
|
||||
FROM jumi_chor_saenger ORDER BY nachname ASC, vorname ASC;";
|
||||
$result = $db->query( $query)
|
||||
|
@ -84,7 +84,7 @@
|
||||
<option value="1" {if $member_anlegen_singstimme == 1} selected {/if}>Sopran</option>
|
||||
<option value="2" {if $member_anlegen_singstimme == 2} selected {/if}>Alt</option>
|
||||
<option value="3" {if $member_anlegen_singstimme == 3} selected {/if}>Tenor</option>
|
||||
<option value="4" {if $member_anlegen_singstimme == 4} selected {/if}>Baß</option>
|
||||
<option value="4" {if $member_anlegen_singstimme == 4} selected {/if}>Bass</option>
|
||||
<option value="5" {if $member_anlegen_singstimme == 5} selected {/if}>Unbekannt</option>
|
||||
</select>
|
||||
</div>
|
||||
|
@ -71,7 +71,7 @@
|
||||
<option value="1">Sopran</option>
|
||||
<option value="2">Alt</option>
|
||||
<option value="3">Tenor</option>
|
||||
<option value="4">Baß</option>
|
||||
<option value="4">Bass</option>
|
||||
<option value="5">Weiß ich nicht</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user