unimpementierte sprache entfernt
git-svn-id: svn://svn.cccv.de/engel-system@141 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
00fbcf135c
commit
e3e7751cc4
|
@ -93,7 +93,7 @@ if (!IsSet($_POST["action"]))
|
|||
<select name="language">
|
||||
<option value="DE" <?php if($_SESSION['Sprache'] == 'DE') { echo "selected"; } ?>>Deutsch</option>
|
||||
<option value="EN" <?php if($_SESSION['Sprache'] == 'EN') { echo "selected"; } ?>>English</option>
|
||||
<option value="NL" <?php if($_SESSION['Sprache'] == 'NL') { echo "selected"; } ?>>Dutch</option>
|
||||
<?PHP /* <option value="NL" <?php if($_SESSION['Sprache'] == 'NL') { echo "selected"; } ?>>Dutch</option> */?>
|
||||
</select>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue