Gildas 1 éve
szülő
commit
e05aa47897
2 módosított fájl, 19 hozzáadás és 19 törlés
  1. 7 7
      src/ui/pages/help.html
  2. 12 12
      src/ui/pages/options.html

+ 7 - 7
src/ui/pages/help.html

@@ -222,6 +222,13 @@
 							increases the CPU consumption and the time needed to save or read a page.</p>
 						</p>
 					</li>
+					<li data-options-label="insertEmbeddedImageLabel">
+						<span class="option">Option: embed image</span>
+						<p>Check one of the options to embed an image when saving the page as a ZIP file
+							(self-extracting or not). This allows you to display the saved page as a PNG image when
+							the filename extension is changed to ".png".
+						</p>
+					</li>
 					<li data-options-label="createRootDirectoryLabel">
 						<span class="option">Option: create a root directory</span>
 						<p>Check this option to create a root directory in the ZIP file. The directory name consists of
@@ -243,13 +250,6 @@
 							encoded in UTF-8 but the page is declared in ISO-8859-1.
 						</p>
 					</li>
-					<li data-options-label="insertEmbeddedImageLabel">
-						<span class="option">Option: embed image</span>
-						<p>Check one of the options to embed an image when saving the page as a ZIP file
-							(self-extracting or not). This allows you to display the saved page as a PNG image when
-							the filename extension is changed to ".png".
-						</p>
-					</li>
 				</ul>
 				<p>HTML content</p>
 				<ul>

+ 12 - 12
src/ui/pages/options.html

@@ -105,18 +105,6 @@
 				<label for="passwordInput" id="passwordLabel"></label>
 				<input type="text" id="passwordInput">
 			</div>
-			<div class="option">
-				<label for="createRootDirectoryInput" id="createRootDirectoryLabel"></label>
-				<input type="checkbox" id="createRootDirectoryInput">
-			</div>
-			<div class="option">
-				<label for="preventAppendedDataInput" id="preventAppendedDataLabel"></label>
-				<input type="checkbox" id="preventAppendedDataInput">
-			</div>
-			<div class="option">
-				<label for="insertTextBodyInput" id="insertTextBodyLabel"></label>
-				<input type="checkbox" id="insertTextBodyInput">
-			</div>
 			<div class="option">
 				<label id="insertEmbeddedImageLabel"></label>
 				<input type="checkbox" id="insertEmbeddedImageInput" name="embeddedImageInput">
@@ -129,6 +117,18 @@
 				<label for="insertEmbeddedCustomImageInput" id="insertEmbeddedCustomImageLabel"></label>
 				<input type="radio" id="insertEmbeddedCustomImageInput" name="embeddedImageInput">
 			</div>
+			<div class="option">
+				<label for="createRootDirectoryInput" id="createRootDirectoryLabel"></label>
+				<input type="checkbox" id="createRootDirectoryInput">
+			</div>
+			<div class="option">
+				<label for="preventAppendedDataInput" id="preventAppendedDataLabel"></label>
+				<input type="checkbox" id="preventAppendedDataInput">
+			</div>
+			<div class="option">
+				<label for="insertTextBodyInput" id="insertTextBodyLabel"></label>
+				<input type="checkbox" id="insertTextBodyInput">
+			</div>
 		</details>
 		<details>
 			<summary id="htmlContentLabel"></summary>