Gildas 7 سال پیش
والد
کامیت
14ae284985
2فایلهای تغییر یافته به همراه12 افزوده شده و 12 حذف شده
  1. 8 8
      extension/ui/pages/help.html
  2. 4 4
      extension/ui/pages/options.html

+ 8 - 8
extension/ui/pages/help.html

@@ -41,6 +41,14 @@
 					<img src="../resources/icon_19.png" class="icon"> in the browser toolbar and select "Options" in the context menu to open the options page.</p>
 				<p>Details :</p>
 				<ul>
+					<li>
+						<span class="option">add SingleFile entry in the context menu</span>
+						<p>Check this option to display an entry in the context menu of the webpage to save the entire page or the selected part.
+						</p>
+						<p class="notice">It is recommended to
+							<u>check</u> this option</p>
+					</li>
+
 					<li>
 						<span class="option">append save date to the filename</span>
 						<p>Check this option to append the save date of the webpage to the filename.
@@ -113,14 +121,6 @@
 							<u>uncheck</u> this option</p>
 					</li>
 
-					<li>
-						<span class="option">add SingleFile entry in the context menu</span>
-						<p>Check this option to display an entry in the context menu of the webpage to save the entire page or the selected part.
-						</p>
-						<p class="notice">It is recommended to
-							<u>check</u> this option</p>
-					</li>
-
 					<li>
 						<span class="option">Reset to default options</span>
 						<p>Reset all the options to their default value.</p>

+ 4 - 4
extension/ui/pages/options.html

@@ -11,6 +11,10 @@
 	<div>
 		<div id="popupContent">
 			<h4>Options</h4>
+			<div class="option">
+				<label for="contextMenuEnabledInput">add SingleFile entry in the context menu</label>
+				<input type="checkbox" id="contextMenuEnabledInput">
+			</div>
 			<div class="option">
 				<label for="contextMenuEnabledInput">append save date to the filename</label>
 				<input type="checkbox" id="appendSaveDateInput">
@@ -47,10 +51,6 @@
 				<label for="saveRawPageInput">save raw page</label>
 				<input type="checkbox" id="saveRawPageInput">
 			</div>
-			<div class="option">
-				<label for="contextMenuEnabledInput">add SingleFile entry in the context menu</label>
-				<input type="checkbox" id="contextMenuEnabledInput">
-			</div>
 			<div class="option bottom">
 				<a href="help.html" target="SingleFileHelpPage">help</a>
 				<button id="resetButton" title="Reset all the options to default values">Reset</button>