This repository was archived by the owner on May 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ public static function zipDir($sourcePath, $outZipPath) {
339339
340340 <form action="" method="POST">
341341 <fieldset class="field">
342- <h1>Archiv Unzipper</h1>
342+ <h1>Archiv Unzipper</h1><div class="icon"></div>
343343 <div class="innercont">
344344 <label for="zipfile">Wählen Sie ein .rar, .zip oder .gz-Archiv das sie entpacken wollen:</label>
345345 <select name="zipfile" size="1" class="select">
@@ -360,7 +360,7 @@ public static function zipDir($sourcePath, $outZipPath) {
360360 </fieldset>
361361
362362 <fieldset class="field">
363- <h1>Archiv Zipper</h1>
363+ <h1>Archiv Zipper</h1><div class="icon"></div>
364364 <div class="innercont">
365365 <label for="zippath">Pfad den Sie zippen wollen (Optional):</label>
366366 <input type="text" name="zippath" class="form-field" />
@@ -371,7 +371,7 @@ public static function zipDir($sourcePath, $outZipPath) {
371371 </form>
372372 <form action ="" method="POST" enctype="multipart/form-data">
373373 <fieldset class="field">
374- <h1>Archiv-Uploader</h1>
374+ <h1>Archiv-Uploader</h1><div class="icon"></div>
375375 <div class="innercont">
376376 <label for="uploader">Hochzuladende Datei:</label>
377377 <input type="file" name="uploaded" class="form-field" />
You can’t perform that action at this time.
0 commit comments