aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/integrations.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/integrations.html')
-rw-r--r--template/html/integrations.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/template/html/integrations.html b/template/html/integrations.html
index 7e3d2f4..b4a70a5 100644
--- a/template/html/integrations.html
+++ b/template/html/integrations.html
@@ -94,7 +94,7 @@
<label for="form-wallabag-password">{{ t "Wallabag Password" }}</label>
<input type="password" name="wallabag_password" id="form-wallabag-password" value="{{ .form.WallabagPassword }}">
</div>
-
+
<h3>Nunux Keeper</h3>
<div class="form-section">
<label>
@@ -108,6 +108,19 @@
<input type="text" name="nunux_keeper_api_key" id="form-nunux-keeper-api-key" value="{{ .form.NunuxKeeperAPIKey }}">
</div>
+ <h3>Pocket</h3>
+ <div class="form-section">
+ <label>
+ <input type="checkbox" name="pocket_enabled" value="1" {{ if .form.PocketEnabled }}checked{{ end }}> {{ t "Save articles to Pocket" }}
+ </label>
+
+ <label for="form-pocket-access-token">{{ t "Pocket Access Token" }}</label>
+ <input type="password" name="pocket_access_token" id="form-pocket-access-token" value="{{ .form.PocketAccessToken }}">
+
+ <label for="form-pocket-consumer-key">{{ t "Pocket Consumer Key" }}</label>
+ <input type="text" name="pocket_consumer_key" id="form-pocket-consumer-key" value="{{ .form.PocketConsumerKey }}">
+ </div>
+
<div class="buttons">
<button type="submit" class="button button-primary" data-label-loading="{{ t "Loading..." }}">{{ t "Update" }}</button>
</div>