summaryrefslogtreecommitdiffstats
path: root/templates/globalSettings.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/globalSettings.ejs')
-rw-r--r--templates/globalSettings.ejs16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/globalSettings.ejs b/templates/globalSettings.ejs
new file mode 100644
index 0000000..1ecb8d6
--- /dev/null
+++ b/templates/globalSettings.ejs
@@ -0,0 +1,16 @@
+<p>
+ <input type="checkbox" id="options-global-colorscheck">
+ <label for="options-global-colorscheck" data-l10n-id="pad.settings.colorcheck"></label>
+</p>
+<p>
+ <input type="checkbox" id="options-global-linenoscheck" checked>
+ <label for="options-global-linenoscheck" data-l10n-id="pad.settings.linenocheck"></label>
+</p>
+
+<label for="global-viewfontmenu" data-l10n-id="pad.settings.fontType"></label>
+<select id="global-viewfontmenu">
+ <option value="normal" data-l10n-id="pad.settings.fontType.normal"></option>
+ <option value="monospace" data-l10n-id="pad.settings.fontType.monospaced"></option>
+</select>
+
+<p data-l10n-id="pad.settings.globalView.warning" id="globalViewWarning"></p>