Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung
This commit is contained in:
@@ -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 /> <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 /> <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 /> <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/> <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/> <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/> <br/>
|
||||
<input type="submit" class="button_comp" name="formaction" value="rsicher" title="Datenbank rücksichern">
|
||||
</form>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user