mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
geschlecht hinzugefügt
This commit is contained in:
@@ -75,6 +75,12 @@ $p=new phrasen($sprache);
|
||||
<td><?php echo $p->t('global/titel');?> Post</td>
|
||||
<td><input type="text" size="20" name="titel_post"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $p->t('global/geschlecht');?></td>
|
||||
<td> <input type="radio" name="geschlecht" value="m"> <?php echo $p->t('global/mann');?>
|
||||
<input type="radio" name="geschlecht" value="w"> <?php echo $p->t('global/frau');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $p->t('global/strasse');?></td>
|
||||
<td><input type="text" size="40" name="strasse"></td>
|
||||
|
||||
Reference in New Issue
Block a user