Adjust links and resolve issues with german umlauts.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<h3>Neues Bild hinzuf<EFBFBD>gen</h3>
|
||||
<h3>Neues Bild hinzufügen</h3>
|
||||
|
||||
<?php
|
||||
if (!isset($_POST['Speichern'])) {
|
||||
?>
|
||||
|
||||
<form action="index.php?section=fotos&t=bilder" method="post" enctype="multipart/form-data">
|
||||
<label>Foto auswählen</label>
|
||||
<label>Foto auswählen</label>
|
||||
<input type="hidden" name="add" value="speichern"/>
|
||||
<input type="file" name="Foto"/>
|
||||
<br/>
|
||||
<label>Bild<EFBFBD>berschrift</label>
|
||||
<label>Bildüberschrift</label>
|
||||
<input type="text" name="Text"/>
|
||||
<br/>
|
||||
<input type="submit" name="Speichern" value="Speichern"/>
|
||||
@@ -53,6 +53,6 @@ if (!isset($_POST['Speichern'])) {
|
||||
imagedestroy($tmp);
|
||||
unlink($uploaddir . $_FILES['Foto']['name']);
|
||||
}
|
||||
echo '<a href="index.php?section=fotos&t=bilder">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>';
|
||||
echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>';
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user