Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<fieldset>
|
||||
<legend>Datenrücksicherung:</legend>
|
||||
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post" enctype="multipart/form-data">
|
||||
<label>Datei auswählen</label>
|
||||
<input type="file" name="Datei" />
|
||||
<br />
|
||||
<input type="submit" class="button_upload" name="formaction" value="rupload" />
|
||||
</form>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Datenrücksicherung:</legend>
|
||||
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post" enctype="multipart/form-data">
|
||||
<label>Datei auswählen</label>
|
||||
<input type="file" name="Datei"/>
|
||||
<br/>
|
||||
<input type="submit" class="button_upload" name="formaction" value="rupload"/>
|
||||
</form>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user