Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung

This commit is contained in:
2016-07-06 22:04:12 +00:00
parent 5665bcbd3b
commit 715cb62aa9
515 changed files with 110799 additions and 24957 deletions

View File

@@ -1,25 +1,25 @@
<fieldset>
<legend>Datenimport</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<input type="hidden" name="formaction" value="import" />
<br />&nbsp;<br />
<input type="submit" class="button_cont_imp" name="Typ" value="Kontakte" title="Kunden importieren">
<input type="submit" class="button_art_imp" name="Typ" value="Artikel" title="Artikel importieren">
</form>
</fieldset>
<fieldset>
<legend>Datenexport</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<input type="hidden" name="formaction" value="export" />
<br />&nbsp;<br />
<input type="submit" class="button_cont_exp" name="Typ" value="Kontakte" title="Kunden exportieren">
<input type="submit" class="button_art_exp" name="Typ" value="Artikel" title="Artikel exportieren">
</form>
</fieldset>
<fieldset>
<legend>Datenrücksicherung</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<br />&nbsp;<br />
<input type="submit" class="button_comp" name="formaction" value="rsicher" title="Datenbank rücksichern">
</form>
<fieldset>
<legend>Datenimport</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<input type="hidden" name="formaction" value="import"/>
<br/>&nbsp;<br/>
<input type="submit" class="button_cont_imp" name="Typ" value="Kontakte" title="Kunden importieren">
<input type="submit" class="button_art_imp" name="Typ" value="Artikel" title="Artikel importieren">
</form>
</fieldset>
<fieldset>
<legend>Datenexport</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<input type="hidden" name="formaction" value="export"/>
<br/>&nbsp;<br/>
<input type="submit" class="button_cont_exp" name="Typ" value="Kontakte" title="Kunden exportieren">
<input type="submit" class="button_art_exp" name="Typ" value="Artikel" title="Artikel exportieren">
</form>
</fieldset>
<fieldset>
<legend>Datenrücksicherung</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<br/>&nbsp;<br/>
<input type="submit" class="button_comp" name="formaction" value="rsicher" title="Datenbank rücksichern">
</form>
</fieldset>