|
|
@@ -1068,6 +1068,10 @@ var templateViewsMap = map[string]string{
|
|
|
<input type="password" name="fever_password" id="form-fever-password" value="{{ .form.FeverPassword }}" autocomplete="new-password">
|
|
|
|
|
|
<p>{{ t "form.integration.fever_endpoint" }} <strong>{{ rootURL }}{{ route "feverEndpoint" }}</strong></p>
|
|
|
+
|
|
|
+ <div class="buttons">
|
|
|
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h3>Pinboard</h3>
|
|
|
@@ -1085,6 +1089,10 @@ var templateViewsMap = map[string]string{
|
|
|
<label>
|
|
|
<input type="checkbox" name="pinboard_mark_as_unread" value="1" {{ if .form.PinboardMarkAsUnread }}checked{{ end }}> {{ t "form.integration.pinboard_bookmark" }}
|
|
|
</label>
|
|
|
+
|
|
|
+ <div class="buttons">
|
|
|
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h3>Instapaper</h3>
|
|
|
@@ -1098,6 +1106,10 @@ var templateViewsMap = map[string]string{
|
|
|
|
|
|
<label for="form-instapaper-password">{{ t "form.integration.instapaper_password" }}</label>
|
|
|
<input type="password" name="instapaper_password" id="form-instapaper-password" value="{{ .form.InstapaperPassword }}" autocomplete="new-password">
|
|
|
+
|
|
|
+ <div class="buttons">
|
|
|
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h3>Pocket</h3>
|
|
|
@@ -1117,6 +1129,10 @@ var templateViewsMap = map[string]string{
|
|
|
{{ if not .form.PocketAccessToken }}
|
|
|
<p><a href="{{ route "pocketAuthorize" }}">{{ t "form.integration.pocket_connect_link" }}</a></p>
|
|
|
{{ end }}
|
|
|
+
|
|
|
+ <div class="buttons">
|
|
|
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h3>Wallabag</h3>
|
|
|
@@ -1139,6 +1155,10 @@ var templateViewsMap = map[string]string{
|
|
|
|
|
|
<label for="form-wallabag-password">{{ t "form.integration.wallabag_password" }}</label>
|
|
|
<input type="password" name="wallabag_password" id="form-wallabag-password" value="{{ .form.WallabagPassword }}" autocomplete="new-password">
|
|
|
+
|
|
|
+ <div class="buttons">
|
|
|
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h3>Nunux Keeper</h3>
|
|
|
@@ -1152,11 +1172,12 @@ var templateViewsMap = map[string]string{
|
|
|
|
|
|
<label for="form-nunux-keeper-api-key">{{ t "form.integration.nunux_keeper_api_key" }}</label>
|
|
|
<input type="text" name="nunux_keeper_api_key" id="form-nunux-keeper-api-key" value="{{ .form.NunuxKeeperAPIKey }}">
|
|
|
+
|
|
|
+ <div class="buttons">
|
|
|
+ <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="buttons">
|
|
|
- <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
|
|
- </div>
|
|
|
</form>
|
|
|
|
|
|
<h3>{{ t "page.integration.bookmarklet" }}</h3>
|
|
|
@@ -1576,7 +1597,7 @@ var templateViewsMapChecksums = map[string]string{
|
|
|
"feeds": "ec7d3fa96735bd8422ba69ef0927dcccddc1cc51327e0271f0312d3f881c64fd",
|
|
|
"history_entries": "341f0da8b6c27a8377901aa80bb1d5c923672af32f689d36de14deabce5c737f",
|
|
|
"import": "1b59b3bd55c59fcbc6fbb346b414dcdd26d1b4e0c307e437bb58b3f92ef01ad1",
|
|
|
- "integrations": "30329452743b35c668278f519245fd9be05c1726856e0384ba542f7c307f2788",
|
|
|
+ "integrations": "7d0d936a60b50371e9b0ff411ca31a646a5897bc84894febb09cd4b08fc91f2b",
|
|
|
"login": "79ff2ca488c0a19b37c8fa227a21f73e94472eb357a51a077197c852f7713f11",
|
|
|
"search_entries": "c0786ddc6b17e865007b975eefb97417935cbc601f5917cca1ee0d3f584594bc",
|
|
|
"sessions": "5d5c677bddbd027e0b0c9f7a0dd95b66d9d95b4e130959f31fb955b926c2201c",
|