summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.addfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.addfeed.php')
-rw-r--r--templates/part.navigation.addfeed.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/part.navigation.addfeed.php b/templates/part.navigation.addfeed.php
index 595b1a1b4..6c198628c 100644
--- a/templates/part.navigation.addfeed.php
+++ b/templates/part.navigation.addfeed.php
@@ -9,6 +9,7 @@
<div class="add-new-popup" id="new-feed" news-add-feed="Navigation.feed">
<form ng-submit="Navigation.createFeed(Navigation.feed)"
+ ng-init="Navigation.feed.autoDiscover=true"
name="feedform">
<fieldset ng-disabled="Navigation.addingFeed">
<input type="text"
@@ -98,6 +99,12 @@
name="password" autocomplete="new-password">
</div>
+ <input type="checkbox"
+ class="checkbox"
+ ng-model="Navigation.feed.autoDiscover"
+ id="add-feed-discover">
+ <label for="add-feed-discover"><?php p($l->t('Autodiscover Feed')); ?></label>
+
<!-- submit -->
<input type="submit"
value="<?php p($l->t('Subscribe')); ?>"