about summary refs log tree commit diff stats
path: root/src/pages/popup/popup.html
diff options
context:
space:
mode:
authorfattalion <fattalion@disroot.org>2021-02-25 18:20:23 +0300
committerfattalion <fattalion@disroot.org>2021-02-25 18:24:37 +0300
commit2bb90f8f4148b22993fa890312c442713c62489b (patch)
tree5b601cdd0d87a068ae30c8d4ecfcd048cfaa7f24 /src/pages/popup/popup.html
parentMerge pull request #176 from mmatous/add-presearch (diff)
downloadlibredirect-2bb90f8f4148b22993fa890312c442713c62489b.zip
Add SimplyTranslate support
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r--src/pages/popup/popup.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html
index b34f0c8e..e4f81116 100644
--- a/src/pages/popup/popup.html
+++ b/src/pages/popup/popup.html
@@ -164,6 +164,33 @@
       </table>
     </section>
 
+    <section class="settings-block">
+      <table class="option" aria-label="Toggle SimplyTranslate redirects">
+        <tbody>
+          <tr>
+            <td>
+              <h1
+                data-localise="__MSG_disableSimplyTranslate__"
+                class="new-badge"
+                data-new-badge
+              >
+                SimplyTranslate Redirects
+              </h1>
+            </td>
+            <td>
+              <input
+                aria-hidden="true"
+                id="disable-simplyTranslate"
+                type="checkbox"
+                checked
+              />&nbsp;
+              <label for="disable-simplyTranslate" class="checkbox-label"></label>
+            </td>
+          </tr>
+        </tbody>
+      </table>
+    </section>
+
     <section class="settings-block"></section>
 
     <footer>