summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/globalSettings.ejs16
-rw-r--r--templates/globalSettings_styles.ejs1
2 files changed, 17 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>
diff --git a/templates/globalSettings_styles.ejs b/templates/globalSettings_styles.ejs
new file mode 100644
index 0000000..f78bc17
--- /dev/null
+++ b/templates/globalSettings_styles.ejs
@@ -0,0 +1 @@
+<link href="/static/plugins/ep_global_view/static/css/global_view.css" rel="stylesheet">